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