1 2002-02-23 [paul] 0.7.2claws8
3 * sync with sylpheed 0.7.2cvs14
4 see ChangeLog entries 2002-02-22 and 2002-02-23
6 2002-02-22 [christoph] 0.7.2claws7
9 Add column space to table
10 * src/quote_fmt_parse.y
13 2002-02-22 [paul] 0.7.2claws6
21 src/matcher_parser_lex.l
22 src/matcher_parser_parse.y
26 src/selective_download.[ch] *** NEW FILES ***
29 Selective Download added to 'Tool' menu.
30 Retrieves email headers of the currently selected pop3
31 account and allows the user to mark emails for deletion
32 right on the pop3 server. Patch submitted by Oliver Haertel
33 <oha@users.sourceforge.net>.
38 2002-02-22 [christoph] 0.7.2claws5
42 * src/prefs_common.[ch]
43 * src/prefs_template.c
44 * src/quote_fmt.c *** NEW FILE ***
46 move quote format symbol description code
47 to it's own file because it is used from
49 Rewrote symbol description GUI
52 + get data from array (no more long constant strings)
54 * src/quote_fmt_parse.y
55 Symbol for Literal % changed to \% instead of %%
56 (More logical as \ is used for quoting for other symbols)
57 Add |f and |p to include files and program output
59 |f{/home/.../.signature}
62 Correct wrong spelling for "Referenzen"
64 2002-02-21 [paul] 0.7.2claws4
69 2002-02-21 [paul] 0.7.2claws3
71 * sync with sylpheed 0.7.2cvs11
72 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
73 2002-02-20 and 2002-02-21
75 2002-02-20 [melvin] 0.7.2claws2
78 Added error report when child cannot fork or when execvp
79 returns with an error.
81 2002-02-19 [christoph] 0.7.2claws1
84 return unconverted text if conde conversion is not possible
85 when libjconv is used.
86 (patch submitted by "Simon 'corecode' Schubert")
90 * version 0.7.2claws release
92 2002-02-19 [paul] 0.7.2claws
95 updated by Wilbert Berendsen
98 2002-02-18 [alfons] 0.7.1claws13
102 remove references to dlfcn and explicitly loading functions
103 from dynalink libs, because libs linked anyway, and functions
104 are loaded explicitly
106 2002-02-17 [melvin] 0.7.1claws12
108 * src/prefs_actions.c
109 Replaced children wait loop with double fork technique.
110 Now, input/output window updated at each new output.
111 free_children(): Fixed a memory leak.
112 Made input/output window non closable if running children
114 Added missing <unistd.h> include.
115 Added some --debug outputs.
117 2002-02-17 [melvin] 0.7.1claws11
120 Fixed bug where descending sort order did not select top
123 2002-02-17 [melvin] 0.7.1claws10
126 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
128 Pspell data package directory no more hard coded but
129 set during configuration (PSPELL_PATH). (Thanks to
130 Gustavo Noronha Silva.)
132 2002-02-17 [melvin] 0.7.1claws9
135 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
137 Fixed compile-time warnings.
139 2002-02-16 [alfons] 0.7.1claws8
142 fix inadvertent free of NULL pointer which caused
143 sylpheed to crash when closing the save-as dialog
144 using the window close button
146 2002-02-16 [carsten] 0.7.1claws7
147 * src/mainwindow.[ch]
150 fixes for pixmap theming code:
151 - recently changed mail attributes shouldn't get
153 - theme is only reloaded iff another theme was
156 2002-02-16 [paul] 0.7.1claws6
158 * sync with sylpheed 0.7.2 release
159 see ChangeLog entry 2002-02-15 and 2002-02-16
161 2002-02-15 [paul] 0.7.1claws5
163 * sync with sylpheed 0.7.1cvs9
164 see ChangeLog entry 2002-02-15
167 remove unneeded headerwindow.c entry
169 2002-02-14 [carsten] 0.7.1claws4
171 fixed a bug for "Go to next unread message": there was
172 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
173 in the prefs, because of doing "Search again" instead
176 2002-02-14 [carsten] 0.7.1claws3
178 removed 2 more mem leaks; following memprof,
179 this code is "leak free" now :)
181 2002-02-14 [carsten] 0.7.1claws2
183 used opendir/readdir/closedir instead of scandir
184 -> code should work now on Solaris
186 2002-02-14 [paul] 0.7.1claws1
188 * sync with sylpheed 0.7.1cvs8
189 see ChangeLog entries 2002-02-13 and 2002-02-14
192 add some description of Actions and Pixmap Themes
196 * version 0.7.1claws release
198 2002-02-13 [paul] 0.7.1claws
203 updated translations, submitted by Ricardo Mones Lastra,
204 Alessandro Maestri and Fabio Junior Beneditto
206 2002-02-13 [melvin] 0.7.0claws75
208 * src/prefs_actions.c
209 Added missing "signal.h" include
211 2002-02-13 [melvin] 0.7.0claws74
213 * src/prefs_folder_item.c
214 Added missing "config.h" include
216 Updated French translation for folder propriety.
218 2002-02-13 [jens] 0.7.0claws73
221 Added missing src/prefs_folder_item.c [log added by melvin]
223 Updated German translation.
225 2002-02-13 [melvin] 0.7.0claws72
228 Updated French translation.
230 2002-02-13 [melvin] 0.7.0claws71
233 Made gtkut_editable_get_selection return NULL if selection
235 This fixes a bug where selecting part of message A then
236 switching to message B and replying to it will not
237 quote the message's body.
239 2002-02-12 [paul] 0.7.0claws70
242 cosmetic, relating to pixmap themes: on toolbar make
243 updating of 'Exec' and 'Compose news/Compose email'
246 2002-02-12 [carsten] 0.7.0claws69
252 - refreshing after changing pixmap theme better
254 - wanted to remove some mem leaks, but alfons was
255 faster (and had the better solution ;)
257 2002-02-12 [alfons] 0.7.0claws68
260 * src/stock_pixmap.[ch]
261 plug mem leaks, refactor code a little bit
264 2002-02-12 [sergey] 0.7.0claws67
267 Fixed problem with copying messages to IMAP folders when the
268 server uses something other than '/' as a namespace separator
269 (cyrus-imapd uses '.').
271 2002-02-12 [jens] 0.7.0claws66
274 Updated German Translation
276 2002-02-12 [paul] 0.7.0claws65
278 * sync with sylpheed 0.7.1cvs1
279 see ChangeLog entry 2002-02-12
281 2002-02-12 [melvin] 0.7.0claws64
283 * src/prefs_actions.c
284 Fixed "feature" where children's output was duplicated
285 instead of refreshed while monitoring.
286 Removed some debug code.
288 2002-02-12 [christoph] 0.7.0claws63
291 always delete message from queue after sending/send error
294 2002-02-12 [melvin] 0.7.0claws62
296 * src/prefs_actions.c
297 Children wait loop is now triggered with a timeout of 1s
298 Added %F which is replaced with the list of filenames
299 of all selected messages (as suggested by Ricardo Mones Lestra)
300 Pipe syntax changed. Prefix with | to send selection, postfix
301 with | to retrieve output. Prefix with > or * to send
302 user definable input to the command (*: input is hidden)
303 Old pipe action should now be postfixed with |, too.
305 2002-02-12 [carsten] 0.7.0claws61 (more 59.75)
307 fixed a bug: if there's no theme directory don't
308 throw an error, just do "nothing" (thanks Alfons)
310 2002-02-12 [carsten] 0.7.0claws60
313 had to write the cache twice (nasty!); some marks would
316 2002-02-11 [carsten] 0.7.0claws59
319 doc-src/maintainer_guide.txt
325 src/prefs_common.[ch]
326 src/stock_pixmap.[ch]
328 pixmap theming and related work on pixmap
329 handling on some other places
330 (e.g. hrm features for all folder)
331 src/pixmap/stock_*.xpm -> the stock_ was removed
333 2002-02-11 [paul] 0.7.0claws58
335 * sync with sylpheed 0.7.1 release
336 see ChangeLog entries 2002-02-11
338 2002-02-08 [paul] 0.7.0claws57
340 * sync with sylpheed 0.7.0cvs39
341 see ChangeLog entry 2002-02-07 (last entry)
343 * src/prefs_actions.c
344 src/prefs_filtering.c
347 sync: made it compile with C compilers other than gcc
349 2002-02-07 [paul] 0.7.0claws56
351 * sync with sylpheed 0.7.0cvs38
352 see ChangeLog entries 2002-02-06 (last 2 entries) and
355 2002-02-07 [darko] 0.7.0claws55
359 Fix const gchar */gchar * issue (thanks Hiro)
361 2002-02-07 [darko] 0.7.0claws54
366 * src/prefs_template.c
368 * src/quote_fmt_parse.y
371 When replying or forwarding an email don't quote the entire
372 mail body but use the part of the message text that is selected
374 2002-02-06 [melvin] 0.7.0claws53
376 * src/prefs_common.[ch]
379 Made possible to switch quickly to last used dictionary
380 which makes checking bilingual documents easier.
382 2002-02-06 [melvin] 0.7.0claws52
385 Added forgotten new file src/prefs_actions.c
387 2002-02-06 [melvin] 0.7.0claws51
389 * src/prefs_actions.c ** NEW FILE **
390 * src/prefs_actions.h ** NEW FILE **
391 Added actions to execute on message text view, or on the
394 Added src/prefs_actions.[ch]
396 Added new menu "Edit/Actions"
398 Added new actionsrc file.
400 Added actionsrc reading.
402 Added new menus "Edit/Actions" and "Configuration/Actions..."
404 Added new element actionslst element to prefs_common.
406 2002-02-06 [paul] 0.7.0claws50
408 * sync with sylpheed 0.7.0cvs36
409 see ChangeLog entry 2002-02-06
414 updated by Ricardo Mones Lastra
416 2002-02-05 [paul] 0.7.0claws49
418 * sync with sylpheed 0.7.0cvs33
419 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
421 2002-02-05 [paul] 0.7.0claws48
424 re-add 'Edit/Advanced/Delete entire line', previously named
427 2002-02-04 [paul] 0.7.0claws47
431 fix bug #494993 (Reply All not taking Reply-To into consi)
432 eliminate differences in behaviour of right-click 'Reply to all'
433 in summary view and 'Reply to all' on the toolbar.
434 fix bug where Reply-To gets ignored by 'Reply to all' in summary
435 view and From gets ignored by 'Reply to all' on toolbar.
436 fix bug where 'Reply to all' on toolbar uses To twice and ignores
437 From when no Reply-To header is present.
439 2002-02-04 [paul] 0.7.0claws46
441 * sync with sylpheed 0.7.0cvs30
442 see ChangeLog entries 2002-02-03 and 2002-02-04
444 2002-02-03 [melvin] 0.7.0claws45
447 Readded function to highlight all misspelled words.
448 Fixed bug where user-provided-words did not replace
449 correctly the misspelled word when using the mouse.
450 Fixed bug where checking a region selected from right to left did
451 not check the region at all.
452 Fixed bug where 'Check backwards' may not check at all.
453 Fixed memory leaks where popup menus and accel_groups were not destroyed.
454 Fixed possible buffer overflow when checking for long strings (>1k).
455 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
456 Accelerators code uses now gtk_widget_add_accel.
457 Removed and disabled obsolete and unfinished code.
461 Added menu item to Highlight all misspelled words.
463 2002-02-01 [paul] 0.7.0claws44
466 fix '/View/Hide read messages' sensitivity when all
467 messages in a folder are hidden
469 2002-02-01 [paul] 0.7.0claws43
472 add --send option to command line interface, sends all
473 queued mail. Patch submitted by Ricardo Mones Lastra.
475 2002-01-31 [paul] 0.7.0claws42
478 add '/View/Hide read messages' to main_window_set_menu_sensitive()
480 2002-01-31 [paul] 0.7.0claws41
482 * sync with sylpheed 0.7.0cvs27
483 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
487 comment out elements of textview_show_part() as temporary
488 workaround for attachment 'Display as text' bug
491 updated by Fabio Junior Beneditto
493 2002-01-30 [paul] 0.7.0claws40
495 * sync with sylpheed 0.7.0cvs24
496 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
500 add {N_("/_Spelling"), ... "<Branch>"} to
501 GtkItemFactoryEntry compose_entries[]
504 add claws menu items to prefs_keybind_apply_clicked()
505 and remove non-claws menu items
507 2002-01-29 [paul] 0.7.0claws39
509 * sync with sylpheed 0.7.0cvs22
510 see ChangeLog entries 2002-01-28 and 2002-01-29
512 2002-01-28 [melvin] 0.7.0claws38
515 Added the declartion of compose_send_control_enter.
519 Added in a 'Spelling' menu which includes the configuration menu.
520 Added a real 'Check all' and got rid from the old one which only
521 highlited misspelled word.
522 Made 'Check while typing' a disableable option.
523 Added a dialog when there are no more misspelled word.
524 Added a dialog if error occurs when switching to a dictionary.
526 * src/prefs_common.[ch]
527 Added option for the default 'Check while typing' option.
530 2002-01-28 [alfons] 0.7.0claws37
533 fix buglet and make code comply with sylpheed code style
535 2002-01-28 [paul] 0.7.0claws36
537 * sync with sylpheed 0.7.0cvs19
538 see ChangeLog entries for 2002-01-28
540 2002-01-28 [hoa] 0.7.0claws35
546 read the renderer config
549 use the renderer config to convert mime attachments
552 don't use textview_show_html/ertf,
553 use get_text_content instead
555 2002-01-27 [alfons] 0.7.0claws34
558 make sylpheed believe it can delete a news message...
559 (messages are NOT deleted, maybe we should remove
560 processing from the folder properties after all.)
562 2002-01-27 [alfons] 0.7.0claws33
567 implement remove_msg()
569 2002-01-27 [alfons] 0.7.0claws32
574 fix return receipt / disposition notification again. this
575 stuff seems to break on _every_ major summary UI change, so
576 it's now implemented using a flag which is saved in the
579 2002-01-26 [alfons] 0.7.0claws31
582 let import dialog show the destination folder identifier
584 2002-01-26 [melvin] 0.7.0claws30
588 Readded 'Mark all read' into summary view popup menu
589 Added 'Mark all read' in folder view popup menu for IMAP
591 Made it insensitive if the selected folder is not the shown
592 one to avoid 'Mark all read' on the wrong folder.
594 2002-01-26 [paul] 0.7.0claws29
598 move 'Mark all read' from summary view to folder view
599 menu. (adapted from) patch submitted by Jeremy Andrews,
600 <lists@kerneltrap.com>
602 2002-01-25 [alfons] 0.7.0claws28
605 put the gtk class name back so GtkSText adapts the
608 2002-01-25 [alfons] 0.7.0claws27
611 assimilate Ricardo's patch that shows pixmaps instead of
612 plain "new" and "unread" texts in the folder view column
615 2002-01-25 [paul] 0.7.0claws26
618 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can
619 be found in non-standard locations.
620 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
622 2002-01-25 [paul] 0.7.0claws25
624 * sync with sylpheed 0.7.0cvs16
625 see ChangeLog entry 2002-01-25
627 2002-01-24 [paul] 0.7.0claws24
629 * more sync with sylpheed 0.7.0cvs15
630 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
632 2002-01-23 [sergey] 0.7.0claws23
635 Fixed segfault when closing LDIF import wizard with
641 Fixed wrong scrolling position after switching between
642 text and image parts.
644 2002-01-23 [paul] 0.7.0claws22
646 * sync with sylpheed 0.7.0cvs15
647 see ChangeLog entries 2002-01-22 and 2002-01-23
649 2002-01-21 [melvin] 0.7.0claws21
651 * src/prefs_scoring.c
652 * src/prefs_filtering.c
653 Fixed bug where scoring and filtering windows stopped
656 2002-01-21 [paul] 0.7.0claws20
658 * sync with sylpheed 0.7.0cvs12
659 see ChangeLog entries 2002-01-20 and 2002-01-21
661 2002-01-21 [carsten] 0.7.0claws19
664 * src/messageview.[ch]
665 * src/summaryview.[ch]
666 changes to shortcuts handling again:
667 + "Q" now controled by mainwin
668 + v/V are now customizable and have slightly
670 the "button" to minimize the messageview (and maximize
671 the summary view) is a real button now
673 "Delete Line+" added to Edit/Advanced (this will also
676 2002-01-20 [melvin] 0.7.0claws18
679 Made "Bcc" sensitive when addressbook is called from
680 compose window (it was a Claws only bug).
682 2002-01-19 [alfons] 0.7.0claws17
685 prevent unnecessary updates when currently selected folder has
688 2002-01-19 [alfons] 0.7.0claws16
691 prevent writing the cache based on current message list in summary
692 view when filtering also put messages in currently selected folder
697 Italian translation submitted by Alessandro Maestri
698 <a.maestri@cs.tin.it>
700 2002-01-18 [melvin] 0.7.0claws15
702 * src/prefs_filters.c
703 fixed bug where 'cancel' from 'filters' window stops autochecking
704 if the timer timed out when the window was open.
706 2002-01-18 [match] 0.7.0claws14
708 * src/addrclip.[ch] ** NEW FILE **
709 * src/addrselect.[ch] ** NEW FILE **
710 * src/adbookbase.h ** NEW FILE **
711 addressbook cut, copy and paste
727 support for copy/paste
729 support for copy/paste
730 tidy up menu option processing
731 correct address list function arguments
743 2002-01-18 [paul] 0.7.0claws13
745 * sync with sylpheed 0.7.0cvs8
746 configure.in: support Mac OS X (Darwin)
748 2002-01-18 [carsten] 0.7.0claws12
750 small hack to fix a segfault with an empty href
751 (reported by Alexandra Walford <deeni@altern.org>)
754 the shortcuts for Mark und Mark as unread are hardcoded
758 readded the shortcuts in gtkstext but made them
759 customizeable (simply by adding a menu plus a wrapper
762 2002-01-17 [melvin] 0.7.0claws11
765 fix default dictionary not being saved.
767 2002-01-16 [darko] 0.7.0claws10
770 fix wrapping crash with URL longer than wrapping margin
772 2002-12-08 [hoa] 0.7.0claws10
774 * src/matcher_parser_parse.y
777 * src/prefs_filtering.c
778 now, we can use bounce action in the dialog box.
780 2002-01-16 [carsten] 0.7.0claws9
782 removed the <control> and <alt> shortcuts because they're
783 not needed and interefered with the "normal" shortcuts
786 removed most of the hardcoded shortcuts and assigned
787 them to menu entries making them easy customizable by
790 2002-01-16 |melvin] 0.7.0claws8
793 fixed bug where using the mouse and when the compose
794 window is not on top may result in a crash.
796 2002-01-16 [melvin] 0.7.0claws7
799 fixed a long standingspell checker bug which could
800 cause a crash after sending a message.
802 2002-01-16 [paul] 0.7.0claws6
804 * sync with sylpheed 0.7.0cvs7
805 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
806 2002-01-15, and 2002-01-16
808 2002-01-16 [melvin] 0.7.0claws5
814 Heavily modified spell checker code to work around
815 ispell bug, to add keyboard shortcuts and for future
816 enhancements. See README.claws for usage information.
818 2002-01-15 [alfons] 0.7.0claws4
821 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
822 so sorting within threads reflects sort mode
824 2002-01-15 [christoph] 0.7.0claws3
827 added alertpanel if mail sending failed
829 2002-01-15 [alfons] 0.7.0claws2
831 * src/prefs_filtering.c
832 don't stop timer when prefs filtering dialog is opened
834 2002-01-14 [alfons] 0.7.0claws1
838 remove debug_print()s for privacy reasons
840 2002-01-14 [darko] 0.7.0claws
843 quotation wrapping is now also in the main branch
847 * tools/filter_conv.pl
848 allow for Boolean Op and case-sensitivity
849 this file is included in the release and tagged
852 2002-01-13 [paul] 0.7.0claws
854 * release 0.7.0, with cvs tag 'rel_0_7_0'
858 * tools/filter_conv.pl
860 rewritten to output to matcherrc instead of filteringrc
863 updated Spanish translation by Ricardo Mones Lastra
868 update dutch translation
873 Updated by Fabio Junior Beneditto
875 2002-01-13 [melvin] 0.6.6claws53
878 Updated french translation
880 2002-01-12 [alfons] 0.6.6claws52
883 plug mem leak that has been sitting there for ages
885 2002-01-12 [alfons] 0.6.6claws51
888 undo melvin's changes from 0.6.6claws48 because summary
889 view now refuses to select first unread message when
892 2002-01-11 [alfons] 0.6.6claws50
895 use claws' semantics for getting folder item when
896 importing an mbox file into a folder
897 (submitted by Dale P. Smith)
899 2002-01-11 [christoph] 0.6.6claws49
902 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
903 toggle widget, because non static prefs can not use
904 prefs_set_* functions
905 * src/prefs_account.c
906 toggle smtp auth password field sensitivity if
907 user id is empty and add descrition of usage for
909 * src/prefs_folder_item.c
910 use SET_TOGGLE_SENSITIVITY macro to instead of extra
913 2002-01-11 [melvin] 0.6.6claws48
916 fix the 'Ctrl-Enter' feature for sending and test really
917 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
918 editables which was not documented in Gtk)
921 Made summaryview refresh after sorting and not before.
923 2002-01-11 [christoph] 0.6.6claws47
926 select account from account ids if possible and
927 correctly set save folder for copy in reedit
929 2002-01-10 [paul] 0.6.6claws46
931 * sync with sylpheed 0.7.0 release
932 see ChangeLog entries 2002-01-07, 2002-01-08 and
938 remove more dirt traces...
943 clean up some traces of my debugging stuff
945 2002-01-09 [alfons] 0.6.6claws45
948 break up filteringprop_apply() in three separate pieces
949 so we can drop messages that failed processing in the
953 fix bug #469598 "no refresh of inbox after filter" which
954 was introduced by the new summary view locking, and which
955 prevented the summary view to update after a manual filter
956 message. claw's filter message requires a summary_show().
957 (aargh, summary_show() again! :-)
959 2002-01-07 [alfons] 0.6.6claws44
965 bring in Hiro's last 0.7.0 wm class fixes
968 bring in Ricardo's fix for sylprint script
972 * src/prefs_common.[ch]
973 * src/prefs_account.[ch]
975 clean up account preference poison in rfc2015,
976 and preparation to fix double sign bug
977 (patch submitted by Simon 'corecode' Schubert)
979 2002-01-07 [christoph] 0.6.6claws43
982 search for free message number, do not only rely
985 fix smtp auth and use extra account information
986 if available, if not use pop3 data instead
991 2002-01-06 [alfons] 0.6.6claws42
994 try making the separate windows work again...
996 2002-01-06 [alfons] 0.6.6claws41
999 adapt Hiro's separate window menu (to get rid of the funny
1000 duplicate menu items), and make it work again
1002 2002-01-06 [alfons] 0.6.6claws40
1007 * tools/README.sylprint
1008 add sylprint script for printing mails from Sylpheed
1009 (contributed by Ricardo Mones Lastra)
1014 2002-01-06 [melvin] 0.6.6claws39
1018 Fixed crash introduced in 0.6.6claws38 by the menu
1019 reorganisation (Hide read messages)
1022 Fixed typo (we are now in 2002, alfons ;) )
1024 2002-01-05 [alfons] 0.6.6claws38
1026 * sync with sylpheed 0.6.6cvs10-17
1027 (last stuff marked as LAST_STABLE)
1029 2002-01-04 [melvin] 0.6.6claws37
1032 Made account selection code use strcasestr again instead of
1033 g_strcasecmp (fixes bug where reediting queued messages
1034 did not select proper account reported by T. Link).
1037 Fix bug where folder icons are not shown when 'hide read messages'
1040 * src/stock_pixmaps.[ch]
1041 Added folder icons for 'hide read messages'.
1044 Fixed bug where 'Enter' in a header entry will send the message
1045 if 'CTL-Enter' was chosen as a shorcut for sendind.
1047 2002-01-03 [melvin] 0.6.6claws36
1050 Added popup menu for common preferences and
1051 account preferences (right click on tab displays
1052 a menu of all tabs.)
1054 2002-01-02 [melvin] 0.6.6claws35
1057 Made spelling code compatible with undo/redo feature.
1058 Added creation of suggestion mode menu for the general
1061 * src/prefs_common.[ch]
1062 Added option menu for the speller's suggestion mode.
1063 Added missing spaces in "..." buttons and made a "..."
1064 button non translatable!
1067 Made speller use the default suggestion mode.
1068 Hack to make it possible to choose 'CTRL-Enter' as a
1069 shortcut for sending (and only for sending).
1071 * src/prefs_folder_item.c
1072 Changing subject simplification does not update cache
1073 anymore (because it is unnecessary).
1074 Fixed bug where changing subject simplification updated the
1075 summaryview even when the viewed folder is not the
1076 folder which properties are being changed. (E.g.
1077 viewing folder A and changing
1078 the subject simplification of
1079 folder B -not being viewed- updated the
1080 summaryview of folder A with data of
1081 folder B). (Hope this is clear... )
1083 2001-12-31 [alfons] 0.6.6claws34
1087 fgetc() returns a signed integer which doesn't
1088 fit in a char. so c truncates this to a char
1089 but we may lose significant bits. i.e. we may
1090 comparing 0xFF which may not be equal to -1
1091 unless properly casted to signed char which
1092 we won't do because fgetc() returns a signed
1093 integer which doesn't fit in a char. so c
1094 truncates this to a char but we may lose
1095 significat bits. (you got the idea, thanks
1096 to Gustavo Noronha Silva <kov@debian.org>
1097 and the Debian folks!)
1099 2001-12-30 [alfons] 0.6.6claws33
1101 * src/prefs_common.c
1102 add #ifdef USE_PSPELLs that Melvin forgot
1104 2001-12-30 [melvin] 0.6.6claws32
1106 * src/prefs_common.[ch]
1107 Added configurable color for misspelled words.
1110 Fixed bug of foreground text color (reported by David
1112 Added configurable color for misspelled words.
1114 2001-12-30 [alfons] 0.6.6claws31
1117 remove unnecessary things someone put there
1121 make folder properties (like threading and sorting) persistent
1122 (closes bug #497424 "rescan folder tree resets proprieties")
1123 currently this is only for MH folders.
1125 2001-12-29 [melvin] 0.6.6claws30
1127 * src/string_match.[ch]
1128 Optimized a bit: regexp pattern buffer compiled only once, and
1129 one subroutine call removed. Fixed ^ regexp search: Now,
1130 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
1133 Subject filtering changed to filter summary columns and
1134 not directly the messages subject cache. The loss in
1135 performance is balanced by the improvement of string_match.
1136 Added an alert panel if there is an error in the regexp.
1138 * src/src/prefs_folder_item.h
1139 Added a regexp pattern buffer.
1141 2001-12-28 [alfons] 0.6.6claws29
1143 * src/string_match.[ch]
1145 allow compilation *BSD
1147 2001-12-27 [alfons] 0.6.6claws28
1150 sync the Hiro's bug fix for BSD
1152 2001-12-27 [melvin] 0.6.6claws27
1155 Simplify focus to subject entry code.
1157 2001-12-27 [darko] 0.6.6claws26
1163 * src/procheader.[ch]
1165 * src/stock_pixmap.[ch]
1167 Show key icon for encrypted mails in summary view
1169 * src/pixmaps/clip.xpm
1170 * src/pixmaps/clipkey.xpm
1171 * src/pixmaps/key.xpm
1172 New/modified icons for the above
1174 2001-12-27 [melvin] 0.6.6claws25
1176 * src/prefs_common.c
1177 Put spell checker options in a separate tab to decrease
1178 the Common Preferences window height.
1181 Update spell checker usage instruction about its options
1184 2001-12-27 [melvin] 0.6.6claws24
1187 Changed subject entry widget position. Initial focus is
1188 on the To header instead of the subject entry.
1189 Creating a new header scrolls the header list to make the
1190 created one visible. Nevertheless, when automatically filling
1191 headers, the first one is shown.
1192 A Tab key press in the last empty header entry zips the
1193 focus to the subject entry.
1194 (I did not change the combo boxes, yet)
1196 2001-12-26 [alfons] 0.6.6claws23
1198 * src/prefs_account.c
1200 allow default inbox to reside in another mailbox (only
1201 works for POP3 accounts)
1203 2001-12-26 [alfons] 0.6.6claws22
1206 make reply-on-click work with the account of the selected folder
1208 put a fixme here to remind me to fix finding correct default
1209 account for nested folders
1211 2001-12-25 [alfons] 0.6.6claws21
1214 make column headers display locked and mark pixmaps (idea by Melvin)
1215 fix bug by adding score and locked column type to sort array
1217 2001-12-25 [alfons] 0.6.6claws20
1220 catch a *potentially* inadvertent write back of
1221 the message cache(s) introduced by 0.6.5claws37
1223 2001-12-25 [christoph] 0.6.6claws19
1225 * src/stock_pixmap.[ch]
1227 add ignore thread pixmap
1228 (can someone draw a better icon for this?)
1230 2001-12-24 [alfons] 0.6.6claws18
1232 * src/prefs_folder_item.c
1233 make address completion actually work for the
1234 Default To address in the Folder Property dialog.
1236 2001-12-24 [alfons] 0.6.6claws17
1239 use new style regexp for subject stripping
1240 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
1242 2001-12-24 [darko] 0.6.6claws16
1246 move GPG related informational messages to debug mode
1248 2001-12-23 [alfons] 0.6.6claws15
1250 * src/stock_pixmap.[ch]
1252 add the forgotten Claws' locked pixmap
1254 2001-12-23 [alfons] 0.6.6claws14
1257 accept file name typed in entry in multi file
1258 selector (patch submitted by Gustavo Noronha Silva
1261 2001-12-23 [alfons] 0.6.6claws13
1263 * src/prefs_filter.c
1264 * src/prefs_filtering.c
1267 clean up a little bit
1269 * src/string_match.c
1270 validate input strings a little bit more
1272 2001-12-23 [alfons] 0.6.6claws12
1276 * src/string_match.[ch] ** NEW **
1277 * src/folderview.[ch]
1280 * src/prefs_folder_item.[ch]
1281 add subject simplification to strip out strings from
1282 a subject line (esp. handy for mailing lists).
1283 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
1284 but slightly changed things for better integration.)
1286 2001-12-23 [alfons] 0.6.6claws11
1289 fix bug introduced by submission included in 0.6.5claws52.
1290 ideally this submission should clean the trash if any trash
1291 folder has a message. however, the hasTrash variable was
1292 set to false whenever a trash folder was empty (discarding
1293 a previously found *filled* trash folder.)
1295 also edited the code a little bit and made it more safe.
1297 2001-12-22 [alfons] 0.6.6claws10
1300 quick fix for Martin Pool's omission of an account
1301 specific SSL setting
1303 2001-12-22 [alfons] 0.6.6claws9
1310 better support for multipart/digest (submitted
1311 by Fredrik <e98fo@efd.lth.se>)
1313 2001-12-22 [alfons] 0.6.6claws8
1316 correct function signature
1319 * src/prefs_account.[ch]
1320 allow IMAP over SSH tunnel (patch submitted by
1321 Martin Pool <mbp@samba.org>)
1323 2001-12-21 [alfons] 0.6.6claws7
1325 * sync with sylpheed 0.6.6cvs4-9
1326 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
1328 2001-12-21 [christoph] 0.6.6claws6
1331 * src/prefs_folder_item.[ch]
1332 implement saving of outgoing messages to current folder.
1333 fix segfault when no default outbox is available
1334 (closes bug #495683)
1336 2001-12-21 [carsten] 0.6.6claws5
1339 pressing CTRL while DND does now the expected thing and
1340 copies the mail (moving is still the default, as this
1341 seam more appropriate for handling mails by DND)
1343 2001-12-18 [paul] 0.6.6claws4
1345 * sync with sylpheed 0.6.6cvs3
1346 see ChangeLog entries 2001-12-18
1348 2001-12-18 [hiro] 0.6.6claws3
1351 fix for multibyte characters (obtain the number of letters
1354 2001-12-17 [paul] 0.6.6claws2
1356 * sync with sylpheed 0.6.6cvs1
1357 see ChangeLog entry 2001-12-16
1359 2000-12-17 [alfons] 0.6.6claws1
1364 2001-12-16 [paul] 0.6.6claws
1367 * Release version 0.6.6claws, cvs tag: rel_0_6_6
1370 last minute sync with main 0.6.6
1373 updated by Ricardo Mones Lastra
1374 update for last minute sync
1377 update for last minute sync
1379 updated by Jens Oberender
1381 updated by Fabio Junior Beneditto
1383 * src/prefs_common.[ch]
1385 number of undo levels is user configurable
1386 (squeeze it into the release in the dying
1387 moments) Submitted by Jens Oberender
1392 updated french translation
1394 2001-12-15 [paul] 0.6.5claws92
1396 * sync with sylpheed 0.6.5cvs28
1397 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
1400 update to allow for sync
1405 update dutch translation
1407 2001-12-14 [carsten] 0.6.5claws91
1409 fixed bug #473785; also after changing the column order
1410 the same message will be selected and displayed as before
1413 2001-12-14 [carsten] 0.6.5claws90
1415 probably found the bug reported by wwb opening or closing
1416 a folder tree just before dnd (found the solution in the
1417 balsa source -- thanks to them)
1419 2001-12-14 [carsten] 0.6.5claws89
1422 moved gtk_clist_moveto to the right place, so that
1423 only the accounts dialog is effected on opening
1425 2001-12-14 [carsten] 0.6.5claws88
1427 gtkut_clist_set_focus_row does a gtk_clist_moveto
1428 now, so that the focused row will be seen in any case
1429 (reported by wwp on sf-claws-user)
1431 2001-12-14 [darko] 0.6.5claws87
1434 remove unnecessary line
1436 2001-12-14 [paul] 0.6.5claws86
1438 * sync with sylpheed 0.6.5cvs27
1439 see ChangeLog entries 2001-12-14
1441 2001-12-14 [carsten] 0.6.5claws85
1443 following a suggestion of Melvin the rcoabm pops up
1444 right under the button now and the button is reliefed
1445 while the popup is open
1447 2001-12-14 [darko] 0.6.5claws84
1450 fix crash when wrapping long lines if linewrap quotation
1451 is disabled and wrapper encounters a word spanning more
1454 2001-12-13 [paul] 0.6.5claws83
1457 prefer 'Reply-To' header over mailing list header when
1458 replying to a message. Finally prevent all those confirmation
1459 messages being sent to the list itself.
1462 remove unused summary_set_menu_sensitive() entry
1464 2001-12-13 [paul] 0.6.5claws82
1467 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
1468 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
1469 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
1470 improvements to 'Hide read messages': Inbox, Outbox,
1471 Trash, Queue, and Draft icons now reveal presence of hidden
1474 2001-12-12 [alfons] 0.6.5claws81
1476 0.6.5claws80 was tagged as LAST_STABLE
1478 * src/filtering.[ch]
1480 * src/matcher_parser_lex.c
1481 fix the filtering; my last attempt to get it right,
1482 if it does not work, it's Hoa's turn. ;-)
1484 for my honourable peers:
1486 the code now makes a clear distinction between
1487 rules as they are displayed (probably escaped),
1488 and as they are executed (probably unescaped). the
1489 parser does *NOT* do any unescaping, this is
1490 the task of the matcher.c (which breaks up a
1491 rule into condition) and the filtering.c (which
1492 breaks up the rule's action). to make this
1493 run happily we provide an unescaped copy of
1494 crucial strings to the MatcherProp and
1495 FilteringAction structures. note that the only
1496 exception to this is any REGEXP string. those
1497 are directly passed to regcomp() and regexp()
1498 (who have much more powerful unescape functions).
1502 you can escape tab (\t), carriage return (\r),
1503 linefeed (\n), form feed (\f), quote (\"),
1504 single quote (\'), bell (\b) in all the entry
1505 lines in the scoring & filtering dialogs.
1506 as an added bonus this should not affect
1507 existing filtering rules.
1509 2001-12-12 [carsten] 0.6.5claws80
1513 "item(s) selected" is now sensitive to 1 or more
1514 than one selected (nice for language where simple
1515 adding of a "s" is not possible as German (Eintrag
1518 the "forward as attachment" entry from the right
1519 click menu removed, "forward" acts following the
1523 reverted my former changes; so compiler warning again
1524 but there's more GTK_TEXT/GTK_STEXT mixing on other places
1528 "search in message" does now *not* only work in MVIEW_TEXT
1529 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
1533 removed "/File/_Close" as it was the same as "/File/E_xit"
1534 and we don't need it two times
1536 the separate folder view and message view now get a distinct
1537 WMCLASS, just in case someone is using sawfish ;-)
1539 as the menu entries "/View/Message view" and "/View/Folder tree"
1540 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
1541 make them sensitive accordingly and as these two are "shown"
1542 after startup anytime check this menuitem at startup
1544 2001-12-12 [paul] 0.6.5claws79
1547 fix sensitivity of 'Search folder...', broken in
1553 2001-12-11 [carsten] 0.6.5claws78
1555 fixed two typos returning a wrong FALSE/TRUE
1556 * src/mainwindow.[ch]
1557 extra menu for email/news button removed
1559 2001-12-11 [alfons] 0.6.5claws77
1561 * src/matcher.c (1.3)
1562 * src/matcher_parser_lex.l (1.28)
1563 revert for another attempt
1564 mark 0.6.5claws77 as LAST_STABLE
1566 2001-12-11 [christoph] 0.6.5claws76
1569 fixed wrong translation for prev. unread msg
1571 2001-12-11 [paul] 0.6.5claws75
1576 * src/summaryview.[ch]
1577 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
1578 enable ability to hide read messages on per folder basis via
1579 '/Summary/Hide read messages'; when selected, a folder will
1580 have a red open folder icon, instead of a blue icon, if the
1581 folder contains hidden messges
1582 submitted by Thomas Link <t.link.tmp200101.gmx.net>
1585 remove '/Message/Forward as attachment' from
1586 main_window_set_menu_sensitive() to prevent debug warning
1590 Clean up some of the English
1592 * tools/newscache_clean.pl
1593 allow for new 'hidereadmsgs' entry in folderlist.xml
1596 updated translation, submitted by Ricardo Mones Lastra
1598 2001-12-11 [paul] 0.6.5claws74
1600 * sync with sylpheed 0.6.5cvs25
1601 see ChangeLog entry 2001-12-11
1603 2001-12-10 [alfons] 0.6.5claws73
1606 add more control characters
1607 * src/matcher_parser_lex.l
1608 make escaping / unescaping work again
1610 2001-12-10 [alfons] 0.6.5claws72
1613 clean up warnings "returning value for void function"
1614 * src/prefs_filtering.c
1615 make info button for execute action sensitive
1617 2001-12-10 [paul] 0.6.5claws71
1622 fix: imap server now gets informed of MARKED, UNMARKED
1623 and REPLY events. Now people can use different IMAP-Mail
1624 clients and have the exact same information about MARKED,
1625 UNMARKED and REPLY status with all of them. Especially
1626 useful for imap servers with a web-frontend.
1627 submitted by Tobias Sandhaas <medlor@web.de>
1629 2001-12-09 [melvin] 0.6.5claws70
1632 fixed bug #490076 (hunted down by Alfons who implemented
1633 a workaround in 0.6.5claws65)
1635 2001-12-09 [christoph] 0.6.5claws69
1638 set pointer to string in LOCKED column to NULL
1639 (might fix bug #490800)
1641 2001-12-09 [carsten] 0.6.5claws68
1644 resolved some cluttered menu shortcuts
1645 ('creating new email' and 'creating news message'
1648 wmclass now distinc from main window
1651 email/news and forward button functionality similar
1652 to the reply buttons; removed the ugly dropdown arrows
1653 and use instead the right mouse button
1655 2001-12-09 [paul] 0.6.5claws67
1659 allow spaces in imap folder names
1660 submitted by Willem van Engen <wvengen@stack.nl>
1662 2001-12-09 [paul] 0.6.5claws66
1664 * sync with sylpheed 0.6.5cvs24
1665 see ChangeLog entry 2001-12-09
1667 2001-12-08 [alfons] 0.6.5claws65
1670 prevent secondary selection claim after "add to sender" dialog
1671 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
1672 we trick GTK by simulating a click at (0, 0) in the textview.
1674 2001-12-08 [hoa] 0.6.5claws64
1677 fixed a bug about the .processing folder name while filtering
1679 2001-12-08 [alfons] 0.6.5claws63
1682 work around problem of not correctly updating folder stats
1683 when deleting messages. there's some folder scanning evil
1684 going so the folderview_update_msg_num() does not work
1685 correctly. need to investigate this.
1687 2001-12-08 [paul] 0.6.5claws62
1689 * sync with sylpheed 0.6.5cvs23
1690 see ChangeLog entry 2001-12-08
1692 2001-12-07 [christoph] 0.6.5claws61
1695 fix another header translation problem
1697 2001-12-07 [alfons] 0.6.5claws60
1700 make filtering also work on local spool mbox
1702 2001-12-07 [carsten] 0.6.5claws59
1704 addressbook window gets a wmclass distinct from the main
1707 * src/mainwindow.[ch]
1708 forward menu item will use mode selected in prefs, forward
1709 as attatchment in menu removed (will be substituted in the
1710 toolbar similar to reply buttons)
1711 create news message menu entry and news button is now
1712 sensitive to the existance of a news account
1713 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
1714 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
1715 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
1716 these are removed because the toolbar buttons don't show
1717 the quoting modus any longer
1721 * tools/newscache_clean.pl ** NEW FILE **
1722 perl script to do some tidying up in the newscache directory
1724 * tools/sylpheed-switcher ** NEW FILE **
1725 perl script to enable easy switching between main and claws
1728 added descriptions of the two new perl scripts
1731 2001-12-07 [melvin] 0.6.5claws58
1734 fixed a warning during compilation introduced in 0.6.5claws56
1736 2001-12-07 [paul] 0.6.5claws57
1738 * src/mainwindow.[ch]
1740 further usability enhancements to replying with or without
1741 quoting via the toolbar, use of Ctrl key is replaced by
1743 Submitted by Carsten Schurig
1745 2001-12-07 [melvin] 0.6.5claws56
1748 hack to fix bug that prevented to make/paste selections
1749 after switching between MVIEW_TEXT and MVIEW_MIME views
1750 without deselecting the selection first.
1752 2001-12-06 [alfons] 0.6.5claws55
1754 * src/filtering.[ch]
1756 revise filtering a little bit more, and make sure
1757 messages are delivered to the appropriate inbox
1758 (perhaps set per account)
1760 2001-12-06 [paul] 0.6.5claws54
1762 * sync with sylpheed 0.6.5cvs22
1763 see ChangeLog entry 2001-12-06
1765 2001-12-05 [alfons] 0.6.5claws53
1771 more revisions of filtering system
1772 (last stable version is marked as LAST_STABLE)
1774 | NOTE 1): the filtering system now uses a local folder called
1775 | .processing. if filtering fails, check this directory
1776 | for missing messages.
1778 | NOTE 2): help us find the filtering actions still missing
1780 2001-12-05 [paul] 0.6.5claws52
1783 fix bug where 'Empty Trash?' pop-up window appears even
1784 when Trash is empty, submitted by Jesse Skinner
1786 2001-12-05 [melvin] 0.6.5claws51
1789 fixed bug #486106 to select correct account when reediting
1792 2001-12-04 [alfons] 0.6.5claws50
1795 declare markfile in appropriate functions when
1796 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
1799 2001-12-04 [paul] 0.6.5claws49
1801 * sync with sylpheed 0.6.5cvs21
1802 see ChangeLog entry 2001-12-04
1804 2001-12-03 [christoph] 0.6.5claws48
1807 changed translation of undo
1810 don't reinvent the wheel to traverse a GNode
1812 seperate code to create the compose gui into functions
1813 add "Others" page with folder selection for saving copy
1815 the folder identifier is saved to queue header
1817 save message to folder in queue header
1819 2001-12-03 [paul] 0.6.5claws47
1821 * sync with sylpheed 0.6.5cvs20
1822 see ChangeLog entry 2001-12-03
1826 * more sync with sylpheed 0.6.5cvs19
1827 see ChangeLog entry 2001-11-29
1829 2001-11-30 [paul] 0.6.5claws46
1832 remove conflicts introduced by Hoa's last commit
1835 make 'Message/Bounce' sensitive
1837 2001-11-30 [hoa] 0.6.5claws45
1840 slightly change bounce function to add
1841 information about the user that bounced the mail
1842 in the From header line.
1845 permit the use of processing in outbox folder.
1847 2001-11-29 [paul] 0.6.5claws44
1849 * src/mainwindow.[ch]
1850 * src/prefs_common.c
1851 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
1852 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
1853 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
1854 usability enhancements to the quoting, implements
1855 use of Ctrl key to toggle quoting settings
1856 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
1858 2001-11-29 [paul] 0.6.5claws43
1860 * sync with sylpheed 0.6.5cvs19
1861 see ChangeLog entry 2001-11-28
1863 2001-11-29 [melvin] 0.6.5claws42
1865 added enriched.[ch] to the list of files
1871 added support to view text/enriched
1872 added support to show headers in message view for text/enriched and text/html
1873 in non multipart messages
1875 2001-11-28 [paul] 0.6.5claws41
1877 * more sync with sylpheed 0.6.5cvs18
1878 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
1880 2001-11-27 [paul] 0.6.5claws40
1883 updated translation, submitted by Fabio Junior Beneditto
1885 * sync with sylpheed 0.6.5cvs18
1886 see ChangeLog entries 2001-11-26 (src/textview.c) and
1893 updated translation, submitted by Ricardo Mones Lastra
1898 add more translatable strings
1900 2001-11-26 [christoph] 0.6.5claws39
1903 fixed one more umlaut
1905 fix translated header when it should not be translated
1907 2001-11-26 [paul] 0.6.5claws38
1910 remove '/Message/Add Sender to address book' from
1911 main_window_set_menu_sensitive(), prevent debug warning
1912 add 'Message/Mark/Mark all read' to mainwin_entries[]
1914 2001-11-26 [paul] 0.6.5claws37
1917 fix 'recurring unread state' bug
1920 * tools/filter_conv.pl
1921 read name of top level mailbox from folderlist.xml
1922 and presume nothing about its name
1924 2001-11-26 [darko] 0.6.5claws36
1927 removed functions that are now in gtkutils.c
1928 use gtkut_text_is_uri_string() from gtkutils.c
1929 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
1931 2001-11-26 [paul] 0.6.5claws35
1933 * sync with sylpheed 0.6.5cvs16
1934 see ChangeLog entries 2001-11-25 and 2001-11-26
1936 2001-11-25 [alfons] 0.6.5claws34
1938 EXPERIMENTAL!!! Please checkout the last stable version using:
1940 % cvs update -r LAST_STABLE -dRAP
1942 (Or help us testing this stuff.)
1944 * src/filtering.c (1.14)
1945 * src/filtering.h (1.6)
1947 * src/matcher.c (1.20)
1949 * src/procmsg.h (1.14)
1950 * src/summaryview.c (1.59)
1951 * src/summaryview.h (dunno)
1952 revert/merge/sync to as it was before commit
1953 on Thu, 19 Jul 2001 10:15:51 -0700.
1955 2001-11-25 [hoa] 0.6.5claws33
1958 processing mails at startup
1961 * src/summaryview.[ch]
1962 processing mails when entering folder
1964 * src/prefs_filtering.c
1967 2001-11-24 [alfons] 0.6.5claws32
1969 * src/summaryview.[ch]
1970 make summary sort headers work, and also make
1971 sure the sort type is stored
1973 2001-11-23 [alfons] 0.6.5claws31
1975 * src/summaryview.[ch]
1976 make lock work like mark
1977 disallow deleting messages marked as locked
1979 2001-11-23 [alfons] 0.6.5claws30
1985 merge undo patch submitted by Jens
1987 2001-11-23 [christoph] 0.6.5claws29
1992 fixed gpg signing and encoding
1995 added --status option to get new, unread and total
1996 message count from a running sylpheed
1997 * src/prefs_common.c
1998 temporary fix for reply_with_quote problem
1999 (don't call functions for non existing widget)
2001 one more check for ignored threads but still not
2002 always working correctly. probably a recursive
2003 check for all parents is needed
2005 2001-11-23 [darko] 0.6.5claws28
2008 wrapping on send improvements
2010 fix for GtkSText after last sync with main branch
2011 GTK_TEXT -> GTK_STEXT
2013 2001-11-23 [paul] 0.6.5claws27
2015 * sync with sylpheed 0.6.5cvs14
2016 see ChangeLog entries 2001-11-22 and 2001-11-23
2019 fixed the scrambled umlauts
2020 submitted by Carsten Schurig <Carsten.Schurig@web.de>
2022 2001-11-21 [paul] 0.6.5claws26
2024 * sync with sylpheed 0.6.5cvs12
2025 see 2nd ChangeLog entry dated 2001-11-20
2027 2001-11-20 [paul] 0.6.5claws25
2029 * sync with sylpheed 0.6.5cvs11
2030 see ChangeLog entry 2001-11-19 (src/utils.c)
2035 GTK_TEXT -> GTK_STEXT
2036 fix for wrong comment
2038 2001-11-20 [hiro] 0.6.5claws24
2041 more merges from main branch
2042 removed fatal warnings (uninitialized variables etc.)
2043 some coding style fix
2050 2001-11-19 [hoa] 0.6.5claws23
2053 * src/prefs_scoring.c
2058 * src/matcher_parser_parse.y
2059 * src/prefs_filtering.c
2062 2001-11-19 [alfons] 0.6.5claws22
2064 more of my old things into claws
2067 * src/prefs_common.c
2069 * src/summaryview.[ch]
2070 * src/prefs_summary_column.c
2071 * src/pixmaps/locked.xpm
2072 add indicators for locking of message in summary view
2073 (does not work yet, only visual indicator)
2075 2001-11-19 [paul] 0.6.5claws21
2077 * sync with sylpheed 0.6.5cvs10
2078 see ChangeLog entry 2001-11-19
2080 2001-11-18 [alfons] 0.6.5claws20
2083 remove an inadvertent free I forgot in previous clean up
2085 2001-11-18 [alfons] 0.6.5claws19
2087 * src/filtering.[ch]
2088 clean up & plug leaks
2090 2001-11-18 [paul] 0.6.5claws18
2092 * sync with sylpheed 0.6.5cvs9
2093 see ChangeLog entries 2001-11-17 and 2001-11-18
2095 2001-11-16 [paul] 0.6.5claws17
2097 * sync with sylpheed 0.6.5cvs8
2098 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
2100 2001-11-16 [paul] 0.6.5claws16
2102 * sync with sylpheed 0.6.5cvs7
2103 see ChangeLog entries 2001-11-15 and 2001-11-16
2105 2001-11-15 [hoa] 0.6.5claws15
2108 fix bounce, mails we received couln't be bounced to ourself.
2111 * src/filtering.[ch]
2113 * src/matcher_parser.h
2114 * src/matcher_parser_lex.l
2115 * src/matcher_parser_parse.y
2119 * src/prefs_filtering.[ch]
2121 * src/prefs_matcher.c
2122 * src/prefs_scoring.c
2125 new matcher/filter/score configuration file parser
2126 one unique configuration file => ~/.sylpheed/matcherrc
2127 import in currently automatic, then save are made
2129 one filter per folder and one global filter
2130 (filter of a folder will be used as folder processing)
2133 fix a bug in folder_item_get_identifier
2136 receive receipt return are fixed.
2138 2001-11-14 [alfons] 0.6.5claws14
2141 add things from main branch to make claws compile
2143 2001-11-14 [paul] 0.6.5claws13
2145 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
2146 see ChangeLog entries 2001-11-08 to 2001-11-14
2148 2001-11-14 [hoa] 0.6.5claws12
2153 add "bounce mail" option
2155 2001-11-13 [christoph] 0.6.5claws11
2158 Cleanup a mess i add before commiting
2160 2001-11-13 [hoa] 0.6.5claws10
2163 some fixes when mail are sent or
2166 2001-11-13 [christoph] 0.6.5claws9
2169 Changed two string with the same translation
2173 New mailsending process:
2174 - Always queue message before sending
2175 (message will be saved if sylpheed crashed or
2176 freezes while sending)
2177 - Allow queuing of newspostings
2178 - No copy in outbox before sending
2179 (closes bug #469501)
2180 - No more redundant code for send and send_later
2182 Applied wwp <subscript@free.fr>'s patch that fixes
2183 marks for multiple forwarded messages (+compose.c)
2188 remove things that are now in main branch
2191 update Dutch translation
2193 2001-11-12 [mhadasht] 0.6.5.claws8
2195 * src/prefs_common.c
2196 re-enabled account autoselection feature for forward
2197 and reedit lost during the branch point for SYNC-B4-REL
2199 gtkpspell_get_dict(): more readable code (even if function is
2202 added version number info to 2001-11-12 [hiro] comment.
2204 2001-11-12 [hiro] 0.6.5.claws7
2207 compose_forward(): fixed a bug that forward quote mark
2209 removed unnecessary code.
2210 * src/template_select.[ch]: removed.
2215 :%s/GTK_TEXT/GTK_STEXT/g
2220 revert the undo stuff (this is 0.6.6claws stuff)
2222 2001-11-11 [hoa] 0.6.5.claws6
2225 Insert signature at the end of the text.
2226 Added undo patch but currently disabled
2229 Threading by subject improved.
2231 * added src/undo.[ch]
2232 Undo module for compose dialog box.
2234 2001-11-11 [alfons] 0.6.5.claws5
2237 prevent threading by subject on nodes that have already been
2238 threaded by in-reply-to (as in "circular references in a tree
2239 result in a dead branch")
2241 2001-11-09 [hoa] 0.6.5.claws4
2244 allows creation of mbox folder item from any files.
2246 2001-11-09 [alfons] 0.6.5.claws3
2250 do what I mean and correct threading by subject so it really
2251 ignores attracting lines without "Re: "
2253 2001-11-07 [alfons] 0.6.5.claws2
2257 only attract by subject if a subject line starts with a "Re: "
2261 2001-11-07 [paul] 0.6.5claws1
2263 * sync with sylpheed 0.6.5. release
2264 see ChangeLog entry 2001-11-07
2266 2001-11-07 [paul] 0.6.4claws31
2268 * sync with sylpheed 0.6.4cvs18
2269 see ChangeLog entries 2001-10-30 to 2001-11-07
2270 prefs_templates.[ch] renamed prefs_template.[ch]
2275 add semicolon Hoa forgot ;-)
2278 2001-11-06 [hoa] 0.6.4claws30
2284 threading by subject - empty subject are ignored
2286 2001-11-06 [christoph] 0.6.4claws29
2289 use SSL_peek for sock_gets
2291 removed unneeded pointer in extracting quoted
2292 names implementation
2294 2001-11-06 [melvin] 0.6.4claws28
2297 fixed bug #476792 Selection overtyping with spell checker
2298 fixed bug which could cause a buffer overflow
2301 2001-11-06 [hoa] 0.6.4claws27
2305 threading by subject
2307 2001-11-05 [alfons] 0.6.4claws26
2310 Claws -> Sylpheed (vice versa)
2313 :%s/gtk_text/gtk_stext/g
2314 :%s/GTK_TEXT/GTK_STEXT/g
2315 (thanks to Jonathan Ware for spotting this)
2317 2001-11-04 [christoph] 0.6.4claws25
2320 replace Xalloca + strdup with Xstrdup_a
2322 better implementation of extracting quoted names
2323 from addresses (remove backlashes and ignore
2326 2001-11-04 [alfons] 0.6.4claws24
2329 edit to comply more with coding style
2332 fix bug reported by Kim Schulz. introduced by the patch integrated
2333 in 0.6.4claws15. the code did not check the return value of
2337 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
2339 2001-11-04 [christoph] 0.6.4claws23
2342 * src/prefs_common.[ch]
2343 init some pointers that possibly caused a segfault
2344 reported in the claws-users ML
2346 2001-11-04 [hoa] 0.6.4claws22
2348 * src/grouplistdialog.c
2349 change the names of the nodes in the tree
2352 enhanced mailto syntax as described in
2353 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
2354 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
2357 encode and decode URI (useful when opening URL into
2360 2001-11-03 [hoa] 0.6.4claws21
2362 * src/grouplistdialog.c
2363 a new newsgroups list selection dialog box
2364 with a CTree instead of a CList
2366 2001-11-03 [hoa] 0.6.4claws20
2369 enable property and scoring options when right
2373 fixed bug when nickname were displayed using
2376 2001-11-02 [darko] 0.6.4claws19
2379 new wrap quotation and URL/long words wrapping implementation
2380 * src/compose.c src/gtkstext.[ch]
2381 move gtkstext_strncmp() to gtkstext.c
2383 2001-11-01 [christoph] 0.6.4claws18
2385 * src/prefs_account.c
2386 fixed mess in account settings dialog
2387 * src/prefs_folder_item.c
2388 added label with folder path to dialog
2390 2001-10-31 [match] 0.6.4claws17
2395 fix generation of spurious address book file names.
2396 remove redundant functions.
2398 added missing file names.
2400 2001-10-30 [paul] 0.6.4claws16
2402 * sync with sylpheed 0.6.4cvs6
2403 see ChangeLog entries 2001-10-26 to 2001-10-30
2405 * tools/filter_conv.pl
2406 read folderlist.xml to discover whether the top-level
2407 folder is called 'Mailbox' or 'Mail'
2409 2001-10-29 [paul] 0.6.4claws15
2411 * src/html.c, src/textview.c
2412 activate links in html mail and fix clickable parts
2413 Submitted by Matthieu Dazy <dazy@t-surf.com>
2417 * po/de.po, po/es.po, po/pt_BR/po
2418 updated translations, submitted by Jens Oberender,
2419 Ricardo Mones Lastra, and Fabio Junior Beneditto
2421 2001-10-29 [darko] 0.6.4claws14
2424 fix wrapping for good
2429 undo previous change as it broke the smart wrapping
2431 2001-10-29 [darko] 0.6.4claws13
2434 fix infinite loop when long URL is quoted
2435 (closes bug #475122.
2439 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
2440 import Mutt address book
2441 * src/ldif.[ch] src/importldif.h
2442 modified import LDIF handle user attributes
2444 2001-10-28 [christoph] 0.6.4claws12
2447 fixed that filtering did not work if there
2448 were no filter rules
2449 (closes bug #472003 and better implementation
2452 2001-10-27 [christoph] 0.6.4claws11
2455 make the folder's default account to be used when
2456 replying. (patch by wwp <subscript@free.fr>)
2458 code cleanup, nearly killed all of wwp's patch
2459 for folder's default account in compose
2461 error panel when a folder could not be created
2462 (closes bug #471080 new folder name & already
2468 change prototype of strstr2() that Christoph forgot about
2470 2001-10-26 [christoph] 0.6.4claws10
2473 made search for accounts by email address not case
2476 fixed memory leak in folder_item_get_identifier
2479 fixed wrong strstr2 (should work like strstr)
2481 2001-10-26 [darko] 0.6.4claws9
2483 * src/compose.c src/gtkstext.[ch]
2485 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
2487 2001-10-26 [paul] 0.6.4claws8
2490 ignore css and javascript tags in html mail
2491 case-insensitive, with or without double-quoted
2494 2001-10-26 [paul] 0.6.4claws7
2496 * sync with sylpheed 0.6.4cvs1
2497 see ChangeLog entry 2001-10-26
2499 * src/prefs_account.c, src/prefs_common.c,
2500 src/prefs_summary_column.c
2501 minor improvements to the English
2503 2001-10-25 [alfons] 0.6.4claws6
2507 make GtkSText follow style of GtkText (closes bug
2508 #469211 "text selection while writing message")
2510 do sync with GTK 1.2.10
2512 2001-10-25 [paul] 0.6.4claws5
2515 ignore css tags in html mail
2517 2001-10-25 [darko] 0.6.4claws4
2520 don't declare is_url_string as static function since
2521 we need it in gtkstext.c
2523 remove unused variable
2524 don't wrap long URLs while composing a message
2526 2001-10-24 [christoph] 0.6.4claws3
2529 fix ssl deadlock, when peer closes connection
2531 2001-10-24 [paul] 0.6.4claws2
2533 * src/prefs_common.c
2534 gettextize the gpg ascii-armored warning message
2537 insert a DOS/MAC file into the composed message
2540 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
2542 2001-10-22 [paul] 0.6.4claws1
2544 * sync with sylpheed 0.6.4 release
2545 see ChangeLog entries 2001-10-21
2547 * po/fr.po, po/pt_BR.po
2548 updated by Melvin Hadasht and Fabio Junior Beneditto
2550 2001-10-21 [paul] 0.6.3claws30
2553 insert a DOS text file from the compose window
2554 into the composed message text (removes CRs characters)
2555 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
2557 * tools/filter_conv.pl, tools/README
2558 automatically use ~/.sylpheed as working directory
2559 print out confirmation message on completion
2561 * correct Hoa's last ChangeLog.claws entry
2563 2001-10-20 [hoa] 0.6.3claws29
2565 * src/grouplistdialog.c
2566 bugfix (another ?) to give the right
2567 newsgroups list for each news server.
2571 improve the newsgroups list cache
2573 2001-10-20 [paul] 0.6.3claws28
2575 * sync with sylpheed 0.6.3cvs9
2576 see ChangeLog entry 2001-10-19
2578 * correct Alfons' last ChangeLog.claws entry
2583 fix compilation problems (part of bug #472895)
2585 2001-10-18 [hoa] 0.6.3claws27
2587 * src/grouplistdialog.c
2588 bugfix when we refresh was clicked (bug 472701)
2590 2001-10-19 [christoph] 0.6.3claws26
2593 last header entry should default to "To:" or
2594 "Newsgroups:" and not copy the last entry line
2595 in a new compose window
2596 (closes bug #472686, #470792)
2598 2001-10-19 [paul] 0.6.3claws25
2600 * sync with Sylpheed 0.6.3cvs8
2601 see ChangeLog entries 2001-10-18 and 2001-10-19
2603 2001-10-18 [christoph] 0.6.3claws24
2606 reimplement ignore thread
2608 2001-10-18 [hoa] 0.6.3claws23
2611 * src/grouplistdialog.[ch]
2612 enhanced news subscription interface (feature 469113)
2616 enchanced newsgroup listing,
2617 now, we can get groups informations
2620 2001-10-18 [paul] 0.6.3claws22
2623 remove comment (sync with main branch)
2625 fix 'Re-edit' bug in 'Message' menu
2627 2001-10-17 [christoph] 0.6.3claws21
2630 ignore empty or whitespace only header lines
2632 2001-10-17 [paul] 0.6.3claws20
2634 * sync with sylpheed 0.6.3cvs7
2635 see ChangeLog entries 2001-10-14, 2001-10-16, and
2641 wrap long lines without spaces
2646 * po/es.po, po/nl.po, po/pt_BR.po
2647 updated by Ricardo Mones Lastra, Alfons,
2648 and Fabio Junior Beneditto
2650 * sylpheed-0.6.3claws released
2652 2001-10-15 [melvin] 0.6.3claws18
2655 added summary and detailed installation instructions
2658 Updated, corrected and completed french translation
2660 2001-10-15 [hoa] 0.6.3claws17
2661 * src/grouplistdialog.c
2662 we can choose the newsgroups to display with wildcards
2664 2001-10-15 [christoph] 0.6.3claws16
2668 * src/prefs_folder_item.[ch]
2669 applied wwp <subscript@free.fr>'s folder
2670 default account patch
2672 Fixed wrong translation
2674 2001-10-13 [alfons, christoph, melvin]
2677 solution #2 to solve MT-safety problems defers all GUI related calls
2678 to the main thread using a gtk_idle_add() callback. discussed on
2679 ircnet #sylpheed, with christoph spotting some issues with the
2680 original code, and melvin allowing us to lobotomize his sylpheed.
2682 * src/syldap.[ch], src/main.c
2683 fix race problem in ldap search thread by deferring GUI
2684 stuff to main thread using gtk_idle_add()
2686 2001-10-13 [paul] 0.6.3claws14
2688 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
2689 add Sergey's smtpcred.patch
2690 adds separate username/password setting for SMTP Auth
2691 needed by some servers
2692 (closes feature request #471659)
2694 2001-10-13 [paul] 0.6.3claws13
2696 * src/pgptext.[ch] **NEW FILES**
2697 * src/Makefile.am, src/messageview.c, src/mimeview.c
2698 decrypt ascii-armored gpg text embedded in
2700 Submitted by Jens Jahnke <jan0sch@gmx.net>
2702 2001-10-13 [christoph] 0.6.3claws12
2705 some more details on default to and
2708 init glib threading when ldap is used
2714 2001-10-12 [paul] 0.6.3claws11
2716 * src/prefs_common.[ch], src/rfc2015.c
2717 enable ascii-armored gpg text to be embedded in the
2718 message body, selectable through the 'Privacy'
2719 preferences. Supports encrypting only.
2720 Submitted by Ravemax <ravemax@dextrose.com>
2722 2001-10-12 [paul] 0.6.3claws10
2724 * sync with sylpheed 0.6.3cvs6
2725 see ChangeLog entries 2001-10-11 and 2001-11-12
2728 incorporated mbox folders, scoring, and folder
2729 properties into the sync
2731 2001-10-12 [darko] 0.6.3claws9
2734 describe quotation wrapping
2736 don't treat tab as space to calculate line length properly
2741 correct description of how to make new filtering system work,
2742 add some other things
2745 remove sched_yield() (not necessary / unportable)
2747 2001-10-11 [paul] 0.6.3claws8
2749 * sync with sylpheed 0.6.3cvs3
2750 see ChangeLog entry 2001-10-10
2752 2001-10-10 [christoph] 0.6.3claws7
2755 ignore 2 files created by newer autotools
2756 * src/prefs_folder_item.c
2757 using table for widget alignment
2758 fixed memory leak and broken octal display
2760 fixed segfault caused by lost filename
2761 workaround (closes bug #469551)
2763 2001-10-10 [paul] 0.6.3claws6
2765 * sync with sylpheed 0.6.3cvs2
2766 see ChangeLog entries 2001-10-09 and 2001-10-10
2768 2001-10-10 [darko] 0.6.3.claws5
2771 proper calculation of right margin if smart wrapping is enabled
2773 automatically wrap long lines if wrap quotation is enabled
2775 2001-10-09 [alfons] 0.6.3.claws4
2778 select correct row when deleting last row in the summary view (and
2779 close bug "[ #469104 ] select second last in list when deleting")
2781 2001-10-09 [paul] 0.6.3claws3
2783 * sync with sylpheed 0.6.3cvs1
2784 updated some autotool scripts
2786 2001-10-09 [darko] 0.6.3claws2
2789 new name and mark with Sylpheed comment
2791 smart quotation wrapping a-la VIM
2793 2001-10-08 [paul] 0.6.3claws1
2795 * sync with sylpheed 0.6.3 release
2796 see ChangeLog entry 2001-10-08
2798 2001-10-08 [paul] 0.6.2claws24
2801 more sync with sylpheed 0.6.2cvs12
2802 Fixed the bug that didn't select the last row correctly
2805 2001-10-07 [paul] 0.6.2claws23
2807 * sync with sylpheed 0.6.2cvs12
2808 see ChangeLog entry 2001-10-07
2812 enable jpilot to read unsynch'ed addresses.
2814 * src/editldap_basedn.c
2815 fix segfault when opening dialog.
2817 2001-10-06 [alfons] 0.6.2.claws22
2820 fix bug with summary view selecting last *inserted*
2821 node instead of last *visible* node. remember we
2824 2001-10-06 [paul] 0.6.2claws21
2827 updated translation, contains some fixes and new
2828 translations, submitted by Gustavo Noronha Silva
2831 * src/prefs_common.c
2832 change 'each' to 'every' - fix dubious English
2834 * sync with sylpheed 0.6.2cvs11
2836 2001-10-05 [alfons] 0.6.2claws20
2838 * src/mainwindow.[ch], src/folderview.c
2839 make composite tool button switch between "Compose News"
2840 and "Compose Mail" depending on selected folder
2841 (nifty idea by Kim Schulz <kim@schulz.dk>)
2843 2001-10-05 [paul] 0.6.2claws19
2845 * src/mainwindow.c, src/summaryview.c
2846 fix 'Message/Reply to all', broken in last commit
2849 fix X_BEENTHERE seg fault, thanks to Alfons
2851 2001-10-04 [paul] 0.6.2claws18
2853 * src/compose.[ch], src/mainwindow.c
2854 make "Message/Reply" reply to mailing lists; matches
2855 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
2856 based on portions of the patch submitted by
2857 Junichi Uekawa <dancer@netfort.gr.jp>
2859 2001-10-04 [darko] 0.6.2claws17
2862 better smart wrapping
2864 a function to make text buffer contiguous
2866 2001-10-03 [paul] 0.6.2claws16
2868 * sync with sylpheed 0.6.2cvs10
2873 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
2874 close bug "[ #466566 ] compile error on mdk 8.0" by removing
2875 references to chinese translations (hope someone picks up
2878 2001-10-02 [christoph] 0.6.2claws15
2881 fixed non translated header bug
2883 fixed wrong date in alfons last entry ;)
2885 2001-10-02 [alfons] 0.6.2claws14
2887 * src/compose.c, src/prefs_common.[ch]
2888 add block cursor option
2890 2001-10-02 [paul] 0.6.2claws13
2892 * sync with sylpheed 0.6.2cvs9
2894 2001-09-30 [paul] 0.6.2claws12
2896 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
2897 updated translations
2900 add 'src/importldif.c'
2902 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
2903 added eudora-to-vCard conversion tool
2904 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
2906 * sync with sylpheed 0.6.2cvs8
2910 * sylpheed-0.6.2claws released
2912 2001-09-27 [melvin] 0.6.2claws11
2915 fixed crash when using default path (introduced
2917 fixed tiny bug for initial suggestion mode
2919 2001-09-27 [melvin] 0.6.2claws10
2922 fixed bug where gtkpspell didn't set the path correctly
2925 added a paragraph about spell checking
2929 2001-09-27 [paul] 0.6.2claws9
2931 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
2932 replace '// comments' with '/* comments */' to prevent
2933 some compiler warnings
2935 * sync with sylpheed 0.6.2cvs6
2937 2001-09-26 [alfons] 0.6.2claws8
2940 introduce return receipt request notification again,
2941 which was lost because of other semantics in
2942 procheader_parse() (???)
2944 2001-09-26 [christoph] 0.6.2claws7
2947 replace comments for old code with #if 0
2948 readded auto cc, bcc and reply-to
2949 * src/prefs_matcher.c
2950 * src/prefs_scoring.c
2951 removed some definition (was moved to
2954 2001-09-26 [paul] 0.6.2claws6
2957 make 'Follow-up and reply to' sensitive
2959 * more sync with sylpheed 0.6.2cvs5
2966 fixed bug for "US-ASCII" introduced by the encoding code
2972 * src/prefs_common.[ch], src/summaryview.c
2973 'next unread msg' 'go to next folder?' dialog can be
2974 given default behaviour, either always show dialog,
2975 or assume 'yes', or assume 'no'
2976 Submitted by wwp <subscript@free.fr>
2980 * src/compose.c src/gtkspell.[ch]
2981 added support for different encodings
2985 * more sync with sylpheed 0.6.2cvs5
2989 * src/prefs_folder_item.c
2990 add check for item->prefs->default_to string is NULL and
2991 add another check when freeing this string
2996 change to version 0.6.2claws3
2998 * sync with sylpheed 0.6.2cvs5
3001 * src/ldif.[ch], src/importldif.[ch], addressbook.c
3003 * src/addrcache.[ch], addrindex.[ch]
3004 small update for future
3010 added 'Learn from mistakes' option
3011 better handling of quotes in checked words
3014 small update for spell checking stuff
3019 edit a little bit so it complies more with main coding style
3023 * src/folder.[ch], prefs_folder_item.c, compose.c
3024 migrate "request return receipt" folder property
3029 * README.claws **NEW**
3030 (add things of interest for users of main branch
3033 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
3034 re-implement threading per folder option, but store
3035 the setting in folderlist.xml (where it belongs)
3040 fixed bug when compose window is under another window
3041 * src/prefs_common.[ch] src/compose.c
3042 changed 'dictionary_path' to 'dictionary' to be consistent
3043 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
3044 * ac/pspell.m4 src/Makefile.am
3045 dropped PSPELL_PATH macro
3047 updated translations
3049 2001-09-21 [christoph]
3052 added border around header fields
3053 keep header type when new field is added
3055 2001-09-20 [christoph]
3058 more portable debug_print with source filename
3061 more newlines after debug messages
3066 change to version 0.6.2claws2
3068 * sync with sylpheed 0.6.2cvs3
3073 fixed the post-right-click focus pb
3074 fixed crash when 'Spell check all' after dict change
3075 and when cursor is at the end of the text
3076 shift-right-click pops up config menu even on misspelled words.
3083 added pspell to compiled-in features list
3087 * switched to pspell and dropped ispell
3089 new file. autoconf macro for pspell
3091 * configure.in acconfig.h
3092 added pspell support
3094 * src/main.c src/compose.[ch] src/gtkspell.[ch]
3095 * src/prefs_common.[ch]
3096 added pspell support
3098 2001-09-18 [christoph]
3102 replace LOG_MESSAGE with debug_print
3106 added newline after debug message
3108 using __VA_ARGS__ for debug_print macro
3110 ignore Makefile and Makefile.in
3115 change to version 0.6.2claws1
3116 * sync with sylpheed 0.6.2cvs1
3119 * src/prefs_matcher.c
3120 add 'score equal to' option, submitted by
3121 Paul Evans <nerd@freeuk.com>
3123 2001-09-15 [christoph]
3126 comment out menu entry not existing in claws
3128 add debug output for non existing menu entries
3130 fix next/prev unread message for ignored threads
3132 add sourcefile and line number to debug output
3133 otherwise it is sometimes hard to find the
3134 source code part if debug messages are translated
3139 refresh target folder style after colour is changed
3144 change to version 0.6.1claws3
3146 * sync with sylpheed 0.6.1cvs6
3151 fix target folder colourization to use user selected colour
3156 fix crash when message that is marked for copy/move is unmarked
3161 change to version 0.6.1claws2
3163 * sync with sylpheed 0.6.1cvs3
3168 fix bug with default font used for trash folder text
3172 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3173 updated translations
3176 change to version 0.6.1claws1
3178 * sync with sylpheed 0.6.1cvs2
3183 add Match's new addressbook
3186 updated translation submitted by Jens Oberender
3191 change to 0.6.1claws
3192 * sync with sylpheed 0.6.1 release
3197 change to 0.6.0claws2
3199 * sync with sylpheed 0.6.0cvs4
3202 updated translation submitted by Fabio Junior Beneditto
3216 change to version 0.6.0claws1
3218 * sync with sylpheed 0.6.0cvs1
3221 updated translation submitted by Ricardo Mones Lastra
3224 add 'src/prefs_templates.c'
3226 * src/compose.c, src/summaryview.c
3227 fix segfault on 'Re_edit'
3231 * configure.in, Makefile.am
3233 add tools directory to source distribution
3238 change to version 0.6.0claws
3240 * sync with sylpheed 0.6.0 release
3242 2001-08-30 [christoph]
3245 removed autoconf version check
3249 * src/account.c, src/compose.c, src/prefs_common.[ch]
3250 * src/procheader.[ch] src/utils.[ch]
3251 Enhanced automatic account selection on replies
3252 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
3255 add LDAP and JPilot to the configuration results output.
3257 2001-08-29 [christoph]
3260 no bold font for ignored threads
3265 change to version 0.5.3claws6
3267 * sync with sylpheed 0.5.3cvs10
3268 src/stringtable.[ch]: New Files
3270 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
3271 * src/pixmaps/sylpheed.xpm
3272 add mini-icons to windows (by Alfons)
3277 new functions: next_labeled_cb(), prev_labeled_cb()
3280 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
3281 summary_select_next_labeled(), summary_select_prev_labeled()
3283 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
3284 give claws blue folders and a blue trash can
3289 change to version 0.5.3claws5
3291 * sync with sylpheed 0.5.3cvs9
3292 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
3294 2001-08-24 [christoph]
3297 keep filename when browsing directories
3298 (not working for user entered filename, but
3299 for default name and selected filename from
3302 fixed wrong spelling "Folllow-up"
3306 fixed new/unread message count with ignored
3307 threads (2 commits, first didn't notice no
3308 longer needed decreasing)
3310 readded scrolling of progress dialog
3316 change to 0.5.3claws4
3318 * sync with sylpheed 0.5.3cvs7
3320 2001-08-24 [christoph]
3323 set request return receipt when replying
3324 if it is set is the folder prefs of the
3327 disable final error popup if popups are
3328 disabled in config (again)
3333 Change version number to 0.5.3claws3
3335 * sync with sylpheed 0.5.3cvs5
3338 double quote '%s' in 'gedit %s' to fix bug when
3339 opening attachment with spaces in the name
3342 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
3343 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
3344 initial message templates support
3350 change version number to 0.5.3claws2
3352 * sync with sylpheed 0.5.3cvs4
3354 * src/procmsg.h src/summaryview.c
3355 re-implement (un)ignore thread
3360 remove unnecessary code
3362 enable 'dynamic' signatures (submitted by
3363 Eric Limpens <eric@hscg-internet.nl>)
3367 clean up after sync with sylpheed 0.5.3 release
3370 fix re-introduced font mess, see Christoph's
3375 use sylpheed's small font instead of
3376 gtk default font for summary view
3382 add pl to ALL_LINGUAS - sync with main branch
3384 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
3385 Updated. Translations by Jens Oberender, Ricardo Mones
3386 Lastra, Alfons, and Fabio Junior Beneditto respectively.
3388 * po/pl.po ** NEW FILE **
3389 sync with the main branch
3392 fix target folder colorizing and refresh problem
3395 2001-08-17 [christoph]
3398 claws uses 4 colors for target folder coloring.
3399 arrays were not long enough and destroyed the
3400 stack causing a segfault.
3401 target folder colorizing does not work anymore
3407 change to version 0.5.3claws1
3409 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
3410 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
3411 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
3413 sync with sylpheed 0.5.3 release, but keep claws method of
3414 configuring/saving fonts
3416 * src/addressbook.[ch]
3417 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
3418 in line with a similar change in Hiroyuki's branch
3420 * src/mainwindow.[ch]
3421 disable main_window_set_thread_option()
3422 * src/prefs_folder_item.c
3423 comment out &tmps_prefs.enable_thread,
3424 * src/mbox_folder.c, src/procmsg.[ch]
3425 comment out MSG_IS_IGNORE_THREAD
3427 comment out summary_ignore_thread() and summary_unignore_thread()
3428 comment out MSG_IS_IGNORE_THREAD
3430 use Hiroyuki's threading instead.
3437 use Hiroyuki's 0.5.3 column scheme but also
3438 include the enable/disable button.
3439 * src/pixmaps/mark.xpm
3440 add Hiroyuki's amended pixmap
3442 2001-08-13 [christoph]
3445 receive at get all column showed wrong state for APOP
3446 button should only work for POP3 and APOP accounts
3447 * src/prefs_account.c
3448 added missing preprocessor statement for SSL
3453 add 'receive at get all' column and enable/disable
3456 2001-08-06 [christoph]
3459 show usage of SSL in protocol column
3465 * src/prefs_account.[ch]
3466 moved ssl options to a new page
3472 added support for SMTP STARTTLS command
3474 2001-08-05 [christoph]
3477 debian autoconf needs version check to find
3478 correct autoconf version. if the file is
3479 named configure.in 2.13 is used, which does
3480 not work with this configure.in script.
3481 other solution would be to rename the script
3482 to configure.ac as suggested in the autoconf
3486 disable final error popup if popups are
3491 fixes IMAP over SSL problem
3496 change to 0.5.2claws1
3498 * sync with sylpheed 0.5.2cvs1
3503 quick fix for ispell detection...
3508 change to 0.5.1claws4
3510 * sync with sylpheed 0.5.1cvs7
3514 * src/prefs_common.c, src/prefs_common.h,
3515 src/gtkspell.c, src/gtkspell.h
3516 add global spelling checker settings (compose tab) +
3517 selection of dictionary
3520 guess valid ispell location
3525 removal of 'src/quote_fmt_parse.c'
3528 (submitted by Jens Oberender <didge@suse.de>)
3533 * src/folderview.[ch]
3536 * src/prefs_common.[ch]
3538 target folder colourization
3542 more sync with Sylpheed 0.5.1cvs6
3547 * src/prefs_folder_item.[hc]
3549 shared folders support with a GUI
3555 * sync with Sylpheed 0.5.1cvs6
3561 (submitted by Fabio Junior Beneditto)
3567 patch to correct bad image mime headers
3568 (submitted by Don Quijote <dq@searchlores.org>)
3572 * tools/gif2xface.pl **NEW FILE**
3574 script to convert file.gif to file.xface for
3575 use in a custom header.
3576 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
3581 change macros for detecting JPilot and LDAP
3583 2001-07-27 [christoph]
3586 code cleanup (MIN / MAX warning, needed casting)
3591 disallow setting flags when detecting certain headers
3592 (X-Status, Status, Seen, X-Seen).
3594 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
3596 2001-07-27 [christoph]
3598 * src/prefs_filter.c
3599 * src/prefs_filtering.c
3600 * src/prefs_matcher.c
3601 * src/prefs_scoring.c
3602 scroll list when moving rows up or down
3606 * src/prefs_account.c
3607 * src/prefs_account.h
3609 SMTP over SSL (untested, feedback requested)
3617 * configure.in, acconfig.h
3618 define CLAWS (need this for main / claws detection)
3623 Sylpheed 0.5.1claws2
3625 * sync with Sylpheed 0.5.1cvs4
3627 2001-07-25 [christoph]
3631 item->prefs == NULL (don't know why)
3636 Sylpheed 0.5.1claws1
3638 * sync with Sylpheed 0.5.1cvs1-3
3640 2001-07-24 [christoph]
3643 * src/prefs_folder_item.[ch]
3644 added folderitem preferences dialog with
3645 default To: and auto request return receipt
3649 changes to handle new folderitem preferences
3653 call compose new mail with current folderitem
3657 Release Sylpheed 0.5.1claws
3660 change to release version 0.5.1claws
3662 2001-07-24 [christoph]
3665 fixed segfault that happend when the selected
3666 message was removed while retrieving new messages.
3670 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
3674 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
3675 this is a work in progress, for more information: http://nlpagan.net/sylman
3677 * configure.in, src/mainwindow.c, manual/Makefile.am
3678 add support for English manual
3681 add authors of user manuals
3683 * manual/en/sylpheed*.html
3684 add English documentation
3686 2001-07-22 [christoph]
3691 changed a wrong debug message
3696 update Dutch translation
3698 * src/prefs_filtering.c,
3700 add more translatable strings
3709 * src/inc.c, src/summaryview.[ch]
3710 prevent update of mark file when filtering has done, by
3711 using a variable; this affects two functions:
3712 inc.c::inc_finished()
3713 summaryview.c::summary_show()
3717 * src/filtering.[ch], src/prefs_filtering.c,
3719 add filtering action for label coloring
3724 * added src/labelcolors.c
3725 * added src/labelcolors.h
3726 * src/Makefile.am, src/summaryview.c
3727 rearrange label coloring code
3730 add more parentheses so label colouring works correctly
3733 don't really delete message, but move it to Trash
3735 * src/prefs_matcher.c
3736 add quote options to info dialog
3738 2001-07-20 [christoph]
3744 * src/ssl.[ch] (new)
3745 moved ssl stuff to a seperate file
3750 fix show sender using address book with no e-mail
3751 address in From: field
3755 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
3756 fix messy handling of escaping... now at least the
3757 execute command is useful. escape char is '\', we
3758 accept \n and \r too.
3762 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
3763 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
3772 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
3774 revise filtering; currently move, copy, marking have
3775 been tested. if you like bleeding edge stuff, you
3776 should definitely go for this version :)
3778 * mark old working stuff as VERSION_0_5_0_CLAWS5
3780 2001-07-17 [christoph]
3789 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
3790 bits in the mark file, without affecting either branch. Lots of
3791 files changed, also in claws branch.
3793 UNTESTED: use of mbox folders
3796 added mark all read; however this was a quick hack used for
3797 cleaning up mess after initial merge with Hiroyuki
3800 change claws version number back to 0.5.0claws5 to clear up
3801 confusion & pretension (recent release was technically
3802 0.5.0claws4, so we neatly align with Hiroyuki :-)
3806 sync with Hiroyuki's 0.5.0cvs4
3812 * src/filtering.[ch]
3813 remove invalid updating of mark files for
3814 filter actions MATCHING_ACTION_MOVE and
3815 MATCHING_ACTION_DELETE; this should fix the
3819 revert Christoph's stab at fixing the folder
3823 add missing files with translatable strings
3830 * src/addr_compl.[ch], src/prefs_filtering.c
3831 make "filtering pref dialog's destination entry" an
3832 "address completable entry", if filter destination is
3837 sync with Hiroyuki's 0.5.0cvs2-3
3839 2001-07-15 [christoph]
3842 fixed folder stats update after incorporation
3847 * finish label colouring stuff (for now)
3848 * fix incorrect colour bug (off by one)
3853 change text labels for news and mail message so there's
3854 plenty of toolbar estate left
3861 sync with Hiroyuki's 0.5.0cvs1
3864 more rewrite label colouring
3868 * src/summaryview.[ch]
3869 * start rewrite label colouring
3870 * fix proper location "Add Sender To Addressbook" menu item
3874 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3875 (actually this is 0.5.0claws4)
3880 * fix duplicate message
3881 * add updated Portugese / Brazilian translation
3882 submitted by Fabio Junior Beneditto
3890 add updated Dutch translation
3893 add updated German translation submitted by Jens
3897 Prerelease before 0.5.0claws. Please test.
3898 This version is temporarily tagged as VERSION_0_5_0_TEST
3900 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
3901 src/prefs_scoring.c, src/prefs_matcher.c,
3902 src/prefs_filtering.c, src/mbox.c,
3903 src/main.c, src/inc.c, src/filtering.[ch]
3904 revert new Hoa's new matcher (does not work yet)
3911 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
3917 add ChangeLog.claws to EXTRA_DIST
3919 add matcher_parser_parse.h to EXTRA_DIST
3921 2001-07-10 [christoph]
3924 add destination folder to table of
3925 folders that need to be updated after
3932 make collapse state of folders and folder items persistent, i.e.
3933 if you collapse a folder tree, the next time sylpheed-claws starts
3934 up the folder tree remains collapsed.
3936 2001-07-10 [christoph]
3942 renamed MD5_CTX to MD5_CTX_syl
3943 conflicts with a struct in openssl
3946 * src/prefs_account.[ch]
3950 fixed compose with current account
3951 broken by new compose button stuff
3956 changed my email address
3958 * src/matcher_parser_parse.y
3959 clean the parser to remove conflicts
3967 fix incorrect description of --enable-ldap parameter
3969 * src/prefs_common.[ch]
3971 add experimental option "smart wrapping" which makes the
3972 compose editor auto wrap.
3974 | TODO: the problem with the buggy cursor handling is caused |
3975 | by the GtkText. when deleting / backspacing text its |
3976 | wrapping algorithm does not take in account the previous |
3977 | line. should find a way to hack this in. |
3978 | or should perhaps combine this with the word wrapping |
3979 | patch i wrote in january. |
3982 show build parameters for LDAP and JPilot
3985 revert Christoph's bugfix for selecting next unread message,
3986 because folder stats aren't updated correctly
3993 * src/matcher_parser_lex.l
3994 * src/matcher_parser_parse.y
3995 * src/prefs_filtering.c
3996 * src/prefs_scoring.c
3998 bugfix of the config file parser
4003 added generated matcher sources to BUILT_SOURCES
4009 added new config file parser
4012 * src/filtering.[ch]
4014 * src/prefs_filtering.c
4015 * src/prefs_matcher.c
4016 * src/prefs_scoring.c
4017 * added src/matcher_parser.h
4018 * added src/matcher_parser_lex.h
4019 * added src/matcher_parser_lex.l
4020 * added src/matcher_parser_parse.y
4021 lex & yacc config file parser
4026 changes prefs_filtering into global_filtering
4029 build threads with subjects only if "Re: " is at the
4030 beginning of the subject
4036 sync with sylpheed 0.5.0
4037 change of version number only
4043 sync with sylpheed 0.5.0pre5
4047 sync with sylpheed 0.5.0pre4 release
4048 /po and /manual/ja not sync'ed
4052 more sync with sylpheed 0.5.0pre4
4054 2001-07-03 [christoph]
4057 fixed address book broken by address book
4058 for VCard, JPilot, LDAP
4064 stopped memory leaks
4068 more sync with sylpheed 0.5.0pre4
4072 * included address book patch for VCard, JPilot, LDAP
4073 * pref_common.c - fixed Font options on Display tab (cosmetic)
4074 * alertpanel.c - fixed truncated message
4076 2001-07-02 [christoph]
4081 mark threads for ignoring
4087 * sync with sylpheed 0.5.0pre4
4088 updated gettext to 0.10.38.
4094 * src/summaryview.[ch]
4095 new right-click option: Label.
4096 substitute for 'Mark-->Mark/Unmark', colours the line.
4097 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
4099 2001-07-01 [christoph]
4102 fixed font for trash
4104 move ctree to unread message
4108 * sync with sylpheed 0.5.0pre3 release
4114 allow inserting / attaching multiple files in
4120 small change to Alfons' previous stuff so that it
4125 * lots of files changed; first attempt to merge the changes
4126 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
4131 updated and completed, translations by Fabio
4132 Junior Beneditto <fjbeneditto@yahoo.com.br>
4138 allow selecting an attached files' mime type from a
4143 * more sync with sylpheed 0.5.0pre3
4148 merge with sylpheed.pot and pt_BR.po provided by
4149 Fabio Junior Beneditto.
4154 make MIME types case insensitive
4159 merge with sylpheed.pot and old nl.po; translations added.
4163 * more sync with sylpheed 0.5.0pre3
4168 don't crash when removing parent node of messages
4169 attracted by subject. this was caused by not deleting
4170 the parent node from the subject line hash table.
4177 if there are multiple messages selected, allow forwarding
4178 them as attachments.
4182 * more sync with sylpheed 0.5.0pre3
4188 * sync with sylpheed 0.5.0pre3
4193 fixed 'compose news article' bug
4194 from icon-and-text toolbar
4198 * sync with sylpheed 0.5.0pre2 release
4200 2001-06-24 [christoph]
4202 * src/prefs_common.c
4203 bug fix in font selection
4205 use sylpheed's normal font instead of
4206 gtk default font for folders without
4211 * src/mainwindow.[ch]
4212 added composite compose mail / news button (an idea by Leandro
4213 Pereira <leandro@linuxmag.com.br>)
4217 Added instructions for ldif-to-xml.py
4225 * src/pixmaps/stock_news_compose.xpm
4226 added pixmap by Leandro
4227 * src/prefs_common.c
4228 tested built-in spelling checker of GCC 3.0 :)
4230 merged dutch translation of sylpheed-main with
4235 Added tools directory and files.
4237 * tools/filter_conv.pl
4238 converts old filter system to new filtering system
4239 * tools/ldif-to-xml.py
4240 converts netscape addressbook to sylpheed addressbook
4242 descriptions/instructions for above two files
4244 2001-06-23 [christoph]
4247 * src/manage_window.[ch]
4248 * src/prefs_common.[ch]
4249 mail retrieval dialog can be enabled, disabled
4250 or hidden if non of sylpheed's windows is active
4256 * sync with sylpheed 0.5.0pre2
4258 2001-06-21 [christoph]
4261 show recipient on 'from' for all accounts
4264 * src/prefs_common.[ch]
4265 disable error popup on mail receive errors
4270 made the ruler correctly appear and disappear.
4273 removed Hoa's work-in-progress-stuff (interesting!) so
4276 2001-06-20 [christoph]
4279 * src/progressdialog.c
4280 added scrolled window for list in progressdialog
4284 sync with sylpheed 0.5.0pre1 release
4286 2001-06-20 [christoph]
4289 make building threads by subject work when
4290 thread view is enabled
4293 * src/prefs_common.[ch]
4294 automatically select account for mail replys
4298 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
4299 they are filled in from the account settings.
4303 * more sync with sylpheed 0.5.0pre1
4309 added --sysconfdir to CPPFLAGS for pointing to the correct
4310 location of mime.types.
4312 NOTE: make sure you use --sysconfdir when running ./autogen.sh
4318 fixed some bug when building threads
4322 * src/prefs_account.c
4323 UI stuff: More changes to the English
4327 * src/pixmaps/stock_news_compose.xpm: new file
4331 Added new icon for Hoa's 'compose a news
4332 message', plus minor improvements to the
4338 more sync with sylpheed 0.5.0pre1
4344 Follow-up and reply to
4346 * src/summaryview.[ch]
4347 Build threads also with subjects
4352 forwarding use the current account.
4355 the "compose message" button has been replaced with
4356 "new mail" and "new news" buttons
4358 * src/prefs_common.[ch]
4359 added a configuration option to use the forward button
4360 as "forward as attachment"
4361 changed reply and forward format description
4363 * src/quote_fmt_lex.l
4364 * src/quote_fmt_parse.y
4365 added message with no signature in format for reply
4374 Improvements to the English
4376 * src/prefs_common.c
4377 Improvements to the English and some
4378 clarity/continuity improvements in the
4379 description of Quote symbols.