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