pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/vimb
Module name: wip
Committed by: leot1990
Date: Tue Jul 22 16:48:35 UTC 2014
Modified Files:
wip/vimb: Makefile distinfo
Log Message:
Update wip/vimb to vimb-2.6.
Changes (from vimb-users@ ML):
Features:
- allow to use external tool or script to handle downloads
This can be enabled with the new setting 'download-use-external'. The tool
can be set with ':set download-command'. By default vimb still runs download
through webkit built in mechanism.
- fire ambiguous numeric hints after an timeout
If hints are filtered by number, the first (current highlighted) hint is
fired automatically after a short timeout. The timeout can be changed during
runtime by ':set hint-timeout', default value is 1000ms.
- don't allow to quit vimb if webkit is still running a download
To force quit vimb the bang was introduced to quit command ':quit!'.
Fixes:
- removed memory leak in handler processing
- simplified the way the runtime settings are processed in vimb
- use g_slice_new instead of g_new* to follow the recommendations of the glib
team
- added missed quote in some default shell commands used by vimb
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.10 -r1.11 wip/vimb/Makefile
cvs -z3 rdiff -u -r1.9 -r1.10 wip/vimb/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/vimb/Makefile?r1=1.10&r2=1.11
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/vimb/distinfo?r1=1.9&r2=1.10
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index