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: Sat Jun 13 19:31:34 UTC 2015
Modified Files:
wip/vimb: Makefile PLIST distinfo
Added Files:
wip/vimb/patches: patch-Makefile
Log Message:
Update wip/vimb to vimb-2.10.
Changes:
Attention (...if you have a personal config.h):
- Moved default hint css from js to config.def.h file (#199).
This requires to copy the HINT_CSS content from config.def.h to the users
config.h file, else the compilation would fail.
Features:
- Allow to use formfiller also for new html5 input types.
- Use URL for bookmark completion too (#189).
In case the bookmark has no tags, it was not possible to filter the
generated completion list. Now it's possible to use the URL of the bookmark
for the tag matching in case no tags are available. This is done by
splitting the URL on '.' and '/' characters into chunks that are use the
same way like tags would be.
- Update man page for hint-follow-last setting (#186). Thanks to Micha
Gorelick for this patch. In previous release vimb fired last remaining hint
automatically which lead to a not intended behaviour if there where only one
hintable element in viewport. Starting the hinting fired the only element.
The ne setting option "hint-follow-last" allows the user to disable the
automatic following of the last remaining hint on viewport.
- Added backspace <BS> and space <Space> as special characters for mapping (#176).
- Faster history matching by using hash table for duplicate check (#163).
This allow to process history files with much more line than the default
2000.
Fixes:
- Allow to focus editable element in iframes (#201). It wasn't possible for
focus editable elements within frames or iframes by running normal mode
command 'gi'.
- Use case insensitive xpath for focus input (#198).
- Fixed not leaved input mode on form submit (#197).
- Fixed regression of ignored strict focus in frames (#201).
- Handle switching to input mode right also for new html5 form elements.
- Various improvements of code for the switching from and to inputmode.
- Allow to escape escape char to in commands (#191).
The previous logic for the lhs of a command used '\' to escape the ' '. But
to get a single '\' it's needed to use '\\' that didn't work. Now the
backslash escapes ' ' as well as '\'. A backslash followed by any other char
is taken as is.
- Fix segfault on bookmark completion (#189).
- Removed duplicate style override for GTK3.
- Fix segfault on config file with invalid commands (#188).
- hsts: reload only the main frame. Thanks Sébastien Marie for this patch.
HSTS in done using requeueing. But due to a bug in webkit, a reload of the
frame could be required in order to display the redirected URI (and not the
original one). The patch force this reload only for the mainframe (where the
correct URI is need), and not for the subframe (where the HSTS stuff is done
by requeueing).
- Quit hinting on mouse click.
- Fixed memory leak in history generation (#163).
- Don't end :open command at pipe (#159).
The behaviour of vimb is now comparable to pentadactyl, where a '|' pipe
does not end a :open or :tabopen command. This allows now also URLs with
pipes in it.
- Thanks also to Jason Ryan helping to fix the grammar and typos in the
manual page.
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/vimb/patches/patch-Makefile
cvs -z3 rdiff -u -r1.1 -r1.2 wip/vimb/PLIST
cvs -z3 rdiff -u -r1.13 -r1.14 wip/vimb/distinfo
cvs -z3 rdiff -u -r1.18 -r1.19 wip/vimb/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/vimb/patches/patch-Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/vimb/PLIST?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/vimb/distinfo?r1=1.13&r2=1.14
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/vimb/Makefile?r1=1.18&r2=1.19
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
_______________________________________________
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