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