1 2002-02-22 [christoph] 0.7.2claws7
4 Add column space to table
5 * src/quote_fmt_parse.y
8 2002-02-22 [paul] 0.7.2claws6
16 src/matcher_parser_lex.l
17 src/matcher_parser_parse.y
21 src/selective_download.[ch] *** NEW FILES ***
24 Selective Download added to 'Tool' menu.
25 Retrieves email headers of the currently selected pop3
26 account and allows the user to mark emails for deletion
27 right on the pop3 server. Patch submitted by Oliver Haertel
28 <oha@users.sourceforge.net>.
33 2002-02-22 [christoph] 0.7.2claws5
37 * src/prefs_common.[ch]
38 * src/prefs_template.c
39 * src/quote_fmt.c *** NEW FILE ***
41 move quote format symbol description code
42 to it's own file because it is used from
44 Rewrote symbol description GUI
47 + get data from array (no more long constant strings)
49 * src/quote_fmt_parse.y
50 Symbol for Literal % changed to \% instead of %%
51 (More logical as \ is used for quoting for other symbols)
52 Add |f and |p to include files and program output
54 |f{/home/.../.signature}
57 Correct wrong spelling for "Referenzen"
59 2002-02-21 [paul] 0.7.2claws4
64 2002-02-21 [paul] 0.7.2claws3
66 * sync with sylpheed 0.7.2cvs11
67 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
68 2002-02-20 and 2002-02-21
70 2002-02-20 [melvin] 0.7.2claws2
73 Added error report when child cannot fork or when execvp
74 returns with an error.
76 2002-02-19 [christoph] 0.7.2claws1
79 return unconverted text if conde conversion is not possible
80 when libjconv is used.
81 (patch submitted by "Simon 'corecode' Schubert")
85 * version 0.7.2claws release
87 2002-02-19 [paul] 0.7.2claws
90 updated by Wilbert Berendsen
93 2002-02-18 [alfons] 0.7.1claws13
97 remove references to dlfcn and explicitly loading functions
98 from dynalink libs, because libs linked anyway, and functions
101 2002-02-17 [melvin] 0.7.1claws12
103 * src/prefs_actions.c
104 Replaced children wait loop with double fork technique.
105 Now, input/output window updated at each new output.
106 free_children(): Fixed a memory leak.
107 Made input/output window non closable if running children
109 Added missing <unistd.h> include.
110 Added some --debug outputs.
112 2002-02-17 [melvin] 0.7.1claws11
115 Fixed bug where descending sort order did not select top
118 2002-02-17 [melvin] 0.7.1claws10
121 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
123 Pspell data package directory no more hard coded but
124 set during configuration (PSPELL_PATH). (Thanks to
125 Gustavo Noronha Silva.)
127 2002-02-17 [melvin] 0.7.1claws9
130 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
132 Fixed compile-time warnings.
134 2002-02-16 [alfons] 0.7.1claws8
137 fix inadvertent free of NULL pointer which caused
138 sylpheed to crash when closing the save-as dialog
139 using the window close button
141 2002-02-16 [carsten] 0.7.1claws7
142 * src/mainwindow.[ch]
145 fixes for pixmap theming code:
146 - recently changed mail attributes shouldn't get
148 - theme is only reloaded iff another theme was
151 2002-02-16 [paul] 0.7.1claws6
153 * sync with sylpheed 0.7.2 release
154 see ChangeLog entry 2002-02-15 and 2002-02-16
156 2002-02-15 [paul] 0.7.1claws5
158 * sync with sylpheed 0.7.1cvs9
159 see ChangeLog entry 2002-02-15
162 remove unneeded headerwindow.c entry
164 2002-02-14 [carsten] 0.7.1claws4
166 fixed a bug for "Go to next unread message": there was
167 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
168 in the prefs, because of doing "Search again" instead
171 2002-02-14 [carsten] 0.7.1claws3
173 removed 2 more mem leaks; following memprof,
174 this code is "leak free" now :)
176 2002-02-14 [carsten] 0.7.1claws2
178 used opendir/readdir/closedir instead of scandir
179 -> code should work now on Solaris
181 2002-02-14 [paul] 0.7.1claws1
183 * sync with sylpheed 0.7.1cvs8
184 see ChangeLog entries 2002-02-13 and 2002-02-14
187 add some description of Actions and Pixmap Themes
191 * version 0.7.1claws release
193 2002-02-13 [paul] 0.7.1claws
198 updated translations, submitted by Ricardo Mones Lastra,
199 Alessandro Maestri and Fabio Junior Beneditto
201 2002-02-13 [melvin] 0.7.0claws75
203 * src/prefs_actions.c
204 Added missing "signal.h" include
206 2002-02-13 [melvin] 0.7.0claws74
208 * src/prefs_folder_item.c
209 Added missing "config.h" include
211 Updated French translation for folder propriety.
213 2002-02-13 [jens] 0.7.0claws73
216 Added missing src/prefs_folder_item.c [log added by melvin]
218 Updated German translation.
220 2002-02-13 [melvin] 0.7.0claws72
223 Updated French translation.
225 2002-02-13 [melvin] 0.7.0claws71
228 Made gtkut_editable_get_selection return NULL if selection
230 This fixes a bug where selecting part of message A then
231 switching to message B and replying to it will not
232 quote the message's body.
234 2002-02-12 [paul] 0.7.0claws70
237 cosmetic, relating to pixmap themes: on toolbar make
238 updating of 'Exec' and 'Compose news/Compose email'
241 2002-02-12 [carsten] 0.7.0claws69
247 - refreshing after changing pixmap theme better
249 - wanted to remove some mem leaks, but alfons was
250 faster (and had the better solution ;)
252 2002-02-12 [alfons] 0.7.0claws68
255 * src/stock_pixmap.[ch]
256 plug mem leaks, refactor code a little bit
259 2002-02-12 [sergey] 0.7.0claws67
262 Fixed problem with copying messages to IMAP folders when the
263 server uses something other than '/' as a namespace separator
264 (cyrus-imapd uses '.').
266 2002-02-12 [jens] 0.7.0claws66
269 Updated German Translation
271 2002-02-12 [paul] 0.7.0claws65
273 * sync with sylpheed 0.7.1cvs1
274 see ChangeLog entry 2002-02-12
276 2002-02-12 [melvin] 0.7.0claws64
278 * src/prefs_actions.c
279 Fixed "feature" where children's output was duplicated
280 instead of refreshed while monitoring.
281 Removed some debug code.
283 2002-02-12 [christoph] 0.7.0claws63
286 always delete message from queue after sending/send error
289 2002-02-12 [melvin] 0.7.0claws62
291 * src/prefs_actions.c
292 Children wait loop is now triggered with a timeout of 1s
293 Added %F which is replaced with the list of filenames
294 of all selected messages (as suggested by Ricardo Mones Lestra)
295 Pipe syntax changed. Prefix with | to send selection, postfix
296 with | to retrieve output. Prefix with > or * to send
297 user definable input to the command (*: input is hidden)
298 Old pipe action should now be postfixed with |, too.
300 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
302 fixed a bug: if there's no theme directory don't
303 throw an error, just do "nothing" (thanks Alfons)
305 2002-02-12 [carsten] 0.7.0claws60
308 had to write the cache twice (nasty!); some marks would
311 2002-02-11 [carsten] 0.7.0claws59
314 doc-src/maintainer_guide.txt
320 src/prefs_common.[ch]
321 src/stock_pixmap.[ch]
323 pixmap theming and related work on pixmap
324 handling on some other places
325 (e.g. hrm features for all folder)
326 src/pixmap/stock_*.xpm -> the stock_ was removed
328 2002-02-11 [paul] 0.7.0claws58
330 * sync with sylpheed 0.7.1 release
331 see ChangeLog entries 2002-02-11
333 2002-02-08 [paul] 0.7.0claws57
335 * sync with sylpheed 0.7.0cvs39
336 see ChangeLog entry 2002-02-07 (last entry)
338 * src/prefs_actions.c
339 src/prefs_filtering.c
342 sync: made it compile with C compilers other than gcc
344 2002-02-07 [paul] 0.7.0claws56
346 * sync with sylpheed 0.7.0cvs38
347 see ChangeLog entries 2002-02-06 (last 2 entries) and
350 2002-02-07 [darko] 0.7.0claws55
354 Fix const gchar */gchar * issue (thanks Hiro)
356 2002-02-07 [darko] 0.7.0claws54
361 * src/prefs_template.c
363 * src/quote_fmt_parse.y
366 When replying or forwarding an email don't quote the entire
367 mail body but use the part of the message text that is selected
369 2002-02-06 [melvin] 0.7.0claws53
371 * src/prefs_common.[ch]
374 Made possible to switch quickly to last used dictionary
375 which makes checking bilingual documents easier.
377 2002-02-06 [melvin] 0.7.0claws52
380 Added forgotten new file src/prefs_actions.c
382 2002-02-06 [melvin] 0.7.0claws51
384 * src/prefs_actions.c ** NEW FILE **
385 * src/prefs_actions.h ** NEW FILE **
386 Added actions to execute on message text view, or on the
389 Added src/prefs_actions.[ch]
391 Added new menu "Edit/Actions"
393 Added new actionsrc file.
395 Added actionsrc reading.
397 Added new menus "Edit/Actions" and "Configuration/Actions..."
399 Added new element actionslst element to prefs_common.
401 2002-02-06 [paul] 0.7.0claws50
403 * sync with sylpheed 0.7.0cvs36
404 see ChangeLog entry 2002-02-06
409 updated by Ricardo Mones Lastra
411 2002-02-05 [paul] 0.7.0claws49
413 * sync with sylpheed 0.7.0cvs33
414 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
416 2002-02-05 [paul] 0.7.0claws48
419 re-add 'Edit/Advanced/Delete entire line', previously named
422 2002-02-04 [paul] 0.7.0claws47
426 fix bug #494993 (Reply All not taking Reply-To into consi)
427 eliminate differences in behaviour of right-click 'Reply to all'
428 in summary view and 'Reply to all' on the toolbar.
429 fix bug where Reply-To gets ignored by 'Reply to all' in summary
430 view and From gets ignored by 'Reply to all' on toolbar.
431 fix bug where 'Reply to all' on toolbar uses To twice and ignores
432 From when no Reply-To header is present.
434 2002-02-04 [paul] 0.7.0claws46
436 * sync with sylpheed 0.7.0cvs30
437 see ChangeLog entries 2002-02-03 and 2002-02-04
439 2002-02-03 [melvin] 0.7.0claws45
442 Readded function to highlight all misspelled words.
443 Fixed bug where user-provided-words did not replace
444 correctly the misspelled word when using the mouse.
445 Fixed bug where checking a region selected from right to left did
446 not check the region at all.
447 Fixed bug where 'Check backwards' may not check at all.
448 Fixed memory leaks where popup menus and accel_groups were not destroyed.
449 Fixed possible buffer overflow when checking for long strings (>1k).
450 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
451 Accelerators code uses now gtk_widget_add_accel.
452 Removed and disabled obsolete and unfinished code.
456 Added menu item to Highlight all misspelled words.
458 2002-02-01 [paul] 0.7.0claws44
461 fix '/View/Hide read messages' sensitivity when all
462 messages in a folder are hidden
464 2002-02-01 [paul] 0.7.0claws43
467 add --send option to command line interface, sends all
468 queued mail. Patch submitted by Ricardo Mones Lastra.
470 2002-01-31 [paul] 0.7.0claws42
473 add '/View/Hide read messages' to main_window_set_menu_sensitive()
475 2002-01-31 [paul] 0.7.0claws41
477 * sync with sylpheed 0.7.0cvs27
478 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
482 comment out elements of textview_show_part() as temporary
483 workaround for attachment 'Display as text' bug
486 updated by Fabio Junior Beneditto
488 2002-01-30 [paul] 0.7.0claws40
490 * sync with sylpheed 0.7.0cvs24
491 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
495 add {N_("/_Spelling"), ... "<Branch>"} to
496 GtkItemFactoryEntry compose_entries[]
499 add claws menu items to prefs_keybind_apply_clicked()
500 and remove non-claws menu items
502 2002-01-29 [paul] 0.7.0claws39
504 * sync with sylpheed 0.7.0cvs22
505 see ChangeLog entries 2002-01-28 and 2002-01-29
507 2002-01-28 [melvin] 0.7.0claws38
510 Added the declartion of compose_send_control_enter.
514 Added in a 'Spelling' menu which includes the configuration menu.
515 Added a real 'Check all' and got rid from the old one which only
516 highlited misspelled word.
517 Made 'Check while typing' a disableable option.
518 Added a dialog when there are no more misspelled word.
519 Added a dialog if error occurs when switching to a dictionary.
521 * src/prefs_common.[ch]
522 Added option for the default 'Check while typing' option.
525 2002-01-28 [alfons] 0.7.0claws37
528 fix buglet and make code comply with sylpheed code style
530 2002-01-28 [paul] 0.7.0claws36
532 * sync with sylpheed 0.7.0cvs19
533 see ChangeLog entries for 2002-01-28
535 2002-01-28 [hoa] 0.7.0claws35
541 read the renderer config
544 use the renderer config to convert mime attachments
547 don't use textview_show_html/ertf,
548 use get_text_content instead
550 2002-01-27 [alfons] 0.7.0claws34
553 make sylpheed believe it can delete a news message...
554 (messages are NOT deleted, maybe we should remove
555 processing from the folder properties after all.)
557 2002-01-27 [alfons] 0.7.0claws33
562 implement remove_msg()
564 2002-01-27 [alfons] 0.7.0claws32
569 fix return receipt / disposition notification again. this
570 stuff seems to break on _every_ major summary UI change, so
571 it's now implemented using a flag which is saved in the
574 2002-01-26 [alfons] 0.7.0claws31
577 let import dialog show the destination folder identifier
579 2002-01-26 [melvin] 0.7.0claws30
583 Readded 'Mark all read' into summary view popup menu
584 Added 'Mark all read' in folder view popup menu for IMAP
586 Made it insensitive if the selected folder is not the shown
587 one to avoid 'Mark all read' on the wrong folder.
589 2002-01-26 [paul] 0.7.0claws29
593 move 'Mark all read' from summary view to folder view
594 menu. (adapted from) patch submitted by Jeremy Andrews,
595 <lists@kerneltrap.com>
597 2002-01-25 [alfons] 0.7.0claws28
600 put the gtk class name back so GtkSText adapts the
603 2002-01-25 [alfons] 0.7.0claws27
606 assimilate Ricardo's patch that shows pixmaps instead of
607 plain "new" and "unread" texts in the folder view column
610 2002-01-25 [paul] 0.7.0claws26
613 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
614 be found in non-standard locations.
615 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
617 2002-01-25 [paul] 0.7.0claws25
619 * sync with sylpheed 0.7.0cvs16
620 see ChangeLog entry 2002-01-25
622 2002-01-24 [paul] 0.7.0claws24
624 * more sync with sylpheed 0.7.0cvs15
625 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
627 2002-01-23 [sergey] 0.7.0claws23
630 Fixed segfault when closing LDIF import wizard with
636 Fixed wrong scrolling position after switching between
637 text and image parts.
639 2002-01-23 [paul] 0.7.0claws22
641 * sync with sylpheed 0.7.0cvs15
642 see ChangeLog entries 2002-01-22 and 2002-01-23
644 2002-01-21 [melvin] 0.7.0claws21
646 * src/prefs_scoring.c
647 * src/prefs_filtering.c
648 Fixed bug where scoring and filtering windows stopped
651 2002-01-21 [paul] 0.7.0claws20
653 * sync with sylpheed 0.7.0cvs12
654 see ChangeLog entries 2002-01-20 and 2002-01-21
656 2002-01-21 [carsten] 0.7.0claws19
659 * src/messageview.[ch]
660 * src/summaryview.[ch]
661 changes to shortcuts handling again:
662 + "Q" now controled by mainwin
663 + v/V are now customizable and have slightly
665 the "button" to minimize the messageview (and maximize
666 the summary view) is a real button now
668 "Delete Line+" added to Edit/Advanced (this will also
671 2002-01-20 [melvin] 0.7.0claws18
674 Made "Bcc" sensitive when addressbook is called from
675 compose window (it was a Claws only bug).
677 2002-01-19 [alfons] 0.7.0claws17
680 prevent unnecessary updates when currently selected folder has
683 2002-01-19 [alfons] 0.7.0claws16
686 prevent writing the cache based on current message list in summary
687 view when filtering also put messages in currently selected folder
692 Italian translation submitted by Alessandro Maestri
693 <a.maestri@cs.tin.it>
695 2002-01-18 [melvin] 0.7.0claws15
697 * src/prefs_filters.c
698 fixed bug where 'cancel' from 'filters' window stops autochecking
699 if the timer timed out when the window was open.
701 2002-01-18 [match] 0.7.0claws14
703 * src/addrclip.[ch] ** NEW FILE **
704 * src/addrselect.[ch] ** NEW FILE **
705 * src/adbookbase.h ** NEW FILE **
706 addressbook cut, copy and paste
722 support for copy/paste
724 support for copy/paste
725 tidy up menu option processing
726 correct address list function arguments
738 2002-01-18 [paul] 0.7.0claws13
740 * sync with sylpheed 0.7.0cvs8
741 configure.in: support Mac OS X (Darwin)
743 2002-01-18 [carsten] 0.7.0claws12
745 small hack to fix a segfault with an empty href
746 (reported by Alexandra Walford <deeni@altern.org>)
749 the shortcuts for Mark und Mark as unread are hardcoded
753 readded the shortcuts in gtkstext but made them
754 customizeable (simply by adding a menu plus a wrapper
757 2002-01-17 [melvin] 0.7.0claws11
760 fix default dictionary not being saved.
762 2002-01-16 [darko] 0.7.0claws10
765 fix wrapping crash with URL longer than wrapping margin
767 2002-12-08 [hoa] 0.7.0claws10
769 * src/matcher_parser_parse.y
772 * src/prefs_filtering.c
773 now, we can use bounce action in the dialog box.
775 2002-01-16 [carsten] 0.7.0claws9
777 removed the <control> and <alt> shortcuts because they're
778 not needed and interefered with the "normal" shortcuts
781 removed most of the hardcoded shortcuts and assigned
782 them to menu entries making them easy customizable by
785 2002-01-16 |melvin] 0.7.0claws8
788 fixed bug where using the mouse and when the compose
789 window is not on top may result in a crash.
791 2002-01-16 [melvin] 0.7.0claws7
794 fixed a long standingspell checker bug which could
795 cause a crash after sending a message.
797 2002-01-16 [paul] 0.7.0claws6
799 * sync with sylpheed 0.7.0cvs7
800 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
801 2002-01-15, and 2002-01-16
803 2002-01-16 [melvin] 0.7.0claws5
809 Heavily modified spell checker code to work around
810 ispell bug, to add keyboard shortcuts and for future
811 enhancements. See README.claws for usage information.
813 2002-01-15 [alfons] 0.7.0claws4
816 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
817 so sorting within threads reflects sort mode
819 2002-01-15 [christoph] 0.7.0claws3
822 added alertpanel if mail sending failed
824 2002-01-15 [alfons] 0.7.0claws2
826 * src/prefs_filtering.c
827 don't stop timer when prefs filtering dialog is opened
829 2002-01-14 [alfons] 0.7.0claws1
833 remove debug_print()s for privacy reasons
835 2002-01-14 [darko] 0.7.0claws
838 quotation wrapping is now also in the main branch
842 * tools/filter_conv.pl
843 allow for Boolean Op and case-sensitivity
844 this file is included in the release and tagged
847 2002-01-13 [paul] 0.7.0claws
849 * release 0.7.0, with cvs tag 'rel_0_7_0'
853 * tools/filter_conv.pl
855 rewritten to output to matcherrc instead of filteringrc
858 updated Spanish translation by Ricardo Mones Lastra
863 update dutch translation
868 Updated by Fabio Junior Beneditto
870 2002-01-13 [melvin] 0.6.6claws53
873 Updated french translation
875 2002-01-12 [alfons] 0.6.6claws52
878 plug mem leak that has been sitting there for ages
880 2002-01-12 [alfons] 0.6.6claws51
883 undo melvin's changes from 0.6.6claws48 because summary
884 view now refuses to select first unread message when
887 2002-01-11 [alfons] 0.6.6claws50
890 use claws' semantics for getting folder item when
891 importing an mbox file into a folder
892 (submitted by Dale P. Smith)
894 2002-01-11 [christoph] 0.6.6claws49
897 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
898 toggle widget, because non static prefs can not use
899 prefs_set_* functions
900 * src/prefs_account.c
901 toggle smtp auth password field sensitivity if
902 user id is empty and add descrition of usage for
904 * src/prefs_folder_item.c
905 use SET_TOGGLE_SENSITIVITY macro to instead of extra
908 2002-01-11 [melvin] 0.6.6claws48
911 fix the 'Ctrl-Enter' feature for sending and test really
912 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
913 editables which was not documented in Gtk)
916 Made summaryview refresh after sorting and not before.
918 2002-01-11 [christoph] 0.6.6claws47
921 select account from account ids if possible and
922 correctly set save folder for copy in reedit
924 2002-01-10 [paul] 0.6.6claws46
926 * sync with sylpheed 0.7.0 release
927 see ChangeLog entries 2002-01-07, 2002-01-08 and
933 remove more dirt traces...
938 clean up some traces of my debugging stuff
940 2002-01-09 [alfons] 0.6.6claws45
943 break up filteringprop_apply() in three separate pieces
944 so we can drop messages that failed processing in the
948 fix bug #469598 "no refresh of inbox after filter" which
949 was introduced by the new summary view locking, and which
950 prevented the summary view to update after a manual filter
951 message. claw's filter message requires a summary_show().
952 (aargh, summary_show() again! :-)
954 2002-01-07 [alfons] 0.6.6claws44
960 bring in Hiro's last 0.7.0 wm class fixes
963 bring in Ricardo's fix for sylprint script
967 * src/prefs_common.[ch]
968 * src/prefs_account.[ch]
970 clean up account preference poison in rfc2015,
971 and preparation to fix double sign bug
972 (patch submitted by Simon 'corecode' Schubert)
974 2002-01-07 [christoph] 0.6.6claws43
977 search for free message number, do not only rely
980 fix smtp auth and use extra account information
981 if available, if not use pop3 data instead
986 2002-01-06 [alfons] 0.6.6claws42
989 try making the separate windows work again...
991 2002-01-06 [alfons] 0.6.6claws41
994 adapt Hiro's separate window menu (to get rid of the funny
995 duplicate menu items), and make it work again
997 2002-01-06 [alfons] 0.6.6claws40
1002 * tools/README.sylprint
1003 add sylprint script for printing mails from Sylpheed
1004 (contributed by Ricardo Mones Lastra)
1009 2002-01-06 [melvin] 0.6.6claws39
1013 Fixed crash introduced in 0.6.6claws38 by the menu
1014 reorganisation (Hide read messages)
1017 Fixed typo (we are now in 2002, alfons ;) )
1019 2002-01-05 [alfons] 0.6.6claws38
1021 * sync with sylpheed 0.6.6cvs10-17
1022 (last stuff marked as LAST_STABLE)
1024 2002-01-04 [melvin] 0.6.6claws37
1027 Made account selection code use strcasestr again instead of
1028 g_strcasecmp (fixes bug where reediting queued messages
1029 did not select proper account reported by T. Link).
1032 Fix bug where folder icons are not shown when 'hide read messages'
1035 * src/stock_pixmaps.[ch]
1036 Added folder icons for 'hide read messages'.
1039 Fixed bug where 'Enter' in a header entry will send the message
1040 if 'CTL-Enter' was chosen as a shorcut for sendind.
1042 2002-01-03 [melvin] 0.6.6claws36
1045 Added popup menu for common preferences and
1046 account preferences (right click on tab displays
1047 a menu of all tabs.)
1049 2002-01-02 [melvin] 0.6.6claws35
1052 Made spelling code compatible with undo/redo feature.
1053 Added creation of suggestion mode menu for the general
1056 * src/prefs_common.[ch]
1057 Added option menu for the speller's suggestion mode.
1058 Added missing spaces in "..." buttons and made a "..."
1059 button non translatable!
1062 Made speller use the default suggestion mode.
1063 Hack to make it possible to choose 'CTRL-Enter' as a
1064 shortcut for sending (and only for sending).
1066 * src/prefs_folder_item.c
1067 Changing subject simplification does not update cache
1068 anymore (because it is unnecessary).
1069 Fixed bug where changing subject simplification updated the
1070 summaryview even when the viewed folder is not the
1071 folder which properties are being changed. (E.g.
1072 viewing folder A and changing
1073 the subject simplification of
1074 folder B -not being viewed- updated the
1075 summaryview of folder A with data of
1076 folder B). (Hope this is clear... )
1078 2001-12-31 [alfons] 0.6.6claws34
1082 fgetc() returns a signed integer which doesn't
1083 fit in a char. so c truncates this to a char
1084 but we may lose significant bits. i.e. we may
1085 comparing 0xFF which may not be equal to -1
1086 unless properly casted to signed char which
1087 we won't do because fgetc() returns a signed
1088 integer which doesn't fit in a char. so c
1089 truncates this to a char but we may lose
1090 significat bits. (you got the idea, thanks
1091 to Gustavo Noronha Silva <kov@debian.org>
1092 and the Debian folks!)
1094 2001-12-30 [alfons] 0.6.6claws33
1096 * src/prefs_common.c
1097 add #ifdef USE_PSPELLs that Melvin forgot
1099 2001-12-30 [melvin] 0.6.6claws32
1101 * src/prefs_common.[ch]
1102 Added configurable color for misspelled words.
1105 Fixed bug of foreground text color (reported by David
1107 Added configurable color for misspelled words.
1109 2001-12-30 [alfons] 0.6.6claws31
1112 remove unnecessary things someone put there
1116 make folder properties (like threading and sorting) persistent
1117 (closes bug #497424 "rescan folder tree resets proprieties")
1118 currently this is only for MH folders.
1120 2001-12-29 [melvin] 0.6.6claws30
1122 * src/string_match.[ch]
1123 Optimized a bit: regexp pattern buffer compiled only once, and
1124 one subroutine call removed. Fixed ^ regexp search: Now,
1125 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
1128 Subject filtering changed to filter summary columns and
1129 not directly the messages subject cache. The loss in
1130 performance is balanced by the improvement of string_match.
1131 Added an alert panel if there is an error in the regexp.
1133 * src/src/prefs_folder_item.h
1134 Added a regexp pattern buffer.
1136 2001-12-28 [alfons] 0.6.6claws29
1138 * src/string_match.[ch]
1140 allow compilation *BSD
1142 2001-12-27 [alfons] 0.6.6claws28
1145 sync the Hiro's bug fix for BSD
1147 2001-12-27 [melvin] 0.6.6claws27
1150 Simplify focus to subject entry code.
1152 2001-12-27 [darko] 0.6.6claws26
1158 * src/procheader.[ch]
1160 * src/stock_pixmap.[ch]
1162 Show key icon for encrypted mails in summary view
1164 * src/pixmaps/clip.xpm
1165 * src/pixmaps/clipkey.xpm
1166 * src/pixmaps/key.xpm
1167 New/modified icons for the above
1169 2001-12-27 [melvin] 0.6.6claws25
1171 * src/prefs_common.c
1172 Put spell checker options in a separate tab to decrease
1173 the Common Preferences window height.
1176 Update spell checker usage instruction about its options
1179 2001-12-27 [melvin] 0.6.6claws24
1182 Changed subject entry widget position. Initial focus is
1183 on the To header instead of the subject entry.
1184 Creating a new header scrolls the header list to make the
1185 created one visible. Nevertheless, when automatically filling
1186 headers, the first one is shown.
1187 A Tab key press in the last empty header entry zips the
1188 focus to the subject entry.
1189 (I did not change the combo boxes, yet)
1191 2001-12-26 [alfons] 0.6.6claws23
1193 * src/prefs_account.c
1195 allow default inbox to reside in another mailbox (only
1196 works for POP3 accounts)
1198 2001-12-26 [alfons] 0.6.6claws22
1201 make reply-on-click work with the account of the selected folder
1203 put a fixme here to remind me to fix finding correct default
1204 account for nested folders
1206 2001-12-25 [alfons] 0.6.6claws21
1209 make column headers display locked and mark pixmaps (idea by Melvin)
1210 fix bug by adding score and locked column type to sort array
1212 2001-12-25 [alfons] 0.6.6claws20
1215 catch a *potentially* inadvertent write back of
1216 the message cache(s) introduced by 0.6.5claws37
1218 2001-12-25 [christoph] 0.6.6claws19
1220 * src/stock_pixmap.[ch]
1222 add ignore thread pixmap
1223 (can someone draw a better icon for this?)
1225 2001-12-24 [alfons] 0.6.6claws18
1227 * src/prefs_folder_item.c
1228 make address completion actually work for the
1229 Default To address in the Folder Property dialog.
1231 2001-12-24 [alfons] 0.6.6claws17
1234 use new style regexp for subject stripping
1235 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
1237 2001-12-24 [darko] 0.6.6claws16
1241 move GPG related informational messages to debug mode
1243 2001-12-23 [alfons] 0.6.6claws15
1245 * src/stock_pixmap.[ch]
1247 add the forgotten Claws' locked pixmap
1249 2001-12-23 [alfons] 0.6.6claws14
1252 accept file name typed in entry in multi file
1253 selector (patch submitted by Gustavo Noronha Silva
1256 2001-12-23 [alfons] 0.6.6claws13
1258 * src/prefs_filter.c
1259 * src/prefs_filtering.c
1262 clean up a little bit
1264 * src/string_match.c
1265 validate input strings a little bit more
1267 2001-12-23 [alfons] 0.6.6claws12
1271 * src/string_match.[ch] ** NEW **
1272 * src/folderview.[ch]
1275 * src/prefs_folder_item.[ch]
1276 add subject simplification to strip out strings from
1277 a subject line (esp. handy for mailing lists).
1278 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
1279 but slightly changed things for better integration.)
1281 2001-12-23 [alfons] 0.6.6claws11
1284 fix bug introduced by submission included in 0.6.5claws52.
1285 ideally this submission should clean the trash if any trash
1286 folder has a message. however, the hasTrash variable was
1287 set to false whenever a trash folder was empty (discarding
1288 a previously found *filled* trash folder.)
1290 also edited the code a little bit and made it more safe.
1292 2001-12-22 [alfons] 0.6.6claws10
1295 quick fix for Martin Pool's omission of an account
1296 specific SSL setting
1298 2001-12-22 [alfons] 0.6.6claws9
1305 better support for multipart/digest (submitted
1306 by Fredrik <e98fo@efd.lth.se>)
1308 2001-12-22 [alfons] 0.6.6claws8
1311 correct function signature
1314 * src/prefs_account.[ch]
1315 allow IMAP over SSH tunnel (patch submitted by
1316 Martin Pool <mbp@samba.org>)
1318 2001-12-21 [alfons] 0.6.6claws7
1320 * sync with sylpheed 0.6.6cvs4-9
1321 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
1323 2001-12-21 [christoph] 0.6.6claws6
1326 * src/prefs_folder_item.[ch]
1327 implement saving of outgoing messages to current folder.
1328 fix segfault when no default outbox is available
1329 (closes bug #495683)
1331 2001-12-21 [carsten] 0.6.6claws5
1334 pressing CTRL while DND does now the expected thing and
1335 copies the mail (moving is still the default, as this
1336 seam more appropriate for handling mails by DND)
1338 2001-12-18 [paul] 0.6.6claws4
1340 * sync with sylpheed 0.6.6cvs3
1341 see ChangeLog entries 2001-12-18
1343 2001-12-18 [hiro] 0.6.6claws3
1346 fix for multibyte characters (obtain the number of letters
1349 2001-12-17 [paul] 0.6.6claws2
1351 * sync with sylpheed 0.6.6cvs1
1352 see ChangeLog entry 2001-12-16
1354 2000-12-17 [alfons] 0.6.6claws1
1359 2001-12-16 [paul] 0.6.6claws
1362 * Release version 0.6.6claws, cvs tag: rel_0_6_6
1365 last minute sync with main 0.6.6
1368 updated by Ricardo Mones Lastra
1369 update for last minute sync
1372 update for last minute sync
1374 updated by Jens Oberender
1376 updated by Fabio Junior Beneditto
1378 * src/prefs_common.[ch]
1380 number of undo levels is user configurable
1381 (squeeze it into the release in the dying
1382 moments) Submitted by Jens Oberender
1387 updated french translation
1389 2001-12-15 [paul] 0.6.5claws92
1391 * sync with sylpheed 0.6.5cvs28
1392 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
1395 update to allow for sync
1400 update dutch translation
1402 2001-12-14 [carsten] 0.6.5claws91
1404 fixed bug #473785; also after changing the column order
1405 the same message will be selected and displayed as before
1408 2001-12-14 [carsten] 0.6.5claws90
1410 probably found the bug reported by wwb opening or closing
1411 a folder tree just before dnd (found the solution in the
1412 balsa source -- thanks to them)
1414 2001-12-14 [carsten] 0.6.5claws89
1417 moved gtk_clist_moveto to the right place, so that
1418 only the accounts dialog is effected on opening
1420 2001-12-14 [carsten] 0.6.5claws88
1422 gtkut_clist_set_focus_row does a gtk_clist_moveto
1423 now, so that the focused row will be seen in any case
1424 (reported by wwp on sf-claws-user)
1426 2001-12-14 [darko] 0.6.5claws87
1429 remove unnecessary line
1431 2001-12-14 [paul] 0.6.5claws86
1433 * sync with sylpheed 0.6.5cvs27
1434 see ChangeLog entries 2001-12-14
1436 2001-12-14 [carsten] 0.6.5claws85
1438 following a suggestion of Melvin the rcoabm pops up
1439 right under the button now and the button is reliefed
1440 while the popup is open
1442 2001-12-14 [darko] 0.6.5claws84
1445 fix crash when wrapping long lines if linewrap quotation
1446 is disabled and wrapper encounters a word spanning more
1449 2001-12-13 [paul] 0.6.5claws83
1452 prefer 'Reply-To' header over mailing list header when
1453 replying to a message. Finally prevent all those confirmation
1454 messages being sent to the list itself.
1457 remove unused summary_set_menu_sensitive() entry
1459 2001-12-13 [paul] 0.6.5claws82
1462 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
1463 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
1464 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
1465 improvements to 'Hide read messages': Inbox, Outbox,
1466 Trash, Queue, and Draft icons now reveal presence of hidden
1469 2001-12-12 [alfons] 0.6.5claws81
1471 0.6.5claws80 was tagged as LAST_STABLE
1473 * src/filtering.[ch]
1475 * src/matcher_parser_lex.c
1476 fix the filtering; my last attempt to get it right,
1477 if it does not work, it's Hoa's turn. ;-)
1479 for my honourable peers:
1481 the code now makes a clear distinction between
1482 rules as they are displayed (probably escaped),
1483 and as they are executed (probably unescaped). the
1484 parser does *NOT* do any unescaping, this is
1485 the task of the matcher.c (which breaks up a
1486 rule into condition) and the filtering.c (which
1487 breaks up the rule's action). to make this
1488 run happily we provide an unescaped copy of
1489 crucial strings to the MatcherProp and
1490 FilteringAction structures. note that the only
1491 exception to this is any REGEXP string. those
1492 are directly passed to regcomp() and regexp()
1493 (who have much more powerful unescape functions).
1497 you can escape tab (\t), carriage return (\r),
1498 linefeed (\n), form feed (\f), quote (\"),
1499 single quote (\'), bell (\b) in all the entry
1500 lines in the scoring & filtering dialogs.
1501 as an added bonus this should not affect
1502 existing filtering rules.
1504 2001-12-12 [carsten] 0.6.5claws80
1508 "item(s) selected" is now sensitive to 1 or more
1509 than one selected (nice for language where simple
1510 adding of a "s" is not possible as German (Eintrag
1513 the "forward as attachment" entry from the right
1514 click menu removed, "forward" acts following the
1518 reverted my former changes; so compiler warning again
1519 but there's more GTK_TEXT/GTK_STEXT mixing on other places
1523 "search in message" does now *not* only work in MVIEW_TEXT
1524 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
1528 removed "/File/_Close" as it was the same as "/File/E_xit"
1529 and we don't need it two times
1531 the separate folder view and message view now get a distinct
1532 WMCLASS, just in case someone is using sawfish ;-)
1534 as the menu entries "/View/Message view" and "/View/Folder tree"
1535 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
1536 make them sensitive accordingly and as these two are "shown"
1537 after startup anytime check this menuitem at startup
1539 2001-12-12 [paul] 0.6.5claws79
1542 fix sensitivity of 'Search folder...', broken in
1548 2001-12-11 [carsten] 0.6.5claws78
1550 fixed two typos returning a wrong FALSE/TRUE
1551 * src/mainwindow.[ch]
1552 extra menu for email/news button removed
1554 2001-12-11 [alfons] 0.6.5claws77
1556 * src/matcher.c (1.3)
1557 * src/matcher_parser_lex.l (1.28)
1558 revert for another attempt
1559 mark 0.6.5claws77 as LAST_STABLE
1561 2001-12-11 [christoph] 0.6.5claws76
1564 fixed wrong translation for prev. unread msg
1566 2001-12-11 [paul] 0.6.5claws75
1571 * src/summaryview.[ch]
1572 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
1573 enable ability to hide read messages on per folder basis via
1574 '/Summary/Hide read messages'; when selected, a folder will
1575 have a red open folder icon, instead of a blue icon, if the
1576 folder contains hidden messges
1577 submitted by Thomas Link <t.link.tmp200101.gmx.net>
1580 remove '/Message/Forward as attachment' from
1581 main_window_set_menu_sensitive() to prevent debug warning
1585 Clean up some of the English
1587 * tools/newscache_clean.pl
1588 allow for new 'hidereadmsgs' entry in folderlist.xml
1591 updated translation, submitted by Ricardo Mones Lastra
1593 2001-12-11 [paul] 0.6.5claws74
1595 * sync with sylpheed 0.6.5cvs25
1596 see ChangeLog entry 2001-12-11
1598 2001-12-10 [alfons] 0.6.5claws73
1601 add more control characters
1602 * src/matcher_parser_lex.l
1603 make escaping / unescaping work again
1605 2001-12-10 [alfons] 0.6.5claws72
1608 clean up warnings "returning value for void function"
1609 * src/prefs_filtering.c
1610 make info button for execute action sensitive
1612 2001-12-10 [paul] 0.6.5claws71
1617 fix: imap server now gets informed of MARKED, UNMARKED
1618 and REPLY events. Now people can use different IMAP-Mail
1619 clients and have the exact same information about MARKED,
1620 UNMARKED and REPLY status with all of them. Especially
1621 useful for imap servers with a web-frontend.
1622 submitted by Tobias Sandhaas <medlor@web.de>
1624 2001-12-09 [melvin] 0.6.5claws70
1627 fixed bug #490076 (hunted down by Alfons who implemented
1628 a workaround in 0.6.5claws65)
1630 2001-12-09 [christoph] 0.6.5claws69
1633 set pointer to string in LOCKED column to NULL
1634 (might fix bug #490800)
1636 2001-12-09 [carsten] 0.6.5claws68
1639 resolved some cluttered menu shortcuts
1640 ('creating new email' and 'creating news message'
1643 wmclass now distinc from main window
1646 email/news and forward button functionality similar
1647 to the reply buttons; removed the ugly dropdown arrows
1648 and use instead the right mouse button
1650 2001-12-09 [paul] 0.6.5claws67
1654 allow spaces in imap folder names
1655 submitted by Willem van Engen <wvengen@stack.nl>
1657 2001-12-09 [paul] 0.6.5claws66
1659 * sync with sylpheed 0.6.5cvs24
1660 see ChangeLog entry 2001-12-09
1662 2001-12-08 [alfons] 0.6.5claws65
1665 prevent secondary selection claim after "add to sender" dialog
1666 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
1667 we trick GTK by simulating a click at (0, 0) in the textview.
1669 2001-12-08 [hoa] 0.6.5claws64
1672 fixed a bug about the .processing folder name while filtering
1674 2001-12-08 [alfons] 0.6.5claws63
1677 work around problem of not correctly updating folder stats
1678 when deleting messages. there's some folder scanning evil
1679 going so the folderview_update_msg_num() does not work
1680 correctly. need to investigate this.
1682 2001-12-08 [paul] 0.6.5claws62
1684 * sync with sylpheed 0.6.5cvs23
1685 see ChangeLog entry 2001-12-08
1687 2001-12-07 [christoph] 0.6.5claws61
1690 fix another header translation problem
1692 2001-12-07 [alfons] 0.6.5claws60
1695 make filtering also work on local spool mbox
1697 2001-12-07 [carsten] 0.6.5claws59
1699 addressbook window gets a wmclass distinct from the main
1702 * src/mainwindow.[ch]
1703 forward menu item will use mode selected in prefs, forward
1704 as attatchment in menu removed (will be substituted in the
1705 toolbar similar to reply buttons)
1706 create news message menu entry and news button is now
1707 sensitive to the existance of a news account
1708 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
1709 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
1710 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
1711 these are removed because the toolbar buttons don't show
1712 the quoting modus any longer
1716 * tools/newscache_clean.pl ** NEW FILE **
1717 perl script to do some tidying up in the newscache directory
1719 * tools/sylpheed-switcher ** NEW FILE **
1720 perl script to enable easy switching between main and claws
1723 added descriptions of the two new perl scripts
1726 2001-12-07 [melvin] 0.6.5claws58
1729 fixed a warning during compilation introduced in 0.6.5claws56
1731 2001-12-07 [paul] 0.6.5claws57
1733 * src/mainwindow.[ch]
1735 further usability enhancements to replying with or without
1736 quoting via the toolbar, use of Ctrl key is replaced by
1738 Submitted by Carsten Schurig
1740 2001-12-07 [melvin] 0.6.5claws56
1743 hack to fix bug that prevented to make/paste selections
1744 after switching between MVIEW_TEXT and MVIEW_MIME views
1745 without deselecting the selection first.
1747 2001-12-06 [alfons] 0.6.5claws55
1749 * src/filtering.[ch]
1751 revise filtering a little bit more, and make sure
1752 messages are delivered to the appropriate inbox
1753 (perhaps set per account)
1755 2001-12-06 [paul] 0.6.5claws54
1757 * sync with sylpheed 0.6.5cvs22
1758 see ChangeLog entry 2001-12-06
1760 2001-12-05 [alfons] 0.6.5claws53
1766 more revisions of filtering system
1767 (last stable version is marked as LAST_STABLE)
1769 | NOTE 1): the filtering system now uses a local folder called
1770 | .processing. if filtering fails, check this directory
1771 | for missing messages.
1773 | NOTE 2): help us find the filtering actions still missing
1775 2001-12-05 [paul] 0.6.5claws52
1778 fix bug where 'Empty Trash?' pop-up window appears even
1779 when Trash is empty, submitted by Jesse Skinner
1781 2001-12-05 [melvin] 0.6.5claws51
1784 fixed bug #486106 to select correct account when reediting
1787 2001-12-04 [alfons] 0.6.5claws50
1790 declare markfile in appropriate functions when
1791 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
1794 2001-12-04 [paul] 0.6.5claws49
1796 * sync with sylpheed 0.6.5cvs21
1797 see ChangeLog entry 2001-12-04
1799 2001-12-03 [christoph] 0.6.5claws48
1802 changed translation of undo
1805 don't reinvent the wheel to traverse a GNode
1807 seperate code to create the compose gui into functions
1808 add "Others" page with folder selection for saving copy
1810 the folder identifier is saved to queue header
1812 save message to folder in queue header
1814 2001-12-03 [paul] 0.6.5claws47
1816 * sync with sylpheed 0.6.5cvs20
1817 see ChangeLog entry 2001-12-03
1821 * more sync with sylpheed 0.6.5cvs19
1822 see ChangeLog entry 2001-11-29
1824 2001-11-30 [paul] 0.6.5claws46
1827 remove conflicts introduced by Hoa's last commit
1830 make 'Message/Bounce' sensitive
1832 2001-11-30 [hoa] 0.6.5claws45
1835 slightly change bounce function to add
1836 information about the user that bounced the mail
1837 in the From header line.
1840 permit the use of processing in outbox folder.
1842 2001-11-29 [paul] 0.6.5claws44
1844 * src/mainwindow.[ch]
1845 * src/prefs_common.c
1846 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
1847 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
1848 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
1849 usability enhancements to the quoting, implements
1850 use of Ctrl key to toggle quoting settings
1851 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1853 2001-11-29 [paul] 0.6.5claws43
1855 * sync with sylpheed 0.6.5cvs19
1856 see ChangeLog entry 2001-11-28
1858 2001-11-29 [melvin] 0.6.5claws42
1860 added enriched.[ch] to the list of files
1866 added support to view text/enriched
1867 added support to show headers in message view for text/enriched and text/html
1868 in non multipart messages
1870 2001-11-28 [paul] 0.6.5claws41
1872 * more sync with sylpheed 0.6.5cvs18
1873 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1875 2001-11-27 [paul] 0.6.5claws40
1878 updated translation, submitted by Fabio Junior Beneditto
1880 * sync with sylpheed 0.6.5cvs18
1881 see ChangeLog entries 2001-11-26 (src/textview.c) and
1888 updated translation, submitted by Ricardo Mones Lastra
1893 add more translatable strings
1895 2001-11-26 [christoph] 0.6.5claws39
1898 fixed one more umlaut
1900 fix translated header when it should not be translated
1902 2001-11-26 [paul] 0.6.5claws38
1905 remove '/Message/Add Sender to address book' from
1906 main_window_set_menu_sensitive(), prevent debug warning
1907 add 'Message/Mark/Mark all read' to mainwin_entries[]
1909 2001-11-26 [paul] 0.6.5claws37
1912 fix 'recurring unread state' bug
1915 * tools/filter_conv.pl
1916 read name of top level mailbox from folderlist.xml
1917 and presume nothing about its name
1919 2001-11-26 [darko] 0.6.5claws36
1922 removed functions that are now in gtkutils.c
1923 use gtkut_text_is_uri_string() from gtkutils.c
1924 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1926 2001-11-26 [paul] 0.6.5claws35
1928 * sync with sylpheed 0.6.5cvs16
1929 see ChangeLog entries 2001-11-25 and 2001-11-26
1931 2001-11-25 [alfons] 0.6.5claws34
1933 EXPERIMENTAL!!! Please checkout the last stable version using:
1935 % cvs update -r LAST_STABLE -dRAP
1937 (Or help us testing this stuff.)
1939 * src/filtering.c (1.14)
1940 * src/filtering.h (1.6)
1942 * src/matcher.c (1.20)
1944 * src/procmsg.h (1.14)
1945 * src/summaryview.c (1.59)
1946 * src/summaryview.h (dunno)
1947 revert/merge/sync to as it was before commit
1948 on Thu, 19 Jul 2001 10:15:51 -0700.
1950 2001-11-25 [hoa] 0.6.5claws33
1953 processing mails at startup
1956 * src/summaryview.[ch]
1957 processing mails when entering folder
1959 * src/prefs_filtering.c
1962 2001-11-24 [alfons] 0.6.5claws32
1964 * src/summaryview.[ch]
1965 make summary sort headers work, and also make
1966 sure the sort type is stored
1968 2001-11-23 [alfons] 0.6.5claws31
1970 * src/summaryview.[ch]
1971 make lock work like mark
1972 disallow deleting messages marked as locked
1974 2001-11-23 [alfons] 0.6.5claws30
1980 merge undo patch submitted by Jens
1982 2001-11-23 [christoph] 0.6.5claws29
1987 fixed gpg signing and encoding
1990 added --status option to get new, unread and total
1991 message count from a running sylpheed
1992 * src/prefs_common.c
1993 temporary fix for reply_with_quote problem
1994 (don't call functions for non existing widget)
1996 one more check for ignored threads but still not
1997 always working correctly. probably a recursive
1998 check for all parents is needed
2000 2001-11-23 [darko] 0.6.5claws28
2003 wrapping on send improvements
2005 fix for GtkSText after last sync with main branch
2006 GTK_TEXT -> GTK_STEXT
2008 2001-11-23 [paul] 0.6.5claws27
2010 * sync with sylpheed 0.6.5cvs14
2011 see ChangeLog entries 2001-11-22 and 2001-11-23
2014 fixed the scrambled umlauts
2015 submitted by Carsten Schurig <Carsten.Schurig@web.de>
2017 2001-11-21 [paul] 0.6.5claws26
2019 * sync with sylpheed 0.6.5cvs12
2020 see 2nd ChangeLog entry dated 2001-11-20
2022 2001-11-20 [paul] 0.6.5claws25
2024 * sync with sylpheed 0.6.5cvs11
2025 see ChangeLog entry 2001-11-19 (src/utils.c)
2030 GTK_TEXT -> GTK_STEXT
2031 fix for wrong comment
2033 2001-11-20 [hiro] 0.6.5claws24
2036 more merges from main branch
2037 removed fatal warnings (uninitialized variables etc.)
2038 some coding style fix
2045 2001-11-19 [hoa] 0.6.5claws23
2048 * src/prefs_scoring.c
2053 * src/matcher_parser_parse.y
2054 * src/prefs_filtering.c
2057 2001-11-19 [alfons] 0.6.5claws22
2059 more of my old things into claws
2062 * src/prefs_common.c
2064 * src/summaryview.[ch]
2065 * src/prefs_summary_column.c
2066 * src/pixmaps/locked.xpm
2067 add indicators for locking of message in summary view
2068 (does not work yet, only visual indicator)
2070 2001-11-19 [paul] 0.6.5claws21
2072 * sync with sylpheed 0.6.5cvs10
2073 see ChangeLog entry 2001-11-19
2075 2001-11-18 [alfons] 0.6.5claws20
2078 remove an inadvertent free I forgot in previous clean up
2080 2001-11-18 [alfons] 0.6.5claws19
2082 * src/filtering.[ch]
2083 clean up & plug leaks
2085 2001-11-18 [paul] 0.6.5claws18
2087 * sync with sylpheed 0.6.5cvs9
2088 see ChangeLog entries 2001-11-17 and 2001-11-18
2090 2001-11-16 [paul] 0.6.5claws17
2092 * sync with sylpheed 0.6.5cvs8
2093 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
2095 2001-11-16 [paul] 0.6.5claws16
2097 * sync with sylpheed 0.6.5cvs7
2098 see ChangeLog entries 2001-11-15 and 2001-11-16
2100 2001-11-15 [hoa] 0.6.5claws15
2103 fix bounce, mails we received couln't be bounced to ourself.
2106 * src/filtering.[ch]
2108 * src/matcher_parser.h
2109 * src/matcher_parser_lex.l
2110 * src/matcher_parser_parse.y
2114 * src/prefs_filtering.[ch]
2116 * src/prefs_matcher.c
2117 * src/prefs_scoring.c
2120 new matcher/filter/score configuration file parser
2121 one unique configuration file => ~/.sylpheed/matcherrc
2122 import in currently automatic, then save are made
2124 one filter per folder and one global filter
2125 (filter of a folder will be used as folder processing)
2128 fix a bug in folder_item_get_identifier
2131 receive receipt return are fixed.
2133 2001-11-14 [alfons] 0.6.5claws14
2136 add things from main branch to make claws compile
2138 2001-11-14 [paul] 0.6.5claws13
2140 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
2141 see ChangeLog entries 2001-11-08 to 2001-11-14
2143 2001-11-14 [hoa] 0.6.5claws12
2148 add "bounce mail" option
2150 2001-11-13 [christoph] 0.6.5claws11
2153 Cleanup a mess i add before commiting
2155 2001-11-13 [hoa] 0.6.5claws10
2158 some fixes when mail are sent or
2161 2001-11-13 [christoph] 0.6.5claws9
2164 Changed two string with the same translation
2168 New mailsending process:
2169 - Always queue message before sending
2170 (message will be saved if sylpheed crashed or
2171 freezes while sending)
2172 - Allow queuing of newspostings
2173 - No copy in outbox before sending
2174 (closes bug #469501)
2175 - No more redundant code for send and send_later
2177 Applied wwp <subscript@free.fr>'s patch that fixes
2178 marks for multiple forwarded messages (+compose.c)
2183 remove things that are now in main branch
2186 update Dutch translation
2188 2001-11-12 [mhadasht] 0.6.5.claws8
2190 * src/prefs_common.c
2191 re-enabled account autoselection feature for forward
2192 and reedit lost during the branch point for SYNC-B4-REL
2194 gtkpspell_get_dict(): more readable code (even if function is
2197 added version number info to 2001-11-12 [hiro] comment.
2199 2001-11-12 [hiro] 0.6.5.claws7
2202 compose_forward(): fixed a bug that forward quote mark
2204 removed unnecessary code.
2205 * src/template_select.[ch]: removed.
2210 :%s/GTK_TEXT/GTK_STEXT/g
2215 revert the undo stuff (this is 0.6.6claws stuff)
2217 2001-11-11 [hoa] 0.6.5.claws6
2220 Insert signature at the end of the text.
2221 Added undo patch but currently disabled
2224 Threading by subject improved.
2226 * added src/undo.[ch]
2227 Undo module for compose dialog box.
2229 2001-11-11 [alfons] 0.6.5.claws5
2232 prevent threading by subject on nodes that have already been
2233 threaded by in-reply-to (as in "circular references in a tree
2234 result in a dead branch")
2236 2001-11-09 [hoa] 0.6.5.claws4
2239 allows creation of mbox folder item from any files.
2241 2001-11-09 [alfons] 0.6.5.claws3
2245 do what I mean and correct threading by subject so it really
2246 ignores attracting lines without "Re: "
2248 2001-11-07 [alfons] 0.6.5.claws2
2252 only attract by subject if a subject line starts with a "Re: "
2256 2001-11-07 [paul] 0.6.5claws1
2258 * sync with sylpheed 0.6.5. release
2259 see ChangeLog entry 2001-11-07
2261 2001-11-07 [paul] 0.6.4claws31
2263 * sync with sylpheed 0.6.4cvs18
2264 see ChangeLog entries 2001-10-30 to 2001-11-07
2265 prefs_templates.[ch] renamed prefs_template.[ch]
2270 add semicolon Hoa forgot ;-)
2273 2001-11-06 [hoa] 0.6.4claws30
2279 threading by subject - empty subject are ignored
2281 2001-11-06 [christoph] 0.6.4claws29
2284 use SSL_peek for sock_gets
2286 removed unneeded pointer in extracting quoted
2287 names implementation
2289 2001-11-06 [melvin] 0.6.4claws28
2292 fixed bug #476792 Selection overtyping with spell checker
2293 fixed bug which could cause a buffer overflow
2296 2001-11-06 [hoa] 0.6.4claws27
2300 threading by subject
2302 2001-11-05 [alfons] 0.6.4claws26
2305 Claws -> Sylpheed (vice versa)
2308 :%s/gtk_text/gtk_stext/g
2309 :%s/GTK_TEXT/GTK_STEXT/g
2310 (thanks to Jonathan Ware for spotting this)
2312 2001-11-04 [christoph] 0.6.4claws25
2315 replace Xalloca + strdup with Xstrdup_a
2317 better implementation of extracting quoted names
2318 from addresses (remove backlashes and ignore
2321 2001-11-04 [alfons] 0.6.4claws24
2324 edit to comply more with coding style
2327 fix bug reported by Kim Schulz. introduced by the patch integrated
2328 in 0.6.4claws15. the code did not check the return value of
2332 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
2334 2001-11-04 [christoph] 0.6.4claws23
2337 * src/prefs_common.[ch]
2338 init some pointers that possibly caused a segfault
2339 reported in the claws-users ML
2341 2001-11-04 [hoa] 0.6.4claws22
2343 * src/grouplistdialog.c
2344 change the names of the nodes in the tree
2347 enhanced mailto syntax as described in
2348 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
2349 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
2352 encode and decode URI (useful when opening URL into
2355 2001-11-03 [hoa] 0.6.4claws21
2357 * src/grouplistdialog.c
2358 a new newsgroups list selection dialog box
2359 with a CTree instead of a CList
2361 2001-11-03 [hoa] 0.6.4claws20
2364 enable property and scoring options when right
2368 fixed bug when nickname were displayed using
2371 2001-11-02 [darko] 0.6.4claws19
2374 new wrap quotation and URL/long words wrapping implementation
2375 * src/compose.c src/gtkstext.[ch]
2376 move gtkstext_strncmp() to gtkstext.c
2378 2001-11-01 [christoph] 0.6.4claws18
2380 * src/prefs_account.c
2381 fixed mess in account settings dialog
2382 * src/prefs_folder_item.c
2383 added label with folder path to dialog
2385 2001-10-31 [match] 0.6.4claws17
2390 fix generation of spurious address book file names.
2391 remove redundant functions.
2393 added missing file names.
2395 2001-10-30 [paul] 0.6.4claws16
2397 * sync with sylpheed 0.6.4cvs6
2398 see ChangeLog entries 2001-10-26 to 2001-10-30
2400 * tools/filter_conv.pl
2401 read folderlist.xml to discover whether the top-level
2402 folder is called 'Mailbox' or 'Mail'
2404 2001-10-29 [paul] 0.6.4claws15
2406 * src/html.c, src/textview.c
2407 activate links in html mail and fix clickable parts
2408 Submitted by Matthieu Dazy <dazy@t-surf.com>
2412 * po/de.po, po/es.po, po/pt_BR/po
2413 updated translations, submitted by Jens Oberender,
2414 Ricardo Mones Lastra, and Fabio Junior Beneditto
2416 2001-10-29 [darko] 0.6.4claws14
2419 fix wrapping for good
2424 undo previous change as it broke the smart wrapping
2426 2001-10-29 [darko] 0.6.4claws13
2429 fix infinite loop when long URL is quoted
2430 (closes bug #475122.
2434 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
2435 import Mutt address book
2436 * src/ldif.[ch] src/importldif.h
2437 modified import LDIF handle user attributes
2439 2001-10-28 [christoph] 0.6.4claws12
2442 fixed that filtering did not work if there
2443 were no filter rules
2444 (closes bug #472003 and better implementation
2447 2001-10-27 [christoph] 0.6.4claws11
2450 make the folder's default account to be used when
2451 replying. (patch by wwp <subscript@free.fr>)
2453 code cleanup, nearly killed all of wwp's patch
2454 for folder's default account in compose
2456 error panel when a folder could not be created
2457 (closes bug #471080 new folder name & already
2463 change prototype of strstr2() that Christoph forgot about
2465 2001-10-26 [christoph] 0.6.4claws10
2468 made search for accounts by email address not case
2471 fixed memory leak in folder_item_get_identifier
2474 fixed wrong strstr2 (should work like strstr)
2476 2001-10-26 [darko] 0.6.4claws9
2478 * src/compose.c src/gtkstext.[ch]
2480 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
2482 2001-10-26 [paul] 0.6.4claws8
2485 ignore css and javascript tags in html mail
2486 case-insensitive, with or without double-quoted
2489 2001-10-26 [paul] 0.6.4claws7
2491 * sync with sylpheed 0.6.4cvs1
2492 see ChangeLog entry 2001-10-26
2494 * src/prefs_account.c, src/prefs_common.c,
2495 src/prefs_summary_column.c
2496 minor improvements to the English
2498 2001-10-25 [alfons] 0.6.4claws6
2502 make GtkSText follow style of GtkText (closes bug
2503 #469211 "text selection while writing message")
2505 do sync with GTK 1.2.10
2507 2001-10-25 [paul] 0.6.4claws5
2510 ignore css tags in html mail
2512 2001-10-25 [darko] 0.6.4claws4
2515 don't declare is_url_string as static function since
2516 we need it in gtkstext.c
2518 remove unused variable
2519 don't wrap long URLs while composing a message
2521 2001-10-24 [christoph] 0.6.4claws3
2524 fix ssl deadlock, when peer closes connection
2526 2001-10-24 [paul] 0.6.4claws2
2528 * src/prefs_common.c
2529 gettextize the gpg ascii-armored warning message
2532 insert a DOS/MAC file into the composed message
2535 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
2537 2001-10-22 [paul] 0.6.4claws1
2539 * sync with sylpheed 0.6.4 release
2540 see ChangeLog entries 2001-10-21
2542 * po/fr.po, po/pt_BR.po
2543 updated by Melvin Hadasht and Fabio Junior Beneditto
2545 2001-10-21 [paul] 0.6.3claws30
2548 insert a DOS text file from the compose window
2549 into the composed message text (removes CRs characters)
2550 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
2552 * tools/filter_conv.pl, tools/README
2553 automatically use ~/.sylpheed as working directory
2554 print out confirmation message on completion
2556 * correct Hoa's last ChangeLog.claws entry
2558 2001-10-20 [hoa] 0.6.3claws29
2560 * src/grouplistdialog.c
2561 bugfix (another ?) to give the right
2562 newsgroups list for each news server.
2566 improve the newsgroups list cache
2568 2001-10-20 [paul] 0.6.3claws28
2570 * sync with sylpheed 0.6.3cvs9
2571 see ChangeLog entry 2001-10-19
2573 * correct Alfons' last ChangeLog.claws entry
2578 fix compilation problems (part of bug #472895)
2580 2001-10-18 [hoa] 0.6.3claws27
2582 * src/grouplistdialog.c
2583 bugfix when we refresh was clicked (bug 472701)
2585 2001-10-19 [christoph] 0.6.3claws26
2588 last header entry should default to "To:" or
2589 "Newsgroups:" and not copy the last entry line
2590 in a new compose window
2591 (closes bug #472686, #470792)
2593 2001-10-19 [paul] 0.6.3claws25
2595 * sync with Sylpheed 0.6.3cvs8
2596 see ChangeLog entries 2001-10-18 and 2001-10-19
2598 2001-10-18 [christoph] 0.6.3claws24
2601 reimplement ignore thread
2603 2001-10-18 [hoa] 0.6.3claws23
2606 * src/grouplistdialog.[ch]
2607 enhanced news subscription interface (feature 469113)
2611 enchanced newsgroup listing,
2612 now, we can get groups informations
2615 2001-10-18 [paul] 0.6.3claws22
2618 remove comment (sync with main branch)
2620 fix 'Re-edit' bug in 'Message' menu
2622 2001-10-17 [christoph] 0.6.3claws21
2625 ignore empty or whitespace only header lines
2627 2001-10-17 [paul] 0.6.3claws20
2629 * sync with sylpheed 0.6.3cvs7
2630 see ChangeLog entries 2001-10-14, 2001-10-16, and
2636 wrap long lines without spaces
2641 * po/es.po, po/nl.po, po/pt_BR.po
2642 updated by Ricardo Mones Lastra, Alfons,
2643 and Fabio Junior Beneditto
2645 * sylpheed-0.6.3claws released
2647 2001-10-15 [melvin] 0.6.3claws18
2650 added summary and detailed installation instructions
2653 Updated, corrected and completed french translation
2655 2001-10-15 [hoa] 0.6.3claws17
2656 * src/grouplistdialog.c
2657 we can choose the newsgroups to display with wildcards
2659 2001-10-15 [christoph] 0.6.3claws16
2663 * src/prefs_folder_item.[ch]
2664 applied wwp <subscript@free.fr>'s folder
2665 default account patch
2667 Fixed wrong translation
2669 2001-10-13 [alfons, christoph, melvin]
2672 solution #2 to solve MT-safety problems defers all GUI related calls
2673 to the main thread using a gtk_idle_add() callback. discussed on
2674 ircnet #sylpheed, with christoph spotting some issues with the
2675 original code, and melvin allowing us to lobotomize his sylpheed.
2677 * src/syldap.[ch], src/main.c
2678 fix race problem in ldap search thread by deferring GUI
2679 stuff to main thread using gtk_idle_add()
2681 2001-10-13 [paul] 0.6.3claws14
2683 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
2684 add Sergey's smtpcred.patch
2685 adds separate username/password setting for SMTP Auth
2686 needed by some servers
2687 (closes feature request #471659)
2689 2001-10-13 [paul] 0.6.3claws13
2691 * src/pgptext.[ch] **NEW FILES**
2692 * src/Makefile.am, src/messageview.c, src/mimeview.c
2693 decrypt ascii-armored gpg text embedded in
2695 Submitted by Jens Jahnke <jan0sch@gmx.net>
2697 2001-10-13 [christoph] 0.6.3claws12
2700 some more details on default to and
2703 init glib threading when ldap is used
2709 2001-10-12 [paul] 0.6.3claws11
2711 * src/prefs_common.[ch], src/rfc2015.c
2712 enable ascii-armored gpg text to be embedded in the
2713 message body, selectable through the 'Privacy'
2714 preferences. Supports encrypting only.
2715 Submitted by Ravemax <ravemax@dextrose.com>
2717 2001-10-12 [paul] 0.6.3claws10
2719 * sync with sylpheed 0.6.3cvs6
2720 see ChangeLog entries 2001-10-11 and 2001-11-12
2723 incorporated mbox folders, scoring, and folder
2724 properties into the sync
2726 2001-10-12 [darko] 0.6.3claws9
2729 describe quotation wrapping
2731 don't treat tab as space to calculate line length properly
2736 correct description of how to make new filtering system work,
2737 add some other things
2740 remove sched_yield() (not necessary / unportable)
2742 2001-10-11 [paul] 0.6.3claws8
2744 * sync with sylpheed 0.6.3cvs3
2745 see ChangeLog entry 2001-10-10
2747 2001-10-10 [christoph] 0.6.3claws7
2750 ignore 2 files created by newer autotools
2751 * src/prefs_folder_item.c
2752 using table for widget alignment
2753 fixed memory leak and broken octal display
2755 fixed segfault caused by lost filename
2756 workaround (closes bug #469551)
2758 2001-10-10 [paul] 0.6.3claws6
2760 * sync with sylpheed 0.6.3cvs2
2761 see ChangeLog entries 2001-10-09 and 2001-10-10
2763 2001-10-10 [darko] 0.6.3.claws5
2766 proper calculation of right margin if smart wrapping is enabled
2768 automatically wrap long lines if wrap quotation is enabled
2770 2001-10-09 [alfons] 0.6.3.claws4
2773 select correct row when deleting last row in the summary view (and
2774 close bug "[ #469104 ] select second last in list when deleting")
2776 2001-10-09 [paul] 0.6.3claws3
2778 * sync with sylpheed 0.6.3cvs1
2779 updated some autotool scripts
2781 2001-10-09 [darko] 0.6.3claws2
2784 new name and mark with Sylpheed comment
2786 smart quotation wrapping a-la VIM
2788 2001-10-08 [paul] 0.6.3claws1
2790 * sync with sylpheed 0.6.3 release
2791 see ChangeLog entry 2001-10-08
2793 2001-10-08 [paul] 0.6.2claws24
2796 more sync with sylpheed 0.6.2cvs12
2797 Fixed the bug that didn't select the last row correctly
2800 2001-10-07 [paul] 0.6.2claws23
2802 * sync with sylpheed 0.6.2cvs12
2803 see ChangeLog entry 2001-10-07
2807 enable jpilot to read unsynch'ed addresses.
2809 * src/editldap_basedn.c
2810 fix segfault when opening dialog.
2812 2001-10-06 [alfons] 0.6.2.claws22
2815 fix bug with summary view selecting last *inserted*
2816 node instead of last *visible* node. remember we
2819 2001-10-06 [paul] 0.6.2claws21
2822 updated translation, contains some fixes and new
2823 translations, submitted by Gustavo Noronha Silva
2826 * src/prefs_common.c
2827 change 'each' to 'every' - fix dubious English
2829 * sync with sylpheed 0.6.2cvs11
2831 2001-10-05 [alfons] 0.6.2claws20
2833 * src/mainwindow.[ch], src/folderview.c
2834 make composite tool button switch between "Compose News"
2835 and "Compose Mail" depending on selected folder
2836 (nifty idea by Kim Schulz <kim@schulz.dk>)
2838 2001-10-05 [paul] 0.6.2claws19
2840 * src/mainwindow.c, src/summaryview.c
2841 fix 'Message/Reply to all', broken in last commit
2844 fix X_BEENTHERE seg fault, thanks to Alfons
2846 2001-10-04 [paul] 0.6.2claws18
2848 * src/compose.[ch], src/mainwindow.c
2849 make "Message/Reply" reply to mailing lists; matches
2850 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
2851 based on portions of the patch submitted by
2852 Junichi Uekawa <dancer@netfort.gr.jp>
2854 2001-10-04 [darko] 0.6.2claws17
2857 better smart wrapping
2859 a function to make text buffer contiguous
2861 2001-10-03 [paul] 0.6.2claws16
2863 * sync with sylpheed 0.6.2cvs10
2868 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2869 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2870 references to chinese translations (hope someone picks up
2873 2001-10-02 [christoph] 0.6.2claws15
2876 fixed non translated header bug
2878 fixed wrong date in alfons last entry ;)
2880 2001-10-02 [alfons] 0.6.2claws14
2882 * src/compose.c, src/prefs_common.[ch]
2883 add block cursor option
2885 2001-10-02 [paul] 0.6.2claws13
2887 * sync with sylpheed 0.6.2cvs9
2889 2001-09-30 [paul] 0.6.2claws12
2891 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2892 updated translations
2895 add 'src/importldif.c'
2897 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2898 added eudora-to-vCard conversion tool
2899 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2901 * sync with sylpheed 0.6.2cvs8
2905 * sylpheed-0.6.2claws released
2907 2001-09-27 [melvin] 0.6.2claws11
2910 fixed crash when using default path (introduced
2912 fixed tiny bug for initial suggestion mode
2914 2001-09-27 [melvin] 0.6.2claws10
2917 fixed bug where gtkpspell didn't set the path correctly
2920 added a paragraph about spell checking
2924 2001-09-27 [paul] 0.6.2claws9
2926 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2927 replace '// comments' with '/* comments */' to prevent
2928 some compiler warnings
2930 * sync with sylpheed 0.6.2cvs6
2932 2001-09-26 [alfons] 0.6.2claws8
2935 introduce return receipt request notification again,
2936 which was lost because of other semantics in
2937 procheader_parse() (???)
2939 2001-09-26 [christoph] 0.6.2claws7
2942 replace comments for old code with #if 0
2943 readded auto cc, bcc and reply-to
2944 * src/prefs_matcher.c
2945 * src/prefs_scoring.c
2946 removed some definition (was moved to
2949 2001-09-26 [paul] 0.6.2claws6
2952 make 'Follow-up and reply to' sensitive
2954 * more sync with sylpheed 0.6.2cvs5
2961 fixed bug for "US-ASCII" introduced by the encoding code
2967 * src/prefs_common.[ch], src/summaryview.c
2968 'next unread msg' 'go to next folder?' dialog can be
2969 given default behaviour, either always show dialog,
2970 or assume 'yes', or assume 'no'
2971 Submitted by wwp <subscript@free.fr>
2975 * src/compose.c src/gtkspell.[ch]
2976 added support for different encodings
2980 * more sync with sylpheed 0.6.2cvs5
2984 * src/prefs_folder_item.c
2985 add check for item->prefs->default_to string is NULL and
2986 add another check when freeing this string
2991 change to version 0.6.2claws3
2993 * sync with sylpheed 0.6.2cvs5
2996 * src/ldif.[ch], src/importldif.[ch], addressbook.c
2998 * src/addrcache.[ch], addrindex.[ch]
2999 small update for future
3005 added 'Learn from mistakes' option
3006 better handling of quotes in checked words
3009 small update for spell checking stuff
3014 edit a little bit so it complies more with main coding style
3018 * src/folder.[ch], prefs_folder_item.c, compose.c
3019 migrate "request return receipt" folder property
3024 * README.claws **NEW**
3025 (add things of interest for users of main branch
3028 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
3029 re-implement threading per folder option, but store
3030 the setting in folderlist.xml (where it belongs)
3035 fixed bug when compose window is under another window
3036 * src/prefs_common.[ch] src/compose.c
3037 changed 'dictionary_path' to 'dictionary' to be consistent
3038 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
3039 * ac/pspell.m4 src/Makefile.am
3040 dropped PSPELL_PATH macro
3042 updated translations
3044 2001-09-21 [christoph]
3047 added border around header fields
3048 keep header type when new field is added
3050 2001-09-20 [christoph]
3053 more portable debug_print with source filename
3056 more newlines after debug messages
3061 change to version 0.6.2claws2
3063 * sync with sylpheed 0.6.2cvs3
3068 fixed the post-right-click focus pb
3069 fixed crash when 'Spell check all' after dict change
3070 and when cursor is at the end of the text
3071 shift-right-click pops up config menu even on misspelled words.
3078 added pspell to compiled-in features list
3082 * switched to pspell and dropped ispell
3084 new file. autoconf macro for pspell
3086 * configure.in acconfig.h
3087 added pspell support
3089 * src/main.c src/compose.[ch] src/gtkspell.[ch]
3090 * src/prefs_common.[ch]
3091 added pspell support
3093 2001-09-18 [christoph]
3097 replace LOG_MESSAGE with debug_print
3101 added newline after debug message
3103 using __VA_ARGS__ for debug_print macro
3105 ignore Makefile and Makefile.in
3110 change to version 0.6.2claws1
3111 * sync with sylpheed 0.6.2cvs1
3114 * src/prefs_matcher.c
3115 add 'score equal to' option, submitted by
3116 Paul Evans <nerd@freeuk.com>
3118 2001-09-15 [christoph]
3121 comment out menu entry not existing in claws
3123 add debug output for non existing menu entries
3125 fix next/prev unread message for ignored threads
3127 add sourcefile and line number to debug output
3128 otherwise it is sometimes hard to find the
3129 source code part if debug messages are translated
3134 refresh target folder style after colour is changed
3139 change to version 0.6.1claws3
3141 * sync with sylpheed 0.6.1cvs6
3146 fix target folder colourization to use user selected colour
3151 fix crash when message that is marked for copy/move is unmarked
3156 change to version 0.6.1claws2
3158 * sync with sylpheed 0.6.1cvs3
3163 fix bug with default font used for trash folder text
3167 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3168 updated translations
3171 change to version 0.6.1claws1
3173 * sync with sylpheed 0.6.1cvs2
3178 add Match's new addressbook
3181 updated translation submitted by Jens Oberender
3186 change to 0.6.1claws
3187 * sync with sylpheed 0.6.1 release
3192 change to 0.6.0claws2
3194 * sync with sylpheed 0.6.0cvs4
3197 updated translation submitted by Fabio Junior Beneditto
3211 change to version 0.6.0claws1
3213 * sync with sylpheed 0.6.0cvs1
3216 updated translation submitted by Ricardo Mones Lastra
3219 add 'src/prefs_templates.c'
3221 * src/compose.c, src/summaryview.c
3222 fix segfault on 'Re_edit'
3226 * configure.in, Makefile.am
3228 add tools directory to source distribution
3233 change to version 0.6.0claws
3235 * sync with sylpheed 0.6.0 release
3237 2001-08-30 [christoph]
3240 removed autoconf version check
3244 * src/account.c, src/compose.c, src/prefs_common.[ch]
3245 * src/procheader.[ch] src/utils.[ch]
3246 Enhanced automatic account selection on replies
3247 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
3250 add LDAP and JPilot to the configuration results output.
3252 2001-08-29 [christoph]
3255 no bold font for ignored threads
3260 change to version 0.5.3claws6
3262 * sync with sylpheed 0.5.3cvs10
3263 src/stringtable.[ch]: New Files
3265 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
3266 * src/pixmaps/sylpheed.xpm
3267 add mini-icons to windows (by Alfons)
3272 new functions: next_labeled_cb(), prev_labeled_cb()
3275 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
3276 summary_select_next_labeled(), summary_select_prev_labeled()
3278 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
3279 give claws blue folders and a blue trash can
3284 change to version 0.5.3claws5
3286 * sync with sylpheed 0.5.3cvs9
3287 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
3289 2001-08-24 [christoph]
3292 keep filename when browsing directories
3293 (not working for user entered filename, but
3294 for default name and selected filename from
3297 fixed wrong spelling "Folllow-up"
3301 fixed new/unread message count with ignored
3302 threads (2 commits, first didn't notice no
3303 longer needed decreasing)
3305 readded scrolling of progress dialog
3311 change to 0.5.3claws4
3313 * sync with sylpheed 0.5.3cvs7
3315 2001-08-24 [christoph]
3318 set request return receipt when replying
3319 if it is set is the folder prefs of the
3322 disable final error popup if popups are
3323 disabled in config (again)
3328 Change version number to 0.5.3claws3
3330 * sync with sylpheed 0.5.3cvs5
3333 double quote '%s' in 'gedit %s' to fix bug when
3334 opening attachment with spaces in the name
3337 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
3338 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
3339 initial message templates support
3345 change version number to 0.5.3claws2
3347 * sync with sylpheed 0.5.3cvs4
3349 * src/procmsg.h src/summaryview.c
3350 re-implement (un)ignore thread
3355 remove unnecessary code
3357 enable 'dynamic' signatures (submitted by
3358 Eric Limpens <eric@hscg-internet.nl>)
3362 clean up after sync with sylpheed 0.5.3 release
3365 fix re-introduced font mess, see Christoph's
3370 use sylpheed's small font instead of
3371 gtk default font for summary view
3377 add pl to ALL_LINGUAS - sync with main branch
3379 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3380 Updated. Translations by Jens Oberender, Ricardo Mones
3381 Lastra, Alfons, and Fabio Junior Beneditto respectively.
3383 * po/pl.po ** NEW FILE **
3384 sync with the main branch
3387 fix target folder colorizing and refresh problem
3390 2001-08-17 [christoph]
3393 claws uses 4 colors for target folder coloring.
3394 arrays were not long enough and destroyed the
3395 stack causing a segfault.
3396 target folder colorizing does not work anymore
3402 change to version 0.5.3claws1
3404 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
3405 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
3406 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
3408 sync with sylpheed 0.5.3 release, but keep claws method of
3409 configuring/saving fonts
3411 * src/addressbook.[ch]
3412 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
3413 in line with a similar change in Hiroyuki's branch
3415 * src/mainwindow.[ch]
3416 disable main_window_set_thread_option()
3417 * src/prefs_folder_item.c
3418 comment out &tmps_prefs.enable_thread,
3419 * src/mbox_folder.c, src/procmsg.[ch]
3420 comment out MSG_IS_IGNORE_THREAD
3422 comment out summary_ignore_thread() and summary_unignore_thread()
3423 comment out MSG_IS_IGNORE_THREAD
3425 use Hiroyuki's threading instead.
3432 use Hiroyuki's 0.5.3 column scheme but also
3433 include the enable/disable button.
3434 * src/pixmaps/mark.xpm
3435 add Hiroyuki's amended pixmap
3437 2001-08-13 [christoph]
3440 receive at get all column showed wrong state for APOP
3441 button should only work for POP3 and APOP accounts
3442 * src/prefs_account.c
3443 added missing preprocessor statement for SSL
3448 add 'receive at get all' column and enable/disable
3451 2001-08-06 [christoph]
3454 show usage of SSL in protocol column
3460 * src/prefs_account.[ch]
3461 moved ssl options to a new page
3467 added support for SMTP STARTTLS command
3469 2001-08-05 [christoph]
3472 debian autoconf needs version check to find
3473 correct autoconf version. if the file is
3474 named configure.in 2.13 is used, which does
3475 not work with this configure.in script.
3476 other solution would be to rename the script
3477 to configure.ac as suggested in the autoconf
3481 disable final error popup if popups are
3486 fixes IMAP over SSL problem
3491 change to 0.5.2claws1
3493 * sync with sylpheed 0.5.2cvs1
3498 quick fix for ispell detection...
3503 change to 0.5.1claws4
3505 * sync with sylpheed 0.5.1cvs7
3509 * src/prefs_common.c, src/prefs_common.h,
3510 src/gtkspell.c, src/gtkspell.h
3511 add global spelling checker settings (compose tab) +
3512 selection of dictionary
3515 guess valid ispell location
3520 removal of 'src/quote_fmt_parse.c'
3523 (submitted by Jens Oberender <didge@suse.de>)
3528 * src/folderview.[ch]
3531 * src/prefs_common.[ch]
3533 target folder colourization
3537 more sync with Sylpheed 0.5.1cvs6
3542 * src/prefs_folder_item.[hc]
3544 shared folders support with a GUI
3550 * sync with Sylpheed 0.5.1cvs6
3556 (submitted by Fabio Junior Beneditto)
3562 patch to correct bad image mime headers
3563 (submitted by Don Quijote <dq@searchlores.org>)
3567 * tools/gif2xface.pl **NEW FILE**
3569 script to convert file.gif to file.xface for
3570 use in a custom header.
3571 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
3576 change macros for detecting JPilot and LDAP
3578 2001-07-27 [christoph]
3581 code cleanup (MIN / MAX warning, needed casting)
3586 disallow setting flags when detecting certain headers
3587 (X-Status, Status, Seen, X-Seen).
3589 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
3591 2001-07-27 [christoph]
3593 * src/prefs_filter.c
3594 * src/prefs_filtering.c
3595 * src/prefs_matcher.c
3596 * src/prefs_scoring.c
3597 scroll list when moving rows up or down
3601 * src/prefs_account.c
3602 * src/prefs_account.h
3604 SMTP over SSL (untested, feedback requested)
3612 * configure.in, acconfig.h
3613 define CLAWS (need this for main / claws detection)
3618 Sylpheed 0.5.1claws2
3620 * sync with Sylpheed 0.5.1cvs4
3622 2001-07-25 [christoph]
3626 item->prefs == NULL (don't know why)
3631 Sylpheed 0.5.1claws1
3633 * sync with Sylpheed 0.5.1cvs1-3
3635 2001-07-24 [christoph]
3638 * src/prefs_folder_item.[ch]
3639 added folderitem preferences dialog with
3640 default To: and auto request return receipt
3644 changes to handle new folderitem preferences
3648 call compose new mail with current folderitem
3652 Release Sylpheed 0.5.1claws
3655 change to release version 0.5.1claws
3657 2001-07-24 [christoph]
3660 fixed segfault that happend when the selected
3661 message was removed while retrieving new messages.
3665 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
3669 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
3670 this is a work in progress, for more in