claws.git
20 years agoupdate Croatian and Serbian translations
Paul Mangan [Sun, 3 Aug 2003 20:22:40 +0000 (20:22 +0000)]
update Croatian and Serbian translations

20 years agoGerman translation
Jens Oberender [Sun, 3 Aug 2003 11:19:34 +0000 (11:19 +0000)]
German translation

20 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 3 Aug 2003 10:36:02 +0000 (10:36 +0000)]
* src/summaryview.c
mark flag has precedence over important flag - seems
to have been changed in sync of 0.9.3claws45. this fixes
a regression where messages that were scored as important
don't show their mark flags. (using the same column for
both importance as mark flags is the real problem
ofcourse)

20 years agoUpdated French translations
Melvin Hadasht [Sun, 3 Aug 2003 06:10:40 +0000 (06:10 +0000)]
Updated French translations

20 years agoFixed typo introduced after 0.9.3claws92 that prevented compilation; Updated Makefile...
Melvin Hadasht [Sun, 3 Aug 2003 05:30:08 +0000 (05:30 +0000)]
Fixed typo introduced after 0.9.3claws92 that prevented compilation; Updated Makefile.am to make automake happy

20 years agofix configure.ac
Christoph Hohmann [Sat, 2 Aug 2003 23:38:54 +0000 (23:38 +0000)]
fix configure.ac
clean up src/Makefile.am a little bit

20 years ago0.9.3claws92
Christoph Hohmann [Sat, 2 Aug 2003 20:39:33 +0000 (20:39 +0000)]
0.9.3claws92

* configure.ac
        o rearrange plugin tests
        o add test for clamav.h to ClamAV tests

20 years ago* src/mimeview.c
Luke Plant [Sat, 2 Aug 2003 18:30:21 +0000 (18:30 +0000)]
* src/mimeview.c
o fixed appearance of icon list when toggling back from the
  ctree
o toggling of icons using the keyboard works correctly
o fixed all other keyboard shortcuts to work when icons are
  active

* src/messageview.c
o fixed bug 4 - focus lost when changing messageview view type

20 years ago* src/mimeview.c
Luke Plant [Sat, 2 Aug 2003 18:27:04 +0000 (18:27 +0000)]
* src/mimeview.c
o fixed appearance of icon list when toggling back from the
  ctree
o toggling of icons using the keyboard works correctly
o fixed all other keyboard shortcuts to work when icons are
  active

20 years ago* src/messageview.c
Luke Plant [Sat, 2 Aug 2003 18:24:37 +0000 (18:24 +0000)]
* src/messageview.c
o fixed bug 4 - focus lost when changing messageview view type

20 years agodoesn't work
Christoph Hohmann [Sat, 2 Aug 2003 12:46:56 +0000 (12:46 +0000)]
doesn't work

20 years ago0.9.3claws90
Christoph Hohmann [Sat, 2 Aug 2003 11:29:34 +0000 (11:29 +0000)]
0.9.3claws90

* src/common/hooks.c
        fix crash when pointer stored in hash table could get invalid
        when a plugin is unloaded

20 years ago0.9.3claws89
Christoph Hohmann [Fri, 1 Aug 2003 21:16:34 +0000 (21:16 +0000)]
0.9.3claws89

* configure.ac
        o try to build all plugins (except spamassassin) by default
        o don't build a plugin if a dependency check fails

* src/common/hooks.c
        fix warning

20 years agotweak import LDIF dialog.
Match Grun [Fri, 1 Aug 2003 19:30:10 +0000 (19:30 +0000)]
tweak import LDIF dialog.

20 years ago0.9.3claws87
Christoph Hohmann [Fri, 1 Aug 2003 18:34:46 +0000 (18:34 +0000)]
0.9.3claws87

* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
        add version check to all plugins

20 years agoprefs_filtering.c - wrong widget were shown after creation
Hoà Viêt Dinh [Fri, 1 Aug 2003 10:09:12 +0000 (10:09 +0000)]
prefs_filtering.c - wrong widget were shown after creation

20 years ago* src/mainwindow.c
Luke Plant [Fri, 1 Aug 2003 08:00:32 +0000 (08:00 +0000)]
* src/mainwindow.c
o fixed visibility of icons/mimeview after toggling separate
  message/folder view (factored out some similar code too).

20 years ago* src/mimeview.c
Alfons Hoogervorst [Wed, 30 Jul 2003 22:50:01 +0000 (22:50 +0000)]
* src/mimeview.c
tweak icon box UI a bit more, now allowing right-clicks actions
getting the relevant mime data too; should fix #250, "Can't save
attachments sometimes".

20 years ago* src/compose.c
Alfons Hoogervorst [Wed, 30 Jul 2003 20:28:52 +0000 (20:28 +0000)]
* src/compose.c
don't do auto-save-draft inside key press handler, but rather
schedule it half of a second later; should fix #67, "autosave
make re-rediting message crazy"

20 years ago0.9.3claws82
Christoph Hohmann [Wed, 30 Jul 2003 20:16:07 +0000 (20:16 +0000)]
0.9.3claws82

* src/plugins/trayicon/trayicon.c
        process pending events before unloading the plugin

(closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)

20 years ago* src/common/hooks.c
Alfons Hoogervorst [Wed, 30 Jul 2003 15:16:18 +0000 (15:16 +0000)]
* src/common/hooks.c
parameter 2 of g_hook_destroy() should really be a hook id

20 years ago* src/common/plugin.c
Alfons Hoogervorst [Wed, 30 Jul 2003 09:24:21 +0000 (09:24 +0000)]
* src/common/plugin.c
fix a possibly harmful function signature mismatch
for plugin_done

20 years agoconst correctness
Alfons Hoogervorst [Wed, 30 Jul 2003 08:25:34 +0000 (08:25 +0000)]
const correctness

20 years agoMake summaryview compile again.
Darko Koruga [Wed, 30 Jul 2003 05:55:18 +0000 (05:55 +0000)]
Make summaryview compile again.

20 years ago* src/crash.c
Luke Plant [Wed, 30 Jul 2003 01:19:19 +0000 (01:19 +0000)]
* src/crash.c
* src/main.c
        o added/moved signal handlers for SIGTERM (normal kill command) and
          SIGINT (ctl-c) to be used even without --enable-crash-dialog,
          fixing bug 166

* src/summaryview.c
o rewrote menu sensitivity code as per mainwindow.c, fixing bug 227

* src/mainwindow.c
o changed sensitivity condition for 'Next new' and 'Next unread',
  fixing bug 8

20 years ago* src/mainwindow.c
Luke Plant [Wed, 30 Jul 2003 01:14:39 +0000 (01:14 +0000)]
* src/mainwindow.c
o changed sensitivity condition for 'Next new' and 'Next unread',
  fixing bug 8

20 years ago* src/summaryview.c
Luke Plant [Wed, 30 Jul 2003 01:13:23 +0000 (01:13 +0000)]
* src/summaryview.c
o rewrote menu sensitivity code as per mainwindow.c, fixing bug 227

20 years ago* src/crash.c
Luke Plant [Wed, 30 Jul 2003 01:11:23 +0000 (01:11 +0000)]
* src/crash.c
* src/main.c
o added/moved signal handlers for SIGTERM (normal kill command) and
  SIGINT (Ctl-c) to be used even without --enable-crash-dialog,
    fixing bug 166

20 years ago* src/common/utils.[ch]
Alfons Hoogervorst [Tue, 29 Jul 2003 19:47:24 +0000 (19:47 +0000)]
* src/common/utils.[ch]
add generate_msgid()
* src/messageview.c
save ack'ed RRR; fixes #205, "return receipt is not saved in
sent folder".

20 years agoremove duplicated code
Paul Mangan [Tue, 29 Jul 2003 15:43:10 +0000 (15:43 +0000)]
remove duplicated code

20 years ago* src/messageview.c
Alfons Hoogervorst [Tue, 29 Jul 2003 15:40:29 +0000 (15:40 +0000)]
* src/messageview.c
plug a memleak

20 years ago* src/mimeview.[ch]
Alfons Hoogervorst [Tue, 29 Jul 2003 13:14:26 +0000 (13:14 +0000)]
* src/mimeview.[ch]
* src/gtk/gtkvscrollbutton.[ch]
fix UI glitch where mime icon toolbox' scroll position is not
reset after switching to another message

20 years agosplit the folder prefs into 2 separate pages
Paul Mangan [Tue, 29 Jul 2003 13:07:59 +0000 (13:07 +0000)]
split the folder prefs into 2 separate pages

20 years agoprepend '\n\n' to a siganture without a separator
Paul Mangan [Tue, 29 Jul 2003 12:54:22 +0000 (12:54 +0000)]
prepend '\n\n' to a siganture without a separator

20 years agofix 2 auto-sig bugs
Paul Mangan [Tue, 29 Jul 2003 12:15:48 +0000 (12:15 +0000)]
fix 2 auto-sig bugs

20 years agouse the colour from the folder pref unless the folder has new messages
Paul Mangan [Tue, 29 Jul 2003 10:16:32 +0000 (10:16 +0000)]
use the colour from the folder pref unless the folder has new messages

20 years ago* src/procmsg.[ch]
Alfons Hoogervorst [Tue, 29 Jul 2003 08:27:28 +0000 (08:27 +0000)]
* src/procmsg.[ch]
* src/messageview.c
* src/procheader.c
rewrite return receipt request work a little bit (the former
implementation presumably depended too much on the UI setting
flags). (we're losing the old pending flag.)

20 years ago0.9.3claws68
Christoph Hohmann [Mon, 28 Jul 2003 22:30:01 +0000 (22:30 +0000)]
0.9.3claws68

* src/folder.c
* src/imap.c
* src/mh.c
* src/procmsg.[ch]
        fix copy to IMAP folder from other folder

20 years ago0.9.3claws67
Christoph Hohmann [Mon, 28 Jul 2003 21:48:21 +0000 (21:48 +0000)]
0.9.3claws67

* src/procmsg.c
        fix sync of procmsg_get_message_file_list

20 years ago0.9.3claws66
Christoph Hohmann [Mon, 28 Jul 2003 21:13:11 +0000 (21:13 +0000)]
0.9.3claws66

* sync with 0.9.3cvs14
        see ChangeLog 2003-07-18
* sync with 0.9.3cvs17
        see ChangeLog 2003-07-23

20 years agoupdate Spanish translation
Paul Mangan [Mon, 28 Jul 2003 17:29:41 +0000 (17:29 +0000)]
update Spanish translation

20 years ago0.9.3claws64
Christoph Hohmann [Mon, 28 Jul 2003 15:47:24 +0000 (15:47 +0000)]
0.9.3claws64

* src/folder.[ch]
* src/imap.c
* src/mh.c
        return new message numbers as a GRelation instead of a GSList
        that has to be in the same order as the input list. A list
        would make it hard for IMAP to optimize oepration by sorting
        the input list. The returned list would have to be reordered
        to match the same order that input list has.

* src/gtk/gtkaspell.c
        fix missing return value, could cause a crash when garbage is
        on the stack that is used as the expected return value

20 years agosync with 0.9.4cvs1
Paul Mangan [Mon, 28 Jul 2003 07:22:26 +0000 (07:22 +0000)]
sync with 0.9.4cvs1

20 years ago* src/mimeview.c
Alfons Hoogervorst [Sun, 27 Jul 2003 19:04:30 +0000 (19:04 +0000)]
* src/mimeview.c
tweak it more to make icon list act like a check button group

20 years ago0.9.3claws61
Christoph Hohmann [Sun, 27 Jul 2003 15:41:59 +0000 (15:41 +0000)]
0.9.3claws61

* sync with 0.9.3cvs20
        see ChangeLog 2003-07-25

20 years agore-commit changes from 0.9.3claws58
Paul Mangan [Sun, 27 Jul 2003 15:10:02 +0000 (15:10 +0000)]
re-commit changes from 0.9.3claws58

20 years agoa sync from 0.9.3cvs17
Paul Mangan [Sun, 27 Jul 2003 14:59:35 +0000 (14:59 +0000)]
a sync from 0.9.3cvs17

20 years ago* src/procmsg.c
Alfons Hoogervorst [Sun, 27 Jul 2003 11:48:03 +0000 (11:48 +0000)]
* src/procmsg.c
add missing header members to MsgInfo; fixes the problem of
not displaying X-Faces, as noticed by Ricardo Mones

20 years agocommit configure.ac
Christoph Hohmann [Sat, 26 Jul 2003 20:10:45 +0000 (20:10 +0000)]
commit configure.ac

20 years ago0.9.3claws57
Christoph Hohmann [Sat, 26 Jul 2003 19:07:16 +0000 (19:07 +0000)]
0.9.3claws57

* sync with 0.9.3cvs18
        see ChangeLog 2003-07-24

20 years ago0.9.3claws56
Christoph Hohmann [Sat, 26 Jul 2003 18:30:25 +0000 (18:30 +0000)]
0.9.3claws56

* sync with 0.9.3cvs17
        see ChangeLog 2003-07-23

20 years ago0.9.3claws55
Christoph Hohmann [Sat, 26 Jul 2003 17:01:47 +0000 (17:01 +0000)]
0.9.3claws55

* src/folder.[ch]
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
        add support for copy function that copy multiple messages
        (not implemented yet)

* src/summaryview.c
        add missing return value

20 years agotools/multiwebsearch.pl: do whitespace substitution before passing the string to...
Paul Mangan [Sat, 26 Jul 2003 10:05:48 +0000 (10:05 +0000)]
tools/multiwebsearch.pl: do whitespace substitution before passing the string to the browser

20 years ago0.9.3claws53
Christoph Hohmann [Fri, 25 Jul 2003 18:47:43 +0000 (18:47 +0000)]
0.9.3claws53

* src/folder.[ch]
* src/imap.c
* src/mh.c
        rewrite adding of multiple messages to a folder for
        claws' folder system

20 years ago* src/mimeview.c
Luke Plant [Fri, 25 Jul 2003 12:39:29 +0000 (12:39 +0000)]
* src/mimeview.c
o icon toggles set correctly on leaving ctree mimeview

20 years agopartial sync with 0.9.3cvs21
Paul Mangan [Fri, 25 Jul 2003 07:31:02 +0000 (07:31 +0000)]
partial sync with 0.9.3cvs21

20 years agofix typo
Paul Mangan [Thu, 24 Jul 2003 16:07:51 +0000 (16:07 +0000)]
fix typo

20 years agosrc/mimeview.c: increase the gutter size of paned so that the panes can be resized
Paul Mangan [Thu, 24 Jul 2003 09:42:43 +0000 (09:42 +0000)]
src/mimeview.c: increase the gutter size of paned so that the panes can be resized

20 years agofix typo
Paul Mangan [Thu, 24 Jul 2003 09:41:27 +0000 (09:41 +0000)]
fix typo

20 years agoremoved
Paul Mangan [Thu, 24 Jul 2003 08:49:53 +0000 (08:49 +0000)]
removed

20 years agominor changes: fix typos
Paul Mangan [Thu, 24 Jul 2003 08:49:21 +0000 (08:49 +0000)]
minor changes: fix typos

20 years ago* src/mimeview.c
Alfons Hoogervorst [Thu, 24 Jul 2003 06:34:22 +0000 (06:34 +0000)]
* src/mimeview.c
make icon list look like a list of toggles

20 years ago* src/pixmaps/mimeview_gpg_expired.xpm
Luke Plant [Thu, 24 Jul 2003 00:44:23 +0000 (00:44 +0000)]
* src/pixmaps/mimeview_gpg_expired.xpm
* src/pixmaps/mimeview_gpg_failed.xpm
* src/pixmaps/mimeview_gpg_passed.xpm
* src/pixmaps/mimeview_text_html.xpm
* src/pixmaps/mimeview_image.xpm
o all icons the same size

* src/mimeview.[ch]
o mimeview ctree arranged vertically above the viewer
o icons changed to buttons
o can use keyboard to select an icon (Enter)
o resize icon list to width of icons

*  src/gtk/gtkvscrollbutton.c
o sensitivity of buttons reacts to position

20 years ago* src/mimeview.[ch]
Luke Plant [Thu, 24 Jul 2003 00:40:01 +0000 (00:40 +0000)]
* src/mimeview.[ch]
o mimeview ctree arranged vertically above the viewer
o icons changed to buttons
o can use keyboard to select an icon (Enter)
o resize icon list to width of icons

20 years ago* src/gtk/gtkvscrollbutton.c
Luke Plant [Thu, 24 Jul 2003 00:39:07 +0000 (00:39 +0000)]
*  src/gtk/gtkvscrollbutton.c
o sensitivity of buttons reacts to position

20 years ago* src/pixmaps/mimeview_gpg_expired.xpm
Luke Plant [Thu, 24 Jul 2003 00:36:52 +0000 (00:36 +0000)]
* src/pixmaps/mimeview_gpg_expired.xpm
* src/pixmaps/mimeview_gpg_failed.xpm
* src/pixmaps/mimeview_gpg_passed.xpm
* src/pixmaps/mimeview_text_html.xpm
* src/pixmaps/mimeview_image.xpm
o made all icons the same size

20 years ago0.9.3claws45
Christoph Hohmann [Wed, 23 Jul 2003 14:51:47 +0000 (14:51 +0000)]
0.9.3claws45

* sync with 0.9.3cvs14 (incomplete)
        see ChangeLog 2003-07-17

20 years ago* src/folder.c
Alfons Hoogervorst [Wed, 23 Jul 2003 09:24:20 +0000 (09:24 +0000)]
* src/folder.c
* src/procmsg.h
sync with my local tree to restore some claws-only things

20 years agoindicate missing keys and expired sigs/keys in mime view column
Paul Mangan [Wed, 23 Jul 2003 08:46:58 +0000 (08:46 +0000)]
indicate missing keys and expired sigs/keys in mime view column

20 years agoRedirect fixes: enable automatic account selection and do not append signature to...
Paul Mangan [Wed, 23 Jul 2003 06:34:05 +0000 (06:34 +0000)]
Redirect fixes: enable automatic account selection and do not append signature to message on changing account

20 years agosync with 0.9.3cvs16
Paul Mangan [Wed, 23 Jul 2003 06:04:17 +0000 (06:04 +0000)]
sync with 0.9.3cvs16

20 years ago* src/inc.c
Alfons Hoogervorst [Tue, 22 Jul 2003 23:55:17 +0000 (23:55 +0000)]
* src/inc.c
give progress dialog a main window, and give it the first
one (presumably the only one). fixes bug #247, "segfault on
pop-before-smtp"

20 years ago* src/summaryview.c
Alfons Hoogervorst [Tue, 22 Jul 2003 21:36:48 +0000 (21:36 +0000)]
* src/summaryview.c
shift-space scrolls up

20 years agojust added the tools README as README.tools to the docs stuff
Jens Oberender [Tue, 22 Jul 2003 12:55:55 +0000 (12:55 +0000)]
just added the tools README as README.tools to the docs stuff

20 years ago sync with 0.9.3cvs15
Paul Mangan [Tue, 22 Jul 2003 11:38:24 +0000 (11:38 +0000)]
 sync with 0.9.3cvs15

20 years ago* src/compose.c
Alfons Hoogervorst [Mon, 21 Jul 2003 20:25:19 +0000 (20:25 +0000)]
* src/compose.c
put menu inside #ifdef USE_ASPELL..#endif

20 years ago0.9.3claws36
Christoph Hohmann [Sun, 20 Jul 2003 18:04:11 +0000 (18:04 +0000)]
0.9.3claws36

* src/procmsg.c
        fix wrong flags in MsgInfo returned by
        procmsg_msginfo_get_full_info()

(closes Bug 221 Deleting messages from the Message View gives incorrect
 new/unread message counts in the folder view)

* src/plugins/spamassassin/spamassassin_gtk.c
        add gettext macro for prefs page title

20 years agocorrection: one line better than two
Paul Mangan [Sun, 20 Jul 2003 09:24:12 +0000 (09:24 +0000)]
correction: one line better than two

20 years agoredraw icon list on signature check
Paul Mangan [Sun, 20 Jul 2003 09:14:33 +0000 (09:14 +0000)]
redraw icon list on signature check

20 years ago0.9.3claws34
Christoph Hohmann [Sun, 20 Jul 2003 01:15:54 +0000 (01:15 +0000)]
0.9.3claws34

* src/Makefile.am
* src/account.c
* src/folder.[ch]
* src/folder_item_prefs.[ch]            ** NEW **
* src/folderview.c
* src/mainwindow.c
* src/mh.c
* src/prefs_gtk.c
* src/prefs_scoring.c
* src/summaryview.c
* src/prefs_folder_item.[ch]
        o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
          Properties dialog
        o use prefswindow for folder properties

* src/gtk/prefswindow.[ch]
        change implementation to use an invisible notebook instead
        of unparenting widgets

20 years ago0.9.3claws33
Christoph Hohmann [Sat, 19 Jul 2003 22:36:53 +0000 (22:36 +0000)]
0.9.3claws33

* src/compose.h
* src/folder.c
* src/folderview.h
* src/headerview.h
* src/prefs_filtering.h
* src/prefs_folder_item.[ch]
* src/procmime.h
* src/procmsg.h
* src/summaryview.h
        clean up header mess
(always use 1. typedefs, 2. #includes, 3. structures)

* src/common/version.h.in
        add casts for constants

* src/plugins/demo/demo.c
        fix typo

* src/plugins/spamassassin/spamassassin.c
        remove unused variable

20 years ago* src/mimeview.c
Alfons Hoogervorst [Sat, 19 Jul 2003 22:24:05 +0000 (22:24 +0000)]
* src/mimeview.c
o make icon buttons respond on left click
o minor cosmetic change

20 years ago* src/mimeview.[ch]
Luke Plant [Sat, 19 Jul 2003 21:08:55 +0000 (21:08 +0000)]
* src/mimeview.[ch]
* src/gtk/gtkvscrollbutton.c
* src/messageview.c
o improved mimeview behaviour when selecting a new message
o plus code cleanups to remove compile warnings

20 years ago* src/procmsg.c
Alfons Hoogervorst [Sat, 19 Jul 2003 18:41:15 +0000 (18:41 +0000)]
* src/procmsg.c
* src/compose.c
* src/common/utils.[ch]
subject_get_reply_prefix_length() <- subject_get_prefix_length()

20 years ago* src/prefs_folder_item.c
Alfons Hoogervorst [Sat, 19 Jul 2003 17:55:11 +0000 (17:55 +0000)]
* src/prefs_folder_item.c
reinit "legacy" tmp_prefs, so we don't free nor use invalid
string pointers

20 years ago* src/messageview.c
Luke Plant [Sat, 19 Jul 2003 13:59:21 +0000 (13:59 +0000)]
* src/messageview.c
* src/mimeview.[ch]
* src/procmime.h
* src/rfc2015.c
* src/stock_pixmap.[ch]
* src/gtk/Makefile.am
* src/Makefile.am
* src/gtk/gtkvscrollbutton.[ch]   ** NEW **
* src/pixmaps/mime_*.xpm          ** NEW **
o mimeview rearrangement with a new icon shortcut bar
VS: ----------------------------------------------------------------------

20 years ago* src/messageview.c
Luke Plant [Sat, 19 Jul 2003 13:50:29 +0000 (13:50 +0000)]
* src/messageview.c
* src/mimeview.c
* src/mimeview.h
* src/procmime.h
* src/rfc2015.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/gtk/Makefile.am
* src/Makefile.am
* src/gtk/gtkvscrollbutton.[ch]  ** new **
* src/pixmaps/mime_*.xpm         ** new **

mimeview rearrangement with a new icon shortcut bar
VS: ----------------------------------------------------------------------

20 years ago* src/folderview.c
Alfons Hoogervorst [Sat, 19 Jul 2003 10:38:04 +0000 (10:38 +0000)]
* src/folderview.c
o plug leaking nodes_to_recollapse
o add folderview_recollapse_all_nodes() (not used yet)

20 years ago* src/compose.c
Alfons Hoogervorst [Fri, 18 Jul 2003 22:42:05 +0000 (22:42 +0000)]
* src/compose.c
* src/common/utils.c
honour #240 "Better SUBJECT handling" by cleaning the prefix
for both forwarding as replying

20 years ago0.9.3claws25
Christoph Hohmann [Fri, 18 Jul 2003 19:08:45 +0000 (19:08 +0000)]
0.9.3claws25

* configure.ac
* src/common/sylpheed.[ch]
* src/common/version.h.in
        add version in numeric form to allow easy comparison

* src/plugins/demo/demo.c
        add version check
        - sylpheed version > plugin version => never allowed, sylpheed
          could contain unknown API changes
        - sylpheed version < minimum version required => don't load,
          API required not available (if linking does not fail)

20 years ago* src/common/plugin.[ch]
Alfons Hoogervorst [Fri, 18 Jul 2003 18:44:54 +0000 (18:44 +0000)]
* src/common/plugin.[ch]
const correctness

20 years ago0.9.3claws23
Christoph Hohmann [Fri, 18 Jul 2003 15:47:27 +0000 (15:47 +0000)]
0.9.3claws23

* src/common/hooks.c
        fix crash when hooks where unregisted

* src/plugins/trayicon/trayicon.c
        unregister detroy signal before destroying the widget
        (still crashes when the plugin is unloaded)

20 years ago* src/folderview.[ch]
Alfons Hoogervorst [Thu, 17 Jul 2003 22:49:51 +0000 (22:49 +0000)]
* src/folderview.[ch]
* src/prefs_common.[ch]
delay expanding folder tree during drags until timeout triggered
(needs perhaps some tweaking, so testing is welcome)

20 years ago* src/folderview.c
Alfons Hoogervorst [Thu, 17 Jul 2003 18:29:30 +0000 (18:29 +0000)]
* src/folderview.c
clean up cruft

20 years ago0.9.3claws20
Christoph Hohmann [Thu, 17 Jul 2003 18:13:15 +0000 (18:13 +0000)]
0.9.3claws20

* src/common/session.c
        fix opening of SSL connections

* src/plugins/image_viewer/Makefile.am
        add OPENSSL_CFLAGS (we should find a better solution to remove
        this dependencies if they are not required)

* src/plugins/spamassassin/spamassassin.c
        remove setlocale workaround (fixed in libspamc)

20 years ago* src/common/hooks.[ch]
Alfons Hoogervorst [Thu, 17 Jul 2003 14:23:12 +0000 (14:23 +0000)]
* src/common/hooks.[ch]
* src/plugins/clamav/clamav_plugin.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/trayicon/trayicon.c
fix signedness muck

20 years ago* src/procmime.c
Alfons Hoogervorst [Thu, 17 Jul 2003 10:55:20 +0000 (10:55 +0000)]
* src/procmime.c
plug memleak

20 years ago* src/inc.c
Alfons Hoogervorst [Thu, 17 Jul 2003 10:07:45 +0000 (10:07 +0000)]
* src/inc.c
plug memleak

20 years agoadd link to the Claws site's FAQ page in Help menu
Paul Mangan [Thu, 17 Jul 2003 08:55:55 +0000 (08:55 +0000)]
add link to the Claws site's FAQ page in Help menu

20 years ago* src/folderview.[ch]
Alfons Hoogervorst [Thu, 17 Jul 2003 08:39:41 +0000 (08:39 +0000)]
* src/folderview.[ch]
* src/summaryview.[ch]
* src/mimeview.[ch]
plug DnD leaks