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