claws.git
21 years agosync with 0.8.8cvs2
Paul Mangan [Wed, 8 Jan 2003 19:57:10 +0000 (19:57 +0000)]
sync with 0.8.8cvs2

21 years agoupdate Italian translation
Paul Mangan [Wed, 8 Jan 2003 19:14:24 +0000 (19:14 +0000)]
update Italian translation

21 years agowhen using 'Add sender to addressbook' allow name to be edited and remarks to be...
Paul Mangan [Wed, 8 Jan 2003 19:13:51 +0000 (19:13 +0000)]
when using 'Add sender to addressbook' allow name to be edited and remarks to be entered

21 years agowhen using 'Add sender to addressbook' allow name to be edited and remarks to be...
Paul Mangan [Wed, 8 Jan 2003 19:13:30 +0000 (19:13 +0000)]
when using 'Add sender to addressbook' allow name to be edited and remarks to be entered; update Italian translation

21 years agoFix description for marked messages.
Darko Koruga [Wed, 8 Jan 2003 10:00:57 +0000 (10:00 +0000)]
Fix description for marked messages.

21 years agoupdate and re-arrange
Paul Mangan [Wed, 8 Jan 2003 09:54:28 +0000 (09:54 +0000)]
update and re-arrange

21 years agoremove full path to sylpheed executable, just 'sylpheed' will do
Paul Mangan [Wed, 8 Jan 2003 09:54:07 +0000 (09:54 +0000)]
remove full path to sylpheed executable, just 'sylpheed' will do

21 years agoadd script to enable phoenix as default browser
Paul Mangan [Wed, 8 Jan 2003 09:53:19 +0000 (09:53 +0000)]
add script to enable phoenix as default browser

21 years ago0.8.8claws65
Christoph Hohmann [Tue, 7 Jan 2003 22:48:35 +0000 (22:48 +0000)]
0.8.8claws65

* src/folder.c
        fix update for source folder when moving messages
* src/procmsg.[ch]
* src/summaryview.c
        use function to set to_folder for message infos and
        automatically update the op_count for old and new
        folder

21 years agoFixed crash when using '%p' Actions on displayed images + code clean up
Melvin Hadasht [Tue, 7 Jan 2003 22:17:35 +0000 (22:17 +0000)]
Fixed crash when using '%p' Actions on displayed images + code clean up

21 years ago0.8.8claws63
Christoph Hohmann [Tue, 7 Jan 2003 21:49:44 +0000 (21:49 +0000)]
0.8.8claws63

* src/compose.c
* src/folder.[ch]
* src/folderview.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
* src/toolbar.c
        o remove all folder update triggering from the UI code. The folder
          system should know much better when a folder needs an update.
        o to prevent multiple updates in a row the folder updates can be
          frozen for some time.

Note: - Please verify that no updates are missing
      - Check where freeze/thaws should be added

21 years agofix type
Christoph Hohmann [Tue, 7 Jan 2003 12:33:53 +0000 (12:33 +0000)]
fix type

21 years ago0.8.8claws6
Christoph Hohmann [Tue, 7 Jan 2003 12:31:27 +0000 (12:31 +0000)]
0.8.8claws6

* src/prefs_actions.c
        don't translate empty strings

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)

21 years ago0.8.8claws61
Christoph Hohmann [Mon, 6 Jan 2003 23:16:58 +0000 (23:16 +0000)]
0.8.8claws61

* src/prefs_actions.c
        mark strings for gettext
* src/prefs_matcher.c
        use new description window for Execute action and
        match condition in Filtering

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)

21 years agokeep myself inspired to re-organize matcher part 8;
Alfons Hoogervorst [Mon, 6 Jan 2003 22:21:59 +0000 (22:21 +0000)]
keep myself inspired to re-organize matcher part 8;
yes, more to come (I need to move out the descriptive
text for actions to matcher.c, or at least make it not
depend on the wicked ordering)

* src/prefs_matcher.c
add documentation so others may comprehend the
UI part of the conditions

21 years ago0.8.8claws59
Christoph Hohmann [Mon, 6 Jan 2003 22:01:43 +0000 (22:01 +0000)]
0.8.8claws59

* src/prefs_actions.c
        use new description window for syntax help
* src/gtk/description_window.c
        fix display of descriptions with column count != 2

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)

21 years ago0.8.8claws58
Christoph Hohmann [Mon, 6 Jan 2003 21:16:17 +0000 (21:16 +0000)]
0.8.8claws58

* src/quote_fmt.c
* src/summaryview.[ch]
* src/gtk/Makefile.am
* src/gtk/description_window.[ch]       ** NEW **
        use a generic window to display syntax descriptions
        currently used in quote_fmt and summaryview (new description
        for extended quick search)

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)

21 years agosync with 0.8.8cvs1
Paul Mangan [Mon, 6 Jan 2003 20:39:06 +0000 (20:39 +0000)]
sync with 0.8.8cvs1

21 years ago0.8.8claws56
Christoph Hohmann [Mon, 6 Jan 2003 19:53:32 +0000 (19:53 +0000)]
0.8.8claws56

* src/mainwindow.c
* src/prefs_gtk.[ch]
* src/gtk/prefswindow.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        o remove page management from prefswindow, pages
          will be an argument to prefswindow_open
        o prefswindow_open gets a datapointer that is
          passed to the widget_create function to allow
          creation of prefswindow for specific items

21 years ago0.8.8claws56
Christoph Hohmann [Mon, 6 Jan 2003 18:54:30 +0000 (18:54 +0000)]
0.8.8claws56

* src/mainwindow.c
* src/prefs_gtk.[ch]
* src/gtk/prefswindow.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        o remove page management from prefswindow, pages
          will be an argument to prefswindow_open
        o prefswindow_open gets a datapointer that is
          passed to the widget_create function to allow
          creation of prefswindow for specific items

21 years agofix an old typo
Paul Mangan [Mon, 6 Jan 2003 15:28:57 +0000 (15:28 +0000)]
fix an old typo

21 years agono regexp in reply-finder
Colin Leroy [Mon, 6 Jan 2003 13:29:04 +0000 (13:29 +0000)]
no regexp in reply-finder

21 years ago* src/jpilot.c
Jens Oberender [Mon, 6 Jan 2003 11:09:17 +0000 (11:09 +0000)]
* src/jpilot.c
      fixed a wrong free in jpilot_read_db_files

21 years agocvs-proxy for Alfons ;)
Colin Leroy [Mon, 6 Jan 2003 09:16:45 +0000 (09:16 +0000)]
cvs-proxy for Alfons ;)

21 years agocleanup & reply-finder now displays the first
Colin Leroy [Sun, 5 Jan 2003 23:31:30 +0000 (23:31 +0000)]
cleanup & reply-finder now displays the first
matching message

21 years agore-organize matcher part 7; more to come
Alfons Hoogervorst [Sun, 5 Jan 2003 22:24:25 +0000 (22:24 +0000)]
re-organize matcher part 7; more to come

* src/matcher.[ch]
fixes for constant correctness;
more documentation;

21 years agore-organize matcher part 6; more to come
Alfons Hoogervorst [Sun, 5 Jan 2003 19:36:33 +0000 (19:36 +0000)]
re-organize matcher part 6; more to come

* src/matcher.[ch]
fixes for constant correctness;
more documentation;
* src/filtering.c
fix for constant correctness

21 years agobasic reply-finder
Colin Leroy [Sun, 5 Jan 2003 17:33:08 +0000 (17:33 +0000)]
basic reply-finder

21 years agosmall change to English
Paul Mangan [Sun, 5 Jan 2003 17:19:27 +0000 (17:19 +0000)]
small change to English

21 years agoprefs_filtering_action_select(): improve logic and uniformity of gui
Paul Mangan [Sun, 5 Jan 2003 17:19:02 +0000 (17:19 +0000)]
prefs_filtering_action_select(): improve logic and uniformity of gui

21 years agofine tune solution to focus problems (bug #7)
Alfons Hoogervorst [Sun, 5 Jan 2003 13:02:43 +0000 (13:02 +0000)]
fine tune solution to focus problems (bug #7)

* src/mainwindow.c
mainwindow_focus_in_event(): remove grab event check
* src/summaryview.c
summary_button_pressed(): move selection on right-click
too. we can't possibly move the selection back after
canceling a dialog, because gtk's incomplete focus
management. whether this is a good solution, only time
will tell.

21 years ago0.8.8claws46
Christoph Hohmann [Sun, 5 Jan 2003 12:31:53 +0000 (12:31 +0000)]
0.8.8claws46

* src/imap.c
        fix crash when no imap connection could be established

21 years agofix bug 605957 'shortcuts in popup-menu'
Paul Mangan [Sun, 5 Jan 2003 12:28:18 +0000 (12:28 +0000)]
fix bug 605957 'shortcuts in popup-menu'

21 years ago* src/mainwindow.c
Alfons Hoogervorst [Sun, 5 Jan 2003 00:07:28 +0000 (00:07 +0000)]
* src/mainwindow.c
focus_in_event handler should not select summary view row
when another window (menu, dialog) grabbed for events
(bug #7, "[0.8.8claws42] Message summary focus")

21 years ago0.8.8claws43
Christoph Hohmann [Sat, 4 Jan 2003 20:49:30 +0000 (20:49 +0000)]
0.8.8claws43

* src/procmsg.c
        update save folder after adding the sent message

21 years ago0.8.8claws42
Christoph Hohmann [Thu, 2 Jan 2003 22:16:35 +0000 (22:16 +0000)]
0.8.8claws42

* src/common/plugin.c
        fix unloading of all plugins and unload
        plugins in reverse order

* src/gtk/pluginwindow.c
        implement function of load and unload button

* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
        rename register function and add new unregister
        function

* src/plugins/spamassassin/spamassassin_gtk.c
        unregister prefs page and update for changes in
        src/gtk/prefswindow.c

21 years agoupdate Spanish translation
Paul Mangan [Thu, 2 Jan 2003 18:33:03 +0000 (18:33 +0000)]
update Spanish translation

21 years agofixes and improvements to tb2sylpheed
Paul Mangan [Thu, 2 Jan 2003 18:03:25 +0000 (18:03 +0000)]
fixes and improvements to tb2sylpheed

21 years agofixed wrong return value
Thorsten Maerz [Thu, 2 Jan 2003 13:07:27 +0000 (13:07 +0000)]
fixed wrong return value

21 years agofixed printing wrong variable
Thorsten Maerz [Thu, 2 Jan 2003 04:50:03 +0000 (04:50 +0000)]
fixed printing wrong variable

21 years agofixed acessing members of freed pfile struct
Thorsten Maerz [Thu, 2 Jan 2003 04:21:25 +0000 (04:21 +0000)]
fixed acessing members of freed pfile struct

21 years agodetect loops across several messages
Thorsten Maerz [Thu, 2 Jan 2003 04:16:13 +0000 (04:16 +0000)]
detect loops across several messages

21 years agoFixed memory leak.
Match Grun [Thu, 2 Jan 2003 01:56:30 +0000 (01:56 +0000)]
Fixed memory leak.

21 years agoFixed memory leak.
Match Grun [Wed, 1 Jan 2003 21:20:20 +0000 (21:20 +0000)]
Fixed memory leak.

21 years agoinhibit endless loop if msg references itself
Thorsten Maerz [Wed, 1 Jan 2003 17:47:30 +0000 (17:47 +0000)]
inhibit endless loop if msg references itself

21 years ago0.8.8claws33
Christoph Hohmann [Wed, 1 Jan 2003 16:30:29 +0000 (16:30 +0000)]
0.8.8claws33

* src/mainwindow.c
* src/gtk/Makefile.am
* src/gtk/pluginwindow.c                ** NEW **
* src/gtk/pluginwindow.h                ** NEW **
        add plugin window

* src/plugins/demo/demo.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
        write better plugin descriptions

21 years ago0.8.8claws32
Christoph Hohmann [Tue, 31 Dec 2002 17:02:45 +0000 (17:02 +0000)]
0.8.8claws32

* src/gtk/prefswindow.c
* src/plugins/spamassassin/spamassassin_gtk.c
        some small improvements to GTK code

21 years ago0.8.8claws31
Christoph Hohmann [Tue, 31 Dec 2002 15:46:52 +0000 (15:46 +0000)]
0.8.8claws31

* src/plugins/spamassassin/spamassassin_gtk.c
        enable folder select button

21 years ago0.8.8claws30
Christoph Hohmann [Tue, 31 Dec 2002 14:43:41 +0000 (14:43 +0000)]
0.8.8claws30

* src/mainwindow.c
* src/gtk/Makefile.am
* src/gtk/prefswindow.c                         ** NEW **
* src/gtk/prefswindow.h                         ** NEW **
        add new prefs window

* src/common/plugin.c
        don't try to load empty config lines

* src/plugins/spamassassin/Makefile.am
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h       ** NEW **
* src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
        GTK config for SpamAssassin Plugin using
        the new prefs window

21 years agoremove obsolete entry
Paul Mangan [Tue, 31 Dec 2002 13:08:10 +0000 (13:08 +0000)]
remove obsolete entry

21 years agoremove obsolete entry from POTFILES.in
Paul Mangan [Tue, 31 Dec 2002 13:07:54 +0000 (13:07 +0000)]
remove obsolete entry from POTFILES.in

21 years agosuggestion for doxygen commenting style
Alfons Hoogervorst [Tue, 31 Dec 2002 10:45:07 +0000 (10:45 +0000)]
suggestion for doxygen commenting style

21 years ago* src/matcher.[ch]
Alfons Hoogervorst [Tue, 31 Dec 2002 09:46:20 +0000 (09:46 +0000)]
* src/matcher.[ch]
* src/matcher_parser_parse.y
* src/prefs_matcher.c
add "ignore_thread" and "~ignore_thread" condition so it's
possible to make the actions / scoring operate on the ignore
thread flag

21 years ago0.8.8claws27
Christoph Hohmann [Tue, 31 Dec 2002 00:11:12 +0000 (00:11 +0000)]
0.8.8claws27

* src/addrbook.c
* src/addrindex.c
* src/folder.c
* src/matcher.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_gtk.c
* src/procmime.c
* src/toolbar.c
* src/xmlprops.c
* src/common/prefs.[ch]
        extend prefs file handling for reading and automatic handling
        of blocks. When reading prefs_set_block_label will automatically
        move on to the block. When writing it will copy all other blocks
        automatically

* src/common/plugin.c
        Now loading plugin filenames from [Plugins] block in
        sylpheed rc file

21 years ago0.8.8claws26
Christoph Hohmann [Mon, 30 Dec 2002 20:53:59 +0000 (20:53 +0000)]
0.8.8claws26

* src/common/hooks.[ch]
        return abort status to caller of hooks_invoke

* src/inc.[ch]
        invoke message filtering hook and stop
        default handling when filter returns abort

* src/common/plugin.[ch]
* src/plugins/demo/demo.c
        modify plugin loader, because resolving symbols for strings
        does not work correctly

* configure.in
* ac/spamassassin.m4                            ** NEW **
* src/plugins/spamassassin/.cvsignore           ** NEW **
* src/plugins/spamassassin/Makefile.am          ** NEW **
* src/plugins/spamassassin/README               ** NEW **
* src/plugins/spamassassin/libspamc.[ch]        ** NEW **
* src/plugins/spamassassin/spamassassin.c       ** NEW **
* src/plugins/spamassassin/utils.[ch]           ** NEW **
        add spamassassin plugin, see src/plugins/spamassassin/README
        for details

21 years ago* src/mainwindow.c
Alfons Hoogervorst [Sun, 29 Dec 2002 16:11:53 +0000 (16:11 +0000)]
* src/mainwindow.c
when moving focus from a message view to the main
window, don't forget to select the summary node
of the displayed message. should fix "[ 659103 ]
focus-follows-mouse confuses sylpheed"

21 years agoupdate ui_seperation.txt
Christoph Hohmann [Sun, 29 Dec 2002 15:57:15 +0000 (15:57 +0000)]
update ui_seperation.txt

21 years ago0.8.8claws24
Christoph Hohmann [Sun, 29 Dec 2002 15:33:33 +0000 (15:33 +0000)]
0.8.8claws24

* src/Makefile.am
* src/stringtable.[ch]          ** REMOVE **
* src/common/Makefile.am
* src/common/stringtable.[ch]   ** NEW **
        move stringtable files to common directory

21 years ago0.8.8claws23
Christoph Hohmann [Sun, 29 Dec 2002 15:03:46 +0000 (15:03 +0000)]
0.8.8claws23

* src/Makefile.am
* src/menu.[ch]                 ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/menu.[ch]             ** NEW **
        move menu files to gtk directory

21 years agoLDAP/UI code separation. Fix mem leak.
Match Grun [Sun, 29 Dec 2002 05:13:00 +0000 (05:13 +0000)]
LDAP/UI code separation. Fix mem leak.

21 years agoLDAP/UI code separation. Fix mem leak.
Match Grun [Sun, 29 Dec 2002 05:12:00 +0000 (05:12 +0000)]
LDAP/UI code separation. Fix mem leak.
P/UI code separation. Fix mem leak.

21 years ago0.8.8claws21
Christoph Hohmann [Sun, 29 Dec 2002 02:01:57 +0000 (02:01 +0000)]
0.8.8claws21

* src/folder.c
        only check for IGNORED parent message when message is
        not IGNORED itself

21 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 29 Dec 2002 01:12:28 +0000 (01:12 +0000)]
* src/summaryview.c
set gtksctree's anchor correct (immediate execute
changes the tree's layout, and anchor points at
the incorrect row). fixes "[ 657233 ] multiple msg
delete sometimes off by 1".
we probably have to look for more tree layout /
anchor glitches.

21 years agofix bug [ 659054 ] incorrect sorting of 'From' column
Paul Mangan [Sun, 29 Dec 2002 00:50:48 +0000 (00:50 +0000)]
fix bug [ 659054 ] incorrect sorting of 'From' column

21 years ago0.8.8claws18
Christoph Hohmann [Sun, 29 Dec 2002 00:30:38 +0000 (00:30 +0000)]
0.8.8claws18

* src/folder.c
* src/procmsg.[ch]
        check parent messages for IGNORE THREAD flag, when adding,
        moving or copying messages to a folder

21 years agore-organize matcher part 5; more to come
Alfons Hoogervorst [Fri, 27 Dec 2002 22:56:17 +0000 (22:56 +0000)]
re-organize matcher part 5; more to come

* src/matcher.c
hash keywords in matchparser_tab

21 years agore-organize matcher part 4; more to come
Alfons Hoogervorst [Fri, 27 Dec 2002 20:55:50 +0000 (20:55 +0000)]
re-organize matcher part 4; more to come

* src/matcher_parser.h
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
cleanup

21 years agore-organize matcher part 3; more to come
Alfons Hoogervorst [Fri, 27 Dec 2002 20:28:35 +0000 (20:28 +0000)]
re-organize matcher part 3; more to come

* src/matcher.[ch]
cleanup

21 years agore-organize matcher part 2; more to come but this should
Alfons Hoogervorst [Fri, 27 Dec 2002 17:00:27 +0000 (17:00 +0000)]
re-organize matcher part 2; more to come but this should
work. cc me if there are any regressions.

* src/matcher.h
add prototype for get_matchparser_tab_id()
* src/matcher_parser_lex.l
look up keywords using matchparser_tab_id();

21 years agore-organize matcher part 1
Alfons Hoogervorst [Fri, 27 Dec 2002 16:19:46 +0000 (16:19 +0000)]
re-organize matcher part 1

* src/matcher.h
map yacc generated constants to sylpheed matcher constants
* src/matcher.c
add function to find a matcher constant from a string

21 years ago0.8.8claws11
Christoph Hohmann [Fri, 27 Dec 2002 13:21:29 +0000 (13:21 +0000)]
0.8.8claws11

* src/compose.c
        MENUITEM_ADD casts the 4th argument from integer to pointer
        so it probably should not be a pointer, this means we
        should use account id for it and not the account's pointer

21 years agoremove unneeded 'GtkWidget *vbox'
Paul Mangan [Fri, 27 Dec 2002 12:13:15 +0000 (12:13 +0000)]
remove unneeded 'GtkWidget *vbox'

21 years agofix 'sort by recipient'
Paul Mangan [Fri, 27 Dec 2002 12:12:53 +0000 (12:12 +0000)]
fix 'sort by recipient'

21 years agosync with 0.8.8
Paul Mangan [Fri, 27 Dec 2002 12:11:39 +0000 (12:11 +0000)]
sync with 0.8.8

21 years agomake searching for extended search in README.claws somewhat easier ;-)
Alfons Hoogervorst [Fri, 27 Dec 2002 09:58:54 +0000 (09:58 +0000)]
make searching for extended search in README.claws somewhat easier ;-)

21 years agoupdate Brazilian translation
Paul Mangan [Fri, 27 Dec 2002 09:15:44 +0000 (09:15 +0000)]
update Brazilian translation

21 years agoAdded locked pattern to extended search.
Darko Koruga [Fri, 27 Dec 2002 08:12:57 +0000 (08:12 +0000)]
Added locked pattern to extended search.

21 years ago* src/prefs_matcher.[ch]
Alfons Hoogervorst [Fri, 27 Dec 2002 00:21:23 +0000 (00:21 +0000)]
* src/prefs_matcher.[ch]
clean up

21 years agoupdate INSTALL and INSTALL.jp for --enable-openssl
Christoph Hohmann [Thu, 26 Dec 2002 22:51:57 +0000 (22:51 +0000)]
update INSTALL and INSTALL.jp for --enable-openssl

21 years ago* src/matcher.[ch]
Alfons Hoogervorst [Thu, 26 Dec 2002 21:40:23 +0000 (21:40 +0000)]
* src/matcher.[ch]
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/prefs_matcher.c
allow color label as a condition in the matcher

21 years agoenable addressbook and actions
Oliver Haertel [Thu, 26 Dec 2002 21:23:13 +0000 (21:23 +0000)]
enable addressbook and actions

21 years ago0.8.8claws4
Christoph Hohmann [Thu, 26 Dec 2002 17:43:03 +0000 (17:43 +0000)]
0.8.8claws4

* src/common/plugin.c
        add a little debug output
* configure.in
* src/plugins/demo/Makefile.am
        better use of automake

21 years ago 0.8.8claws3
Christoph Hohmann [Thu, 26 Dec 2002 16:02:44 +0000 (16:02 +0000)]
 0.8.8claws3

* src/Makefile.am
* src/common/Makefile.am
        fix "make distdir"

21 years ago0.8.8claws2
Christoph Hohmann [Thu, 26 Dec 2002 15:36:46 +0000 (15:36 +0000)]
0.8.8claws2

* configure.in
        sort configure checks into common / gtk / plugins
* po/POTFILES.in
        add src/prefs_gtk.c
* src/Makefile.am
        add plugins SUBDIR
* src/main.c
* src/common/sylpheed.[ch]
        added now sylpheed_done function for shutdown
* src/common/Makefile.am
* src/common/plugin.[ch]                ** NEW **
        plugin loader and unloader
* src/plugins/.cvsignore                ** NEW **
* src/plugins/Makefile.am               ** NEW **
        build plugins
* src/plugins/demo/.cvsignore           ** NEW **
* src/plugins/demo/Makefile.am          ** NEW **
* src/plugins/demo/demo.c               ** NEW **
        small demo plugin that installs a logtext hook and
        outputs the log text to stdout

21 years agoupdate Spanish translation
Paul Mangan [Thu, 26 Dec 2002 13:37:28 +0000 (13:37 +0000)]
update Spanish translation

21 years ago0.8.8claws release rel_0_8_8
Paul Mangan [Thu, 26 Dec 2002 11:38:07 +0000 (11:38 +0000)]
0.8.8claws release

21 years agoupdate Bulgarian translation
Paul Mangan [Thu, 26 Dec 2002 11:29:10 +0000 (11:29 +0000)]
update Bulgarian translation

21 years agoupdate Bulgarian translation
Paul Mangan [Thu, 26 Dec 2002 11:02:58 +0000 (11:02 +0000)]
update Bulgarian translation

21 years agoremove 'src/prefs.c'
Paul Mangan [Thu, 26 Dec 2002 10:47:36 +0000 (10:47 +0000)]
remove 'src/prefs.c'

21 years agopartial sync with 0.8.8 release
Paul Mangan [Thu, 26 Dec 2002 00:40:41 +0000 (00:40 +0000)]
partial sync with 0.8.8 release

21 years ago* src/matcher.[ch]
Alfons Hoogervorst [Wed, 25 Dec 2002 19:06:48 +0000 (19:06 +0000)]
* src/matcher.[ch]
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/prefs_matcher.c
add locked flag to possible filtering / matcher
conditions (also a good example what should be
done to add a simple boolean condition)

21 years ago0.8.7claws8
Christoph Hohmann [Wed, 25 Dec 2002 13:46:41 +0000 (13:46 +0000)]
0.8.7claws8

* src/Makefile.am
* src/account.[ch]
* src/addrbook.c
* src/addressbook.c
* src/addrindex.c
* src/filtering.c
* src/folder.c
* src/matcher.c
* src/prefs.[ch]                ** REMOVE **
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_gtk.[ch]            ** NEW **
* src/prefs_matcher.c
* src/prefs_scoring.c
* src/prefs_summary_column.c
* src/procmime.c
* src/selective_download.c
* src/toolbar.c
* src/common/Makefile.am
* src/common/prefs.[ch] ** NEW **
        split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]

21 years agoadd toolbar.c to translate-me-list
Oliver Haertel [Tue, 24 Dec 2002 20:43:49 +0000 (20:43 +0000)]
add toolbar.c to translate-me-list

21 years ago* src/summaryview.c
Alfons Hoogervorst [Tue, 24 Dec 2002 17:44:50 +0000 (17:44 +0000)]
* src/summaryview.c
summary_thread_build(): fix real cause of the crash mentioned in
0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
this way we get meaningful ctree nodes

21 years agouse generic toolbar handling
Oliver Haertel [Tue, 24 Dec 2002 14:38:23 +0000 (14:38 +0000)]
use generic toolbar handling

21 years agogeneric toolbar generation
Oliver Haertel [Tue, 24 Dec 2002 14:29:16 +0000 (14:29 +0000)]
generic toolbar generation

21 years agoreorder pixmaps, logo last entry
Oliver Haertel [Tue, 24 Dec 2002 14:22:27 +0000 (14:22 +0000)]
reorder pixmaps, logo last entry

21 years ago* src/summaryview.c
Alfons Hoogervorst [Tue, 24 Dec 2002 11:35:16 +0000 (11:35 +0000)]
* src/summaryview.c
summary_thread_build(): fix crash because of focus != selection
after threading. when deleting the selection, gtk tries but fails
to find the correct focusable element. we now force the selection
to be focused. this should solve the infamous bug reported by
Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
a test case is available.

21 years agoFix crash when unmarkin a message with unread children.
Darko Koruga [Tue, 24 Dec 2002 10:10:00 +0000 (10:10 +0000)]
Fix crash when unmarkin a message with unread children.

21 years agoforgotten ? ;)
Colin Leroy [Mon, 23 Dec 2002 22:50:24 +0000 (22:50 +0000)]
forgotten ? ;)