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