2004-09-02 [colin] 0.9.12cvs91.1
[claws.git] / ChangeLog-gtk2.claws
1 2004-09-02 [colin]      0.9.12cvs91.1
2
3         * src/gtk/menu.c
4                 Sync with HEAD (menu accel don't work, but whatever)
5
6 2004-09-02 [colin]      0.9.12cvs90.1
7
8         * src/account.c
9                 Sync with HEAD (fix bug 582)
10
11 2004-09-02 [colin]      0.9.12cvs89.1
12
13         * src/addrindex.c
14                 Sync with HEAD (free deleted queries)
15
16 2004-09-02 [colin]      0.9.12cvs88.1
17
18         * src/ldapquery.c
19                 Sync with HEAD (fix LDAP freezes)
20
21 2004-09-02 [colin]      0.9.12cvs87.1
22
23         * src/prefs_spelling.c
24                 Sync with HEAD (add default dictionary)
25
26 2004-09-01 [colin]      0.9.12cvs86.1
27
28         * src/filtering.c
29         * src/folderview.c
30         * src/imap.c
31         * src/prefs_matcher.c
32         * src/stock_pixmap.c
33         * src/summary_search.c
34         * src/summaryview.c
35         * src/wizard.c
36         * src/wizard.h
37                 Sync with HEAD (uninitialized vars fixes)
38                 + gtk2 specific warning fixes
39
40 2004-08-31 [colin]      0.9.12cvs85.1
41
42         * src/folder.c
43                 Sync with HEAD (Fix memory corruption due to 
44                 uninitialized var)
45
46 2004-08-31 [colin]      0.9.12cvs84.4
47
48         * src/summary_search.c
49                 Fix segfaults when searching in folders with broken headers
50
51 2004-08-31 [colin]      0.9.12cvs84.3
52
53         * src/compose.c
54         * src/textview.c
55                 Fix some more encoding/decoding issues
56
57 2004-08-30 [colin]      0.9.12cvs84.2
58
59         * src/mimeview.c
60         * src/prefs_themes.c
61         * src/gtk/filesel.c
62         * src/gtk/filesel.h
63                 Add a folder-mode selection (fixes mimeview's "Save all")
64
65 2004-08-29 [colin]      0.9.12cvs84.1
66
67         * src/mimeview.c
68                 Sync with HEAD (don't escape saved filenames)
69
70 2004-08-27 [colin]      0.9.12cvs83.1
71
72         * ChangeLog
73         * ChangeLog.claws
74         * ChangeLog.jp
75         * src/mh.c
76         * src/procheader.c
77         * src/procmsg.c
78         * src/procmsg.h
79         * src/common/utils.c
80         * src/gtk/menu.h
81         * po/
82                 Sync with HEAD 0.9.12cvs83 (sync with main)
83
84 2004-08-26 [colin]      0.9.12cvs82.4
85
86         * src/codeconv.c
87                 Fix strange stack corruption
88                 Convert to utf8 after unmime, not before
89
90 2004-08-26 [colin]      0.9.12cvs82.3
91
92         * src/main.c
93         * src/wizard.c
94                 Fix account folders duplication
95
96 2004-08-25 [colin]      0.9.12cvs82.2
97
98         * src/wizard.c
99                 Remove ports
100                 Add SSL selection
101                 Use login@server as account name
102
103 2004-08-25 [colin]      0.9.12cvs82.1
104
105         * src/plugins/pgpmime/pgpmime.c
106                 Sync with HEAD (leak fix).
107
108 2004-08-25 [colin]      0.9.12cvs81.1
109
110         * src/plugins/pgpmime/pgpmime.c
111         * src/plugins/pgpmime/sgpgme.c
112         * src/plugins/pgpmime/sgpgme.h
113                 Sync with HEAD (Handle combined messages).
114
115 2004-08-24 [colin]      0.9.12cvs80.3
116
117         * src/wizard.c
118                 Fix full name, ports, and imap
119
120 2004-08-24 [colin]      0.9.12cvs80.2
121
122         * src/Makefile.am
123         * src/main.c
124         * src/setup.c
125         * src/setup.h
126         * src/stock_pixmap.c
127         * src/stock_pixmap.h
128         * src/wizard.c ** ADDED **
129         * src/wizard.h ** ADDED ** 
130         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
131                 Add a setup wizard 
132
133 2004-08-24 [colin]      0.9.12cvs80.1
134
135         * src/folder.c
136                 Sync with HEAD (set mimeflags on all messages)
137
138 2004-08-24 [colin]      0.9.12cvs79.3
139
140         * src/matcher_parser_lex.l
141                 Fix 8bits strings not in utf8
142
143 2004-08-24 [colin]      0.9.12cvs79.2
144
145         * src/compose.c
146                 Check conversion result before replacing buffer
147
148 2004-08-23 [colin]      0.9.12cvs79.1
149
150         * src/compose.c
151                 Sync with HEAD (create message header in memory)
152
153 2004-08-23 [colin]      0.9.12cvs78.1
154
155         * src/rfc2015.c
156         * src/rfc2015.h
157                 Sync with HEAD (fix bug 197 again)
158
159 2004-08-23 [colin]      0.9.12cvs77.3
160
161         * src/compose.c
162                 Fix again inline gpg signing (which outputs utf8
163                 in gtk2). Not syncing this fix to HEAD as this 
164                 code is meant to die.
165
166 2004-08-23 [colin]      0.9.12cvs77.2
167
168         * src/prefs_account.h
169                 Remove useless include
170
171 2004-08-23 [colin]      0.9.12cvs77.1
172
173         * src/imap.c
174         * po/es.po
175         * po/fr.po
176         * po/it.po
177         * po/pl.po
178         * po/pt_BR.po
179         * po/sk.po
180         * po/sr.po
181                 Sync with HEAD (fix bug 577)
182
183 2004-08-22 [colin]      0.9.12cvs76.1
184
185         * src/plugins/trayicon/trayicon.c
186                 Sync with HEAD (fix formatting bug)
187
188 2004-08-21 [colin]      0.9.12cvs74.2
189
190         * src/gtk/colorsel.c
191                 Fix bug 564 (Folder color selection window exits on any
192                 keypress)
193
194 2004-08-21 [colin]      0.9.12cvs74.1
195
196         * ChangeLog.claws
197         * src/compose.c
198         * src/summaryview.c
199         * src/toolbar.c
200                 Sync with HEAD (fix bug 576)
201
202 2004-08-21 [colin]      0.9.12cvs70.1
203
204         * src/compose.c
205         * src/mainwindow.c
206                 Sync with HEAD
207                 
208
209 2004-08-21 [paul]       0.9.12cvs66.4
210
211         * src/mainwindow.c
212         * src/messageview.c
213         * src/gtk/menu.c
214         * src/plugins/spamassassin/spamassassin_gtk.c
215                 remove some deprecated gtk1 functions
216
217
218 2004-08-21 [colin]      0.9.12cvs66.3
219
220         * src/compose.c
221         * src/codeconv.c
222                 Fix warnings
223                 Remove encoding hacks
224                 Fix bug 575 (Strange character messes up message)
225                 Don't display conversion error when drafting
226
227 2004-08-21 [paul]       0.9.12cvs66.2
228
229         * src/prefs_account.c
230                 fix GnuPG mode bugs
231
232
233 2004-08-20 [colin]      0.9.12cvs66.1
234
235         * src/codeconv.c
236                 Sync with HEAD 0.9.12cvs66
237
238 2004-08-20 [paul]
239
240         * src/plugins/pgpmime/plugin.c
241                 modify PGP/MIME plugin's description
242
243 2004-08-17 [colin]      0.9.12cvs65.1
244
245         * src/common/ssl.c
246         * src/plugins/pgpmime/plugin.c
247                 Sync with HEAD
248
249 2004-08-14 [colin]      0.9.12cvs60.3
250
251         * src/plugins/trayicon/trayicon.c
252                 Put back resize callback, on size-request signal
253                 rather than size-allocate to avoid infinite 
254                 callback loop
255
256 2004-08-13 [colin]      0.9.12cvs60.2
257
258         * src/common/defs.h
259                 Cache versions have been fixed
260
261 2004-08-13 [colin]      0.9.12cvs60.1
262
263         * src/folderutils.c
264                 Sync with HEAD
265
266 2004-08-12 [colin]      0.9.12cvs59.1
267
268         * src/plugins/trayicon/trayicon.c
269                 Sync with HEAD
270
271 2004-08-12 [colin]      0.9.12cvs57.5
272
273         * sylpheed.desktop
274         * configure.ac
275         * src/Makefile.am
276         * src/main.c
277                 Add support for Freedesktop.org's startup notification
278
279 2004-08-11 [colin]      0.9.12cvs57.4
280
281         * src/textview.c
282                 Fix off-by-one
283
284 2004-08-11 [colin]      0.9.12cvs57.3
285
286         * src/message_search.c
287         * src/summary_search.c
288                 Make searches case insensitive by default
289         * src/textview.c
290                 Fix case-insensitive search in message
291
292 2004-08-11 [colin]      0.9.12cvs57.2
293
294         * src/summary_search.c
295                 Let case-sensitive be specified
296
297 2004-08-10 [colin]      0.9.12cvs55.4
298
299         * src/common/socket.c
300                 Fix the possible race condition
301
302 2004-08-09 [paul]       0.9.12cvs55.3
303
304         * configure.ac
305         * src/Makefile.am
306         * src/common/Makefile.am
307                 sync with HEAD
308
309
310 2004-08-09 [paul]       0.9.12cvs55.2
311
312         * autogen.sh
313         * po/poconv.sh
314                 remove unneeded script
315
316         * configure.ac
317                 add forgotten USE_LDAP_TLS (sync with HEAD)
318
319
320 2004-08-09 [colin]      0.9.12cvs55.1
321
322         * src/main.c
323         * src/common/ssl.c
324         * src/common/sylpheed.c
325         * src/common/sylpheed.h
326                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
327
328 2004-08-09 [paul]       0.9.12cvs54.1
329
330         * ChangeLog
331         * ChangeLog.claws
332         * ChangeLog.jp
333         * configure.ac
334         * po/POTFILES.in
335         * src/Makefile.am
336         * src/folderutils.c
337         * src/main.c
338         * src/pgpmime.c
339         * src/pgpmime.h
340         * src/sgpgme.c
341         * src/sgpgme.h
342         * src/plugins/Makefile.am
343         * src/plugins/pgpmime/.cvsignore
344         * src/plugins/pgpmime/Makefile.am
345         * src/plugins/pgpmime/pgpmime.c
346         * src/plugins/pgpmime/pgpmime.h
347         * src/plugins/pgpmime/plugin.c
348         * src/plugins/pgpmime/sgpgme.c
349         * src/plugins/pgpmime/sgpgme.h
350                 sync with HEAD
351
352 2004-08-08 [paul]       0.9.12cvs51.1
353
354         * configure.ac
355         * src/folder.c
356                 sync with HEAD
357
358 2004-08-07 [colin]      0.9.12cvs50.1
359
360         * src/pop.c
361         * src/common/partial_download.c
362                 fix warnings (sync from HEAD)
363
364 2004-08-07 [colin]      0.9.12cvs48.1
365
366         * src/prefs_folder_item.c
367                 sync with HEAD 0.9.12cvs48
368
369 2004-08-06 [colin]      0.9.12cvs47.1
370
371         * src/compose.c
372                 Sync with HEAD
373
374 2004-08-06 [christoph]  0.9.12cvs46.2
375
376         * src/main.c
377         * src/plugins/clamav/clamav_plugin_gtk.c
378         * src/plugins/dillo_viewer/dillo_viewer.c
379         * src/plugins/image_viewer/plugin.c
380         * src/plugins/mathml_viewer/mathml_viewer.c
381         * src/plugins/spamassassin/spamassassin_gtk.c
382         * src/plugins/trayicon/trayicon.c
383                 don't mix GTK1.2 plugin with GTK2 plugins
384
385 2004-08-06 [colin]      0.9.12cvs46.1
386
387         * ChangeLog
388         * ChangeLog.claws
389         * ChangeLog.jp
390         * configure.ac
391         * sylpheed-claws.pc.in
392         * src/folder.c
393         * src/imap.c
394         * src/localfolder.c
395         * src/messageview.c
396         * src/mimeview.c
397         * src/mimeview.h
398         * src/msgcache.c
399         * src/news.c
400         * src/prefs_ext_prog.c
401         * src/prefs_folder_item.c
402         * src/prefs_fonts.c
403         * src/prefs_msg_colors.c
404         * src/prefs_spelling.c
405         * src/prefs_themes.c
406         * src/prefs_toolbar.c
407         * src/prefs_wrapping.c
408         * src/procmime.h
409         * src/common/defs.h
410         * src/common/nntp.c
411         * src/common/session.c
412         * src/common/session.h
413         * src/common/socket.c
414         * src/common/utils.h
415         * src/common/xml.c
416         * src/common/xml.h
417         * src/gtk/prefswindow.c
418         * src/gtk/prefswindow.h
419         * src/plugins/clamav/clamav_plugin_gtk.c
420         * src/plugins/dillo_viewer/dillo_prefs.c
421         * src/plugins/image_viewer/viewerprefs.c
422         * src/plugins/spamassassin/spamassassin_gtk.c
423         * m4/openssl.m4 *** REMOVED ***
424                 Sync with HEAD 0.9.12cvs46
425
426 2004-08-03 [paul]       0.9.12cvs40.2
427
428         * src/action.c
429         * src/addressadd.c
430         * src/addressbook.c
431         * src/addrgather.c
432         * src/browseldap.c
433         * src/compose.c
434         * src/crash.c
435         * src/editaddress.c
436         * src/editgroup.c
437         * src/editldap_basedn.c
438         * src/foldersel.c
439         * src/importldif.c
440         * src/mimeview.c
441         * src/prefs_common.c
442         * src/prefs_template.c
443         * src/sourcewindow.c
444         * src/summaryview.c
445         * src/gtk/about.c
446         * src/gtk/foldersort.c
447         * src/gtk/logwindow.c
448         * src/gtk/pluginwindow.c
449         * src/gtk/prefswindow.c
450                 change all gtk_scrolled_window_set_policy from 
451                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
452
453 2004-08-02 [paul]       0.9.12cvs40.1
454
455         * AUTHORS
456                 update translation team section
457         * po/pt_BR.po
458                 updated by Frederico Goncalves Guimaraes
459                 <fggdebian@yahoo.com.br>
460
461 2004-07-31 [colin]      0.9.12cvs39.9
462
463         * src/exphtmldlg.c
464                 Fix compilation
465
466 2004-07-31 [colin]      0.9.12cvs39.8
467
468         * src/exphtmldlg.c
469                 Fix an alertpanel type
470
471 2004-07-30 [colin]      0.9.12cvs39.7
472
473         * src/alertpanel.c
474                 Fix alertpanel_error_log's icon
475
476 2004-07-30 [colin]      0.9.12cvs39.6
477
478         * src/pop.c
479                 Two of them should still be warnings
480
481 2004-07-30 [colin]      0.9.12cvs39.5
482
483         * src/pop.c
484                 More warning -> error
485 2004-07-29 [colin]      0.9.12cvs39.4
486
487         * src/pop.c
488                 Warning -> error
489
490 2004-07-29 [colin]      0.9.12cvs39.3
491
492         * src/prefs_matcher.c
493                 Fix segfault
494
495 2004-07-29 [colin]      0.9.12cvs39.2
496
497         * src/alertpanel.c
498                 More nice-looking alertpanels
499
500 2004-07-29 [colin]      0.9.12cvs39.1
501
502         * src/messageview.c
503                 sync with head
504                 (inform user when partial mail is deleted on server)
505
506 2004-07-29 [colin]      0.9.12cvs38.1
507
508         * src/messageview.c
509                 sync with head
510
511 2004-07-28 [paul]       0.9.12cvs37.7
512
513         * src/mainwindow.c
514                 complete the replacement of deprecated gtk_progress_*
515
516 2004-07-28 [paul]       0.9.12cvs37.6
517
518         * src/action.c
519         * src/inc.c
520         * src/mainwindow.c
521         * src/send_message.c
522         * src/gtk/progressdialog.c
523         * src/gtk/progressdialog.h
524                 replace deprecated gtk_progress_*
525
526 2004-07-28 [paul]       0.9.12cvs37.5
527
528         * src/gtk/filesel.c
529                 remove gtk_window_set_wmclass()
530 2004-07-28 [paul]       0.9.12cvs37.4
531
532         * src/addressbook.c
533         * src/compose.c
534         * src/foldersel.c
535         * src/mainwindow.c
536         * src/messageview.c
537         * src/sourcewindow.c
538         * src/gtk/logwindow.c
539                 remove gtk_window_set_wmclass()
540                 
541         * src/prefs_filtering.c
542         * src/prefs_filtering_action.c
543         * src/prefs_fonts.c
544         * src/prefs_gtk.c
545         * src/prefs_matcher.c
546         * src/ssl_manager.c
547         * src/gtk/prefswindow.c
548                 replace gtk_window_position()
549
550 2004-07-28 [colin]      0.9.12cvs37.3
551
552         * src/alertpanel.c
553         * src/alertpanel.h
554                 Add a way to specify panel type for specific
555                 panels (alertpanel())
556         * src/account.c
557         * src/addressbook.c
558         * src/compose.c
559         * src/expldifdlg.c
560         * src/main.c
561         * src/messageview.c
562         * src/summaryview.c
563         * src/textview.c
564         * src/gtk/sslcertwindow.c
565                 Fix alertpanel()s so that their icon match
566                 their real type
567
568 2004-07-28 [paul]       0.9.12cvs37.2
569
570         * src/addr_compl.c
571         * src/addressbook.c
572         * src/alertpanel.c
573         * src/compose.c
574         * src/export.c
575         * src/foldersel.c
576         * src/folderview.c
577         * src/grouplistdialog.c
578         * src/import.c
579         * src/mainwindow.c
580         * src/message_search.c
581         * src/messageview.c
582         * src/passphrase.c
583         * src/prefs_actions.c
584         * src/prefs_common.c
585         * src/prefs_customheader.c
586         * src/prefs_display_header.c
587         * src/prefs_filtering.c
588         * src/prefs_filtering_action.c
589         * src/prefs_gtk.c
590         * src/prefs_matcher.c
591         * src/prefs_msg_colors.c
592         * src/prefs_summary_column.c
593         * src/prefs_template.c
594         * src/sourcewindow.c
595         * src/ssl_manager.c
596         * src/summary_search.c
597         * src/gtk/colorsel.c
598         * src/gtk/description_window.c
599         * src/gtk/gtkaspell.c
600         * src/gtk/inputdialog.c
601         * src/gtk/logwindow.c
602         * src/gtk/prefswindow.c
603         * src/gtk/progressdialog.c
604                 replace deprecated gtk_window_set_policy
605
606 2004-07-27 [colin]      0.9.12cvs37.1
607
608         * src/msgcache.c
609                 More fixes (synced for head again)
610
611 2004-07-27 [colin]      0.9.12cvs35.3
612
613         * src/msgcache.c
614                 Fix wrong test
615
616 2004-07-27 [colin]      0.9.12cvs35.2
617
618         * src/mimeview.c
619                 Fix width a bit (by Paul)
620         * src/alertpanel.c
621         * src/alertpanel.h
622                 Specialize icons, make alertpanel_message()
623                 private
624         * src/message_search.c
625         * src/sgpgme.c
626         * src/summary_search.c
627                 Suit alertpanel changes
628
629 2004-07-27 [colin]      0.9.12cvs35.1
630
631         * src/alertpanel.c
632                 Add an icon
633         * src/passphrase.c
634                 Add debug output - maybe someone will
635                 want to look at the problem with Grab
636                 Input :)
637         Bump version as we're synced with HEAD
638
639 2004-07-26 [colin]      0.9.12cvs33.26
640
641         * src/pop.c
642                 Fix uidl-file parsing when not in new
643                 format
644
645 2004-07-26 [colin]      0.9.12cvs33.25
646
647         * src/gtk/menu.c
648                 Move popup menu up if necessary (fixes 
649                 account selector)
650         * src/mainwindow.c
651                 Set account selector's button height to
652                 minimum
653
654 2004-07-26 [colin]      0.9.12cvs33.24
655
656         * src/alertpanel.c
657                 Maybe fix 551 (Truncated font in alert window)
658
659 2004-07-26 [colin]      0.9.12cvs33.23
660
661         * po/de.po
662         * po/es.po
663         * po/fr.po
664         * po/it.po
665         * po/ja.po
666         * po/pl.po
667         * po/ru.po
668         * po/sk.po
669         * po/sr.po
670         * po/zh_CN.po
671                 Sync po files with HEAD
672
673 2004-07-26 [paul]       0.9.12cvs33.22
674
675         * src/compose.c
676                 fix Bug 556 'Organisation-header is sent even if empty'
677
678 2004-07-24 [colin]      0.9.12cvs33.21
679
680         * src/compose.c
681         * src/gtk/gtkaspell.c
682         * src/gtk/gtkaspell.h
683                 Fix speller accelerators (require hack)
684
685 2004-07-24 [colin]      0.9.12cvs33.20
686
687         * src/gtk/gtkaspell.c
688                 Fix over-eager code deletion breaking
689                 Check while typing
690
691 2004-07-24 [colin]      0.9.12cvs33.19
692
693         * src/browseldap.c
694         * src/ldapctrl.c
695         * src/ldapctrl.h
696         * src/ldapserver.h
697                 Sync ldap with HEAD
698         (Fixes 546 LDAP completely broken)
699
700 2004-07-24 [colin]      0.9.12cvs33.18
701
702         * src/prefs_msg_colors.c
703                 Fix prototype mismatch
704         (Fixes 547 void function cannot return value)
705
706 2004-07-24 [colin]      0.9.12cvs33.17
707
708         * src/mainwindow.c
709                 Fix sort going back to previous sort key
710                 when changing sort direction
711
712 2004-07-24 [colin]      0.9.12cvs33.16
713
714         * src/compose.c
715                 Fix space insertion when re-wrapping at 
716                 cursor point
717
718 2004-07-24 [colin]      0.9.12cvs33.15
719
720         * src/gtk/gtkaspell.c
721                 Don't change cursor position in insert-text
722                 callback
723         (Fixes 539 Word wrapping on input transposes letters)
724
725 2004-07-24 [colin]      0.9.12cvs33.14
726
727         * src/gtk/gtkaspell.c
728                 Reencode non-ascii chars to dictionary's
729                 encoding
730         (Fixes 544 Spell check broken non english locale)
731
732 2004-07-24 [colin]      0.9.12cvs33.13
733
734         * src/summaryview.c
735                 Fix Shift+Down, add Home/End/PgUp/PgDown
736
737 2004-07-21 [colin]      0.9.12cvs33.12
738
739         * src/prefs_common.c
740                 Fix a gtk warning (Patch by Andrej Kacian)
741
742 2004-07-21 [colin]      0.9.12cvs33.11
743
744         * src/gtk/filesel.c
745                 More check
746
747 2004-07-21 [colin]      0.9.12cvs33.10
748
749         * src/compose.c
750         * src/crash.c
751         * src/export.c
752         * src/import.c
753         * src/messageview.c
754         * src/mimeview.c
755         * src/prefs_spelling.c
756         * src/prefs_themes.c
757         * src/summaryview.c
758         * src/gtk/filesel.c
759         * src/gtk/filesel.h
760         * src/gtk/pluginwindow.c
761                 Untwist open/save mode guessing logic, make
762                 it explicit
763
764 2004-07-20 [colin]      0.9.12cvs33.9
765
766         * src/codeconv.c
767                 conv_encode_header: src_charset is UTF-8 on
768                 gtk2
769         * src/compose.c
770                 Remove double encoding of the headers
771
772 2004-07-20 [colin]      0.9.12cvs33.8
773
774         * src/codeconv.c
775                 Fix typo
776
777 2004-07-20 [colin]      0.9.12cvs33.7
778
779         * src/mainwindow.c
780                 Set the separated messageview to the saved
781                 size of Claws' messageview (Patch by Alfons)
782                 Fix a callback prototype (me)
783
784 2004-07-20 [colin]      0.9.12cvs33.6
785
786         * src/codeconv.h
787                 Forgot one hunk in 0.9.12cvs33.4
788
789 2004-07-19 [colin]      0.9.12cvs33.5
790
791         * src/action.c
792                 Action output fix
793                 Patch by Alfons
794
795 2004-07-19 [colin]      0.9.12cvs33.4
796
797         * src/compose.c
798                 Fix outgoing charset bug in headers
799         * src/codeconv.c
800                 Clean for glib2 - Patch by Alfons
801
802 2004-07-19 [colin]      0.9.12cvs33.3
803
804         * src/statusbar.c
805                 Remove grip from the statusbar
806                 Patch by Alfons
807
808 2004-07-19 [colin]      0.9.12cvs33.2
809
810         * src/messageview.c
811         * src/textview.c
812                 Fix messageview remembering the previous
813                 scroll position when loading a new message
814                 Patch by Alfons
815
816 2004-07-19 [colin]      0.9.12cvs33.1
817
818         * src/folder.h
819         * src/folderview.c
820         * src/summaryview.c
821                 Sync with HEAD
822
823 2004-07-18 [colin]      0.9.12cvs32.7
824
825         * configure.ac
826                 Remove useless check for XIM - noticed
827                 by Alfons
828
829 2004-07-18 [colin]      0.9.12cvs32.6
830
831         * src/summaryview.c
832                 Remove non-modified and shift-modified
833                 accelerators in summaryview's popup
834                 menu, as that doesn't get catched by
835                 the accel-activate signal catcher...
836
837 2004-07-18 [colin]      0.9.12cvs32.5
838
839         * src/prefs_common.c
840                 Define sensible default prefs for 
841                 wrapping
842
843 2004-07-18 [colin]      0.9.12cvs32.4
844
845         * src/compose.c
846         * src/prefs_common.c
847         * src/prefs_common.h
848         * src/prefs_wrapping.c
849                 Remove Smart Wrapping pref, which does
850                 nothing on gtk2 branch
851
852 2004-07-18 [colin]      0.9.12cvs32.3
853
854         * src/sourcewindow.c
855                 Proper utf8
856
857 2004-07-18 [colin]      0.9.12cvs32.2
858
859         * src/compose.c
860                 Save attachment status when drafting
861
862 2004-07-18 [colin]      0.9.12cvs32.1
863
864         * src/gtk/filesel.c
865                 Fix erratic folder selection in open mode
866
867 2004-07-18 [colin]      0.9.12cvs31.11
868
869         * src/pop.c
870                 Don't let partial messages get deleted
871                 even with "dowload all"
872                 (0.9.12cvs31.8 fix extension)
873 2004-07-18 [colin]      0.9.12cvs31.10
874
875         * src/gtk/logwindow.c
876                 Fix log scrolling
877
878 2004-07-18 [colin]      0.9.12cvs31.9
879
880         * src/common/utils.c
881                 Fix non-utf8 strings coming from commands
882                 and files
883
884 2004-07-18 [colin]      0.9.12cvs31.8
885
886         * src/pop.c
887                 Fix partial download bug with Download all
888                 messages option
889
890 2004-07-18 [colin]      0.9.12cvs31.7
891
892         * src/textview.c
893                 Fix bug introduced in 0.9.12cvs31.2
894                 (blocked in select mode after double click)
895
896 2004-07-18 [colin]      0.9.12cvs31.6
897
898         * src/compose.c
899         * src/gtk/menu.c
900                 More glib-warning fixes
901
902 2004-07-18 [colin]      0.9.12cvs31.5
903
904         * src/compose.c
905                 Fix trashing the primary clipboard when moving 
906                 around with tab
907         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
908
909 2004-07-18 [colin]      0.9.12cvs31.4
910
911         * src/codeconv.c
912                 convert unencoded iso headers to utf8
913         (Fix Bug 538 Unencoded local characters in subject make it 
914          disappear)
915
916 2004-07-18 [colin]      0.9.12cvs31.3
917
918         * src/compose.c
919                 Fix tab char handling in wrapping
920         (Fix Bug 537 Line wrap problem - TAB character treated as 
921          one character instead of 8)
922
923 2004-07-18 [colin]      0.9.12cvs31.2
924
925         * src/textview.c
926                 return FALSE on GDK_MOTION_NOTIFY
927         (Fix Bug 535 Hyperlinks/addresses are not selectable 
928          (unable to highlight))
929
930 2004-07-18 [colin]      0.9.12cvs31.1
931
932         * src/folderview.c
933                 Sync with 0.9.12cvs31
934
935 2004-07-18 [colin]      0.9.12cvs30.4
936
937         * src/compose.c
938                 Also block text_inserted when inserting a file
939
940 2004-07-18 [colin]      0.9.12cvs30.3
941
942         * src/compose.c
943                 Fix smart wrapping (block text_inserted handler
944                 while putting quotation to avoid wrap on input,
945                 don't join lines if next is sig separator)
946
947 2004-07-17 [colin]      0.9.12cvs30.2
948
949         * src/folderview.c
950         * src/mainwindow.c
951         * src/mimeview.c
952         * src/summaryview.c
953         * src/gtk/quicksearch.c
954         * src/gtk/quicksearch.h
955                 Block key events handlers *and* accels while
956                 quicksearch is focused
957         (Fixes Bug 534 quick-search bar not accepting certain letters)
958
959 2004-07-17 [colin]      0.9.12cvs30.1
960
961         * src/folder.h
962         * src/folderview.c
963         * src/summaryview.c
964                 Sync with 0.9.12cvs30
965
966 2004-07-17 [colin]      0.9.12cvs28.2
967
968         * src/mimeview.c
969         * src/procmime.c
970         * src/summaryview.c
971         * src/gtk/menu.c
972                 Squash some compile and glib warnings
973
974 2004-07-17 [paul]       0.9.12cvs28.1
975
976         * src/mimeview.c
977                 sync with 0.9.12cvs28 HEAD
978
979 2004-07-16 [paul]       0.9.12cvs26.1
980         
981         * src/gtk/quicksearch.c
982         * src/account.c
983         * src/account.h
984         * src/compose.c
985         * src/customheader.c
986         * src/folder_item_prefs.c
987         * src/main.c
988         * src/mainwindow.c
989         * src/messageview.c
990         * src/mimeview.c
991         * src/news.c
992         * src/pgpmime.c
993         * src/pop.c
994         * src/pop.h
995         * src/prefs_account.c
996         * src/prefs_account.h
997         * src/prefs_common.c
998         * src/prefs_common.h
999         * src/prefs_display_header.c
1000         * src/prefs_gtk.c
1001         * src/prefs_gtk.h
1002         * src/procheader.c
1003         * src/procmime.c
1004                 sync with 0.9.12cvs26 HEAD      
1005
1006 2004-07-15 [colin]      0.9.12cvs18.14
1007
1008         * src/folder.c
1009                 Disable GPG signature check during
1010                 folder move and scan
1011         (Closes Bug 521 Signature checking slows down Folder-Move)
1012
1013 2004-07-14 [colin]      0.9.12cvs18.13
1014
1015         * src/common/partial_download.c
1016                 update includes
1017
1018 2004-07-14 [colin]      0.9.12cvs18.12
1019
1020         * src/common/partial_download.c
1021         * src/common/partial_download.h
1022                 Move doc at top, add correct copyright
1023
1024 2004-07-14 [colin]      0.9.12cvs18.11
1025
1026         * src/folder.c
1027         * src/messageview.c
1028         * src/pop.c
1029         * src/pop.h
1030         * src/procmsg.c
1031         * src/summaryview.c
1032         * src/common/Makefile.am
1033         * src/common/partial_download.c ** NEW FILES **
1034         * src/common/partial_download.h ** NEW FILES **
1035                 Move partial-download related stuff to its
1036                 own file
1037
1038 2004-07-14 [colin]      0.9.12cvs18.10
1039
1040         * src/send_message.c
1041                 Fix smtp auth when user is null or empty
1042
1043 2004-07-13 [colin]      0.9.12cvs18.9
1044
1045         * src/gtk/quicksearch.c
1046                 Use alphabetic order
1047
1048 2004-07-13 [colin]      0.9.12cvs18.8
1049
1050         * src/pop.c
1051                 Be paranoid on the checks
1052
1053 2004-07-13 [colin]      0.9.12cvs18.7
1054
1055         * src/gtk/quicksearch.c
1056                 Fix Engrish once again
1057
1058 2004-07-13 [colin]      0.9.12cvs18.6
1059
1060         * src/procmsg.c
1061         * src/summaryview.c
1062                 Mark messages for deletion when they are about to
1063                 be removed from trash
1064
1065 2004-07-13 [colin]      0.9.12cvs18.5
1066
1067         * src/matcher.c
1068         * src/matcher.h
1069         * src/matcher_parser_parse.y
1070         * src/prefs_matcher.c
1071         * src/gtk/quicksearch.c
1072                 Add 'partial' ('p') match string to find partially
1073                 downloaded messages
1074
1075 2004-07-13 [colin]      0.9.12cvs18.4
1076
1077         * src/pop.c
1078                 Fix misplaced block
1079
1080 2004-07-13 [colin]      0.9.12cvs18.3
1081
1082         * src/pop.c
1083         * src/pop.h
1084         * src/messageview.c
1085                 Refactor API (to avoid passing 5+ params and code
1086                 duplication)
1087         * src/folder.c
1088         * src/msgcache.c
1089         * src/procheader.c
1090         * src/common/defs.h
1091                 Add planned_download to cache
1092                 Don't mess uidl file when moving partially downloaded
1093                 mails (they change folder, we should change it in the
1094                 uidl list too or we'll remove an incorrect message)
1095                 (this also helps removing hacks when changing 
1096                 planned_download in messageview.c)
1097
1098 2004-07-12 [colin]      0.9.12cvs18.2
1099
1100         * src/gtk/quicksearch.c
1101                 Fix missing status update in quicksearch
1102
1103 2004-07-12 [paul]       0.9.12cvs18.1
1104
1105         * po/POTFILES.in
1106         * src/Makefile.am
1107         * src/account.c
1108         * src/codeconv.c
1109         * src/compose.c
1110         * src/inc.c
1111         * src/main.c
1112         * src/prefs_common.c
1113         * src/procmsg.h
1114         * src/toolbar.c
1115         * src/prefs_msg_colors.[ch]     ** NEW FILES **
1116         * src/prefs_wrapping.[ch]       ** NEW FILES **
1117         * src/common/intl.h
1118         * src/common/utils.[ch]
1119         * src/gtk/quicksearch.[ch]
1120                 sync with 0.9.12cvs18 HEAD
1121
1122 2004-07-12 [colin]      0.9.11cvs17.25
1123
1124         * src/folder.c
1125         * src/folder.h
1126                 Remove unused function added by me in 0.9.11cvs17.10
1127
1128 2004-07-11 [colin]      0.9.11cvs17.24
1129
1130         * src/inc.c
1131         * src/messageview.c
1132         * src/pop.c
1133         * src/pop.h
1134                 Use folderitem and msgnum instead of filename to
1135                 know which mail to delete
1136                 Move old partial mail deletion to pop.c
1137
1138 2004-07-10 [colin]      0.9.11cvs17.23
1139
1140         * src/inc.c
1141                 Add debug
1142         * src/pop.c
1143         * src/pop.h
1144                 Don't re-use same enums for unrelated stuff: it's 
1145                 completely misleading !
1146                 Document a bit
1147
1148 2004-07-09 [colin]      0.9.11cvs17.22
1149
1150         * src/inc.c
1151                 Remove folder-type check and do
1152                 more tests to be sure everything's
1153                 ok
1154         * src/messageview.c
1155                 Punctuation update, remove useless
1156                 code, fix two warnings
1157         * src/noticeview.c
1158                 Layout cleaning, reset 2nd button
1159                 when specifying one
1160
1161 2004-07-09 [colin]      0.9.11cvs17.21
1162
1163         * src/messageview.c
1164         * src/pop.c
1165         * src/pop.h
1166                 Allow user to change his mind
1167                 and postpone decision (by
1168                 unmarking the mail)
1169
1170 2004-07-09 [colin]      0.9.11cvs17.20
1171
1172         * src/messageview.c
1173                 Fix bug with delete state
1174         * src/pop.c
1175         * src/pop.h
1176                 Fix buffer leak (fread doesn't 
1177                 terminate buffers with \0)
1178                 Refactoring (remove magic 
1179                 numbers)
1180
1181 2004-07-09 [colin]      0.9.11cvs17.19
1182
1183         * src/pop.c
1184                 Don't log "Skipping message" if 
1185                 we're going to TOP it two lines
1186                 later
1187
1188 2004-07-09 [colin]      0.9.11cvs17.18
1189
1190         * src/messageview.c
1191                 Fix Engrish
1192
1193 2004-07-09 [colin]      0.9.11cvs17.17
1194
1195         * src/pop.c
1196                 strlen checking...
1197         * src/messageview.c
1198                 refactoring a bit
1199
1200 2004-07-08 [colin]      0.9.11cvs17.16
1201
1202         * src/noticeview.c
1203         * src/noticeview.h
1204                 Add an optional second button
1205         * src/messageview.c
1206         * src/pop.c
1207         * src/pop.h
1208                 Don't delete partially received mails after a certain
1209                 time; rather, let the user decide.
1210
1211 2004-07-08 [colin]      0.9.11cvs17.15
1212
1213         * src/common/smtp.h
1214                 Sync with HEAD
1215
1216 2004-07-08 [colin]      0.9.11cvs17.14
1217
1218         * src/messageview.c
1219         * src/common/smtp.c
1220                 Use to_human_readable() for sizes
1221
1222 2004-07-08 [colin]      0.9.11cvs17.13
1223
1224         * src/inc.c
1225         * src/messageview.c
1226         * src/pop.c
1227         * src/pop.h
1228         * src/procmsg.c
1229                 Fix partial-downloading issues:
1230                         catch unsupported TOP
1231                         don't delete partially downloaded mails before 5 days
1232                         don't update existing with non-MH folders; that'll
1233                         make dups, but it's better than trashing the folder
1234                         free new msginfo parts
1235                 Fix indentation ;-)
1236
1237 2004-07-08 [colin]      0.9.11cvs17.12
1238
1239         * src/common/smtp.c
1240         * src/common/smtp.h
1241                 Sync smtp size verification with HEAD
1242
1243 2004-07-08 [colin]      0.9.11cvs17.11
1244
1245         * src/summaryview.c
1246         * src/prefs_common.c
1247         * src/prefs_common.h
1248         * src/gtk/quicksearch.c
1249         * src/gtk/quicksearch.h
1250                 Sync sticky pref with HEAD
1251
1252 2004-07-08 [colin]      0.9.11cvs17.10
1253
1254         * src/folder.c [1.213.2.6]
1255         * src/folder.h [1.87.2.6]
1256         * src/inc.c [1.149.2.7]
1257         * src/messageview.c [1.94.2.8]
1258         * src/procheader.c [1.47.2.6]
1259         * src/procmsg.c [1.150.2.4]
1260         * src/procmsg.h [1.60.2.5]
1261         * src/pop.c [1.56.2.4]
1262         * src/pop.h [1.17.2.3]
1263                 Let too big messages get downloaded, but truncated
1264                 Add a button to download them completely
1265                 
1266 2004-07-06 [colin]      0.9.11cvs17.9
1267
1268         * src/gtk/quicksearch.c [1.1.2.3]
1269                 Add a Clear button
1270         * commitHelper
1271         * PATCHSETS
1272                 Add a script to help with cvs
1273
1274 2004-07-03 [colin]      0.9.11cvs17.8
1275
1276         * src/plugins/imageviewer/viewer.c
1277                 fix imageviewer (which was staying on the first
1278                 displayed image)
1279
1280 2004-07-03 [colin]      0.9.11cvs17.7
1281
1282         Removed FIXME_GTK2 warnings
1283         * src/gtk/gtkutils.c
1284                 useless #warnings
1285         * src/gtk/menu.c
1286                 useless #warnings (no need to mess with menu rc)
1287         * src/gtk/menu.h
1288                 unused functions
1289         
1290
1291 2004-07-03 [colin]      0.9.11cvs17.6
1292
1293         Removed FIXME_GTK2 warnings
1294         * src/codeconv.c
1295                 useless #warnings (rewrite needed)
1296         * src/compose.c
1297                 useless #warnings (rewrite needed)
1298                 useless #warnings (gtk2 is like that)
1299                 useless #warnings (previously fixed)
1300         * src/main.c
1301                 useless #warnings (previously fixed)
1302         * src/message_search.c
1303                 useless #warnings (gtk2 is like that)
1304                 Made apparent that search is case-sensitive
1305         * src/mimeview.c
1306                 useless #warnings (rewrite needed)
1307                 useless #warnings (gtk2 is like that)
1308                 reimplemented real warnings
1309         * src/prefs_common.c
1310                 Removed block cursor option (not it gtk2)
1311         * src/prefs_gtk.c
1312                 useless #warnings (rewrite needed)
1313         * src/procheader.c
1314                 useless #warnings (rewrite needed)
1315         * src/sourcewindow.c
1316                 useless #warnings (incorrect placing)
1317         * src/summary_search.c
1318                 useless #warnings (gtk2 is like that)
1319                 Made apparent that search is case-sensitive
1320         * src/action.c
1321                 useless #warnings (gtk2 is like that)
1322         * src/textview.c
1323                 useless #warnings (rewrite needed)
1324         * src/toolbar.c
1325                 useless #warnings (rewrite needed)
1326
1327 2004-07-03 [colin]      0.9.11cvs17.5
1328
1329         * src/textview.c
1330                 Fix mismerge which broke URI opening
1331                 
1332 2004-07-01 [colin]      0.9.11cvs17.4
1333
1334         * src/gtk/filesel.c
1335                 Fill filename when saving
1336                 
1337 2004-06-27 [colin]      0.9.11cvs17.3
1338
1339         * src/gtk/filesel.[ch]
1340                 Use the new GTK file selector
1341                 Update prototype to match the reality: multiple file
1342                 selection is open-only          
1343         * src/compose.c
1344                 Match the new prototypes        
1345         * configure.ac
1346                 Match the new requirements (gtk 2.4.0)
1347                         
1348 2004-06-26 [colin]      0.9.11cvs17.2
1349
1350         * src/plugins/trayicon/trayicon.c
1351                 Remove useless signal handler on resize, which causes
1352                 an infinite "loop"
1353         
1354 2004-06-26 [colin]      0.9.11cvs17.1
1355         
1356         * tools/Makefile.am
1357                 remove launch_firebird and add nautilus2sylpheed.sh
1358         * src/quicksearch.c
1359           src/summaryview.c
1360                 Fix show/hide "Extended symbols" button problem
1361                 Fix apparition at startup
1362                 Fix const warnings
1363         * src/plugins/image_viewer/Makefile.am
1364                 Fix configure 
1365         * common/ssl.c
1366                 Re-enable certificate check, as it doesn't seem to
1367                 cause Xlib errors anymore
1368
1369 2004-06-25 [paul]       0.9.11cvs17
1370
1371         * sync with 0.9.11cvs17 HEAD
1372         
1373         NOTE: QuickSearch is broken
1374
1375 2004-06-07 [colin]      0.9.10claws67.10
1376         * src/plugins/trayicon/trayicon.c
1377           src/plugins/trayicon/libeggtrayicon/Makefile.am
1378           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1379                 Fix gettextization in trayicon plugin
1380
1381 2004-06-07 [colin]      0.9.10claws67.9
1382         
1383         * src/summaryview.c
1384           src/gtk/gtksctree.[ch]
1385                 Let Shift+{Up,Down} work in summaryview
1386                 (well, Down "works" and Up works)
1387                 Let the list scroll when using these keys
1388
1389 2004-06-06 [colin]      0.9.10claws67.8
1390
1391         * src/plugins/trayicon/trayicon.c
1392                 Fix pixmap update
1393
1394 2004-06-06 [colin]      0.9.10claws67.7
1395
1396         * src/addressbook.c
1397                 Fix signal handling causing system-wide focus grab
1398
1399 2004-05-25 [paul]       0.9.10claws67.6
1400
1401         * Makefile.am
1402           src/Makefile.am
1403                 clean up
1404
1405 2004-05-25 [paul]       0.9.10claws67.5
1406
1407         * replace deprecated gtk_signal... functions
1408
1409 2004-05-23 [colin]      0.9.10claws67.4
1410
1411         * src/compose.c
1412                 Fix wrapping
1413
1414 2004-05-22 [colin]      0.9.10claws67.3
1415
1416         * src/compose.c
1417                 Re-fix [Edited] in compose.c::compose_reedit()
1418
1419 2004-05-22 [colin]      0.9.10claws67.2
1420
1421         * src/procmime.c
1422                 Fix parsing of multiparts mails
1423
1424 2004-05-22 [colin]      0.9.10claws67.1
1425
1426         * src/summaryview.c
1427                 Fix quicksearch
1428
1429 2004-05-22 [paul]       0.9.10claws67
1430
1431         * sync with 0.9.10claws67 HEAD
1432
1433 2004-05-14 [alfons]
1434
1435         * src/procmime.h
1436                 add forgotton prototype
1437
1438 2004-05-10 [paul]       0.9.10claws57
1439
1440         * sync with 0.9.10claws57 HEAD
1441
1442 2004-05-05 [paul]       0.9.9.claws1
1443
1444         * ChangeLog-gtk2        ** REMOVED **
1445           ChangeLog-gtk2.claws  ** ADDED **
1446                 rename and adopt the normal claws format
1447                 
1448         * configure.ac
1449                 require gtkmathview >= 0.5
1450
1451         * ac/*                          ** REMOVED **
1452           ac/                           ** REMOVED **
1453           intl/Makefile.in              ** REMOVED **
1454           m4/                           ** ADDED **
1455           m4/missing                    ** ADDED **
1456           m4/missing/gdk-pixbuf.m4      ** ADDED **
1457           m4/missing/gettext.m4         ** ADDED **
1458           m4/missing/gpgme.m4           ** ADDED **
1459           m4/missing/imlib.m4           ** ADDED **
1460           m4/.cvsignore                 ** ADDED **
1461           m4/Makefile.am                ** ADDED **
1462           m4/README                     ** ADDED **
1463           m4/aclocal-include.m4         ** ADDED **
1464           m4/aspell.m4                  ** ADDED **
1465           m4/check-type.m4              ** ADDED **
1466           m4/gnupg-check-typedef.m4     ** ADDED **
1467           m4/openssl.m4                 ** ADDED **
1468           m4/spamassassin.m4            ** ADDED **
1469           po/ChangeLog                  ** REMOVED **
1470           po/Makefile.in.in             ** REMOVED **
1471           po/Rules-quot                 ** REMOVED **
1472           po/boldquot.sed               ** REMOVED **
1473           po/en@boldquot.header         ** REMOVED **
1474           po/en@quot.header             ** REMOVED **
1475           po/insert-header.sin          ** REMOVED **
1476           po/quot.sed                   ** REMOVED **
1477           po/remove-potcdate.sed        ** REMOVED **
1478           po/remove-potcdate.sin        ** REMOVED **
1479           po/stamp-po                   ** REMOVED **
1480           Makefile.am
1481           autogen.sh
1482           configure.ac
1483                 enable building with automake 1.8.x
1484                 add 'autopoint --force' to autogen.sh and remove all
1485                 auto-generated files, remove ac/ directory and use
1486                 m4/ directory instead
1487                 
1488         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1489                 fix gettextization
1490
1491 2004-02-28 Colin Leroy <colin@colino.net>
1492         * src/prefs_matcher.c
1493           src/prefs_filtering.c
1494           src/prefs_filtering_action.c
1495                 Fix non-editable GtkEntries
1496
1497 2004-02-22 Thorsten Maerz <torte@netztorte.de>
1498         * src/prefs_themes.c
1499                 utf8 conversion for theme info
1500
1501 2004-02-21 Thorsten Maerz <torte@netztorte.de>
1502         * sync 0.9.9claws
1503
1504 2004-02-14 Thorsten Maerz <torte@netztorte.de>
1505         * src/grouplistdialog.c
1506                 allow multiple selections without ctrl key
1507
1508 2004-02-09 Thorsten Maerz <torte@netztorte.de>
1509         * src/main.c
1510                 enable customizable accelerators
1511
1512 2004-02-08 Thorsten Maerz <torte@netztorte.de>
1513         * src/prefs_common.c
1514                 re-enable different font settings for gtk1/2
1515         * src/prefs_folder_item.c
1516                 fix folder prefs displayed wrong
1517         * src/textview.c
1518                 set 'sunken' shadow type
1519
1520 2004-02-07 Colin Leroy <colin@colino.net>
1521         * src/compose.c
1522                 Fix message being always [Edited]
1523                 Encode headers correctly (utf8 buf)
1524
1525 2004-01-27 Thorsten Maerz <torte@netztorte.de>
1526         * src/socket.c
1527                 remove double g_source_attach()
1528                 (Thanks to Colin Leroy)
1529
1530 2004-01-27 Thorsten Maerz <torte@netztorte.de>
1531         * src/gtk/gtksctree.c
1532                 Fix SSL certificate list not shown
1533         * src/mimeview.c
1534                 Fix clicks in mime tree
1535
1536 2004-01-27 Thorsten Maerz <torte@netztorte.de>
1537         * src/common/socket.c
1538                 Fix SSL receive
1539         * src/compose.c
1540                 Fix clipboard menu hotkeys
1541
1542 2004-01-25 Thorsten Maerz <torte@netztorte.de>
1543         * src/gtk/gtkaspell.[ch]
1544           src/compose.c
1545                 reimplement spellchecker
1546
1547 2004-01-25 Thorsten Maerz <torte@netztorte.de>
1548         * src/gtk/filesel.c
1549                 crash when inserting file in compose window
1550                 (TODO: keep old selection on clicks)
1551         * src/main.c
1552                 use gtkrc-2.0 instead of gtkrc
1553
1554 2004-01-25 Thorsten Maerz <torte@netztorte.de>
1555         * src/messageview.c
1556                 remove orphaned mimeview unref()
1557
1558 2004-01-20 Thorsten Maerz <torte@netztorte.de>
1559         * src/grouplistdialog.c
1560                 expand nodes containing subscribed groups
1561
1562 2004-01-19 Thorsten Maerz <torte@netztorte.de>
1563         * src/textview.c
1564                 textview: hide cursor, restore old click behaviour
1565
1566 2004-01-18 Thorsten Maerz <torte@netztorte.de>
1567         * src/textview.c
1568                 variable names messed up
1569
1570 2004-01-17 Colin Leroy <colin@colino.net>
1571         * src/addr_compl.c
1572                 Fix completion address too thin
1573         * src/compose.c
1574                 Fix tab-to-subject behaviour
1575         * src/summaryview.c
1576                 Implement key up & down in summaryview
1577
1578 2004-01-12 Thorsten Maerz <torte@netztorte.de>
1579
1580         * sync 098claws
1581
1582 2004-01-08 Thorsten Maerz <torte@netztorte.de>
1583         * configure.ac
1584           Makefile.am
1585           doc/.cvsignore
1586           doc/Makefile.am
1587                 faq, man, manual moved to doc/
1588         * ac/aspell.m4
1589           ac/check-type.m4
1590           ac/gnupg-check-typedef.m4
1591           ac/openssl.m4
1592           ac/spamassassin.m4
1593           ac/missing/gdk-pixbuf.m4
1594           ac/missing/gpgme.m4
1595           ac/missing/imlib.m4
1596                 fix automake warnings
1597
1598 2003-12-06 Colin Leroy <colin@colino.net>
1599         * src/summaryview.c
1600                 Fix quicksearch
1601
1602 2003-12-05 Colin Leroy <colin@colino.net>
1603         * src/summaryview.c
1604                 Fix going to next unread folder
1605
1606 2003-12-05 Colin Leroy <colin@colino.net>
1607         * src/crash.c
1608                 Fix gtk2 compilation
1609         * src/session.c
1610                 Remove iotag source handler at disconnection
1611         * src/socket.[ch] 
1612                 Remove source handler when closing socket 
1613                 (fixes another seg)
1614
1615 2003-12-04 Colin Leroy <colin@colino.net>
1616         * src/compose.c
1617           src/prefs_account.c
1618           src/prefs_common.c
1619                 Fix some dropdown menus
1620
1621 2003-12-04 Colin Leroy <colin@colino.net>
1622         * src/compose.c
1623                 Fix event handlers on header fields
1624         * src/common/socket.c
1625           src/common/session.c
1626                 Fix segfault with callback (SSL)
1627                 Fix end of session 
1628
1629 2003-10-06 Thorsten Maerz <torte@netztorte.de>
1630
1631         * Fix compile bug in src/compose.c
1632         * removed src/gtk/gtkstext.[ch]
1633
1634 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
1635
1636         * Convert character set and escape "text" attributes in toolbar setting
1637         files.
1638         * Fixed bug in button-press-event handling.
1639
1640 2003-09-16 Thorsten Maerz <torte@netztorte.de>
1641
1642         * Fixed bug in key-press-event handling.
1643
1644 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
1645
1646         * Enabled to compile tray-icon plugin (Ad-hoc).
1647         * Avoid hang up bug of icon list in mime view (Ad-hoc).
1648
1649 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
1650
1651         * Enabled to compile on sylpheed-claws.
1652         (tray-icon plugin still cannot compile yet.)
1653
1654 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
1655
1656         * Updated to 0.9.5.
1657
1658 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
1659
1660         * Updated to 0.9.4.
1661         * Ported monitoring SSL mechanism to GSource of GLib2
1662         (I don't confirm it)
1663         * Added _gtk2 suffix to key name of font preference to avoid
1664         ovverwriting preference of Gtk+-1.2 version.
1665
1666 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
1667
1668         * Updated to 0.9.2.
1669
1670 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
1671
1672         * Updated to 0.9.1.
1673         * Translate po files into UTF-8 when execute autogen.sh.
1674
1675 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
1676
1677         * Updated to 0.9.0.
1678
1679 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
1680
1681         * Plugged GError related memory leaks.
1682
1683 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
1684
1685         * Changed default size of fonts.
1686         * Enabled to set titile font size of warning dialog.
1687
1688 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
1689
1690         * Embed a sylpheed icon into executable binary on Windows.
1691
1692 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
1693
1694         * I forgot to traslate character set of element string in src/xml.c.
1695
1696 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
1697
1698         * Fixed detecting bind_textdomain_codeset in configure.in.
1699         * The bug in which "Example" of "Date fromat" preference isn't displayed
1700         correctly has been fixed.
1701
1702 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
1703
1704         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
1705           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
1706           glib-gettextize
1707           Removed intl directory.
1708           Translated po files into UTF-8.
1709           (Thanks! Ryuji Abe)
1710
1711 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
1712
1713         * The bug which doesn't unscape string in xml.c has been fixed.
1714
1715 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
1716
1717         * The bug which is failed to translate encoding of file name thorough
1718         file dialog has been fixed.
1719
1720 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
1721
1722         * Modified to translate file names which is used in inporting/expoting
1723         mbox feature and "Save as" feature into locale encoding.
1724         * Translate file names into locale encoding when "Attache file" and
1725         "Insert file".
1726         * Force set G_BROKEN_FILENAMES environment variable.
1727         * Other minor fixes.
1728
1729 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
1730
1731         * Modified to treat MH folder's name as locale encoding.
1732
1733 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
1734
1735         * The bug which clash on switching candidates of auto completion of
1736         addresses, cannot use auto completion in Japanesse is fixed
1737         (Thanks! Tokunaga-san)¡¥
1738
1739 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
1740
1741         * The bug which cannot switch key accelerator preference has been fixed
1742         (Thanks! smbd-san)¡¥
1743
1744 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
1745
1746         * version 0.8.11-gtk2-20030314
1747
1748 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
1749
1750         * The bug in which character set conversion of filtering messages has
1751         been fixed.(Thanks! COCOA-san).
1752
1753 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
1754
1755         * Revived "Leave space on head" preference in "Message" category.
1756         * A bug which clash when put the cursor to end of buffer and execute
1757         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
1758
1759 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
1760
1761         * version 0.8.11-gtk2-20030312
1762
1763 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
1764
1765         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
1766         * Modified to use Pango's API directly for font preference.
1767         * Integrated GtkTextView of textview to one widget.
1768         * Set fonts of header title in textview by "header_title" tag.
1769         * Removed some deprecated codes.
1770
1771 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
1772
1773         * Updated to 0.8.11.
1774         * Merged cygwin patch(Thanks! Sakai-san).
1775
1776 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
1777
1778         * version 0.8.10-gtk2-20030309