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