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