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