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