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