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