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