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