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