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