A what is
by Dave Symes
Good Morning Alan,
I hope you are in good spirits.
I have a question, and I'm hoping you might have an answer.
In a road near us there's a Church, "Life and Advent Church" it has been
there as long as I've lived here in Bournemouth, and I still have no idea
what sort/denomination of faith it might be.
I've pootled around the net a bit, but cannot seem to find anything
specific to that name.
Do you have any idea?
Thanks
Dave
PS: There's a vague possibility I've asked you this same question in the
past, but my medicated memory is not holding info very well.
D. :-/
--
Dave Triffid
13 years, 2 months
NS2.60 and F8
by Roger Darlington
this may be normal behaviour for any program (??) :
If I use F8 to view a (local) HTML page in NS2.60, and I edit it, when
I come to save it, it has not got the correct save address.
But if I instead Menu > ViewSource, then it does have the correct save
address.
--
Cheers
Roger
Where there's a Will, there's a Hey.
13 years, 2 months
Hang resulting in 11MB logfile.
by Dr Peter Young
I've just filed this bug report:
[quote]
This is with RISC OS 5.16 and NetSurf test build r10731.
Page http://www.rickstein.com/Steins-Fish-and-Chips.html loaded;
hourglass activity, sometimes the main animated one and sometimes the
NetSurf small one, seems to be continuous. Click on "Sample eat-in
menu". Nothing happens apart from more hourglass, till I get
impatient. Can't now quit NetSurf except with alt-break.
[unquote]
The 11MB logfile zips to 377K, which is too big to upload.
I think this must be due to bad site design (it works OK with Windows
Firefox), but is it worth sending this logfile to one of the
developers?
TIA,
With best wishes,
Peter.
--
Peter, \ / zfc Lu \ Prestbury, Cheltenham, Glos. GL52
Anne \/ __ __ \ England.
and / / \ | | |\ | / _ \ http://pnyoung.orpheusweb.co.uk
family / \__/ \_/ | \| \__/ \______________ pnyoung(a)ormail.co.uk
13 years, 2 months
NetSurf 2.6 Released
by Michael Drake
The NetSurf developers are happy to announce the immediate availability of
NetSurf 2.6. This release contains many bug fixes and improvements.
It is available to download from http://www.netsurf-browser.org/
Here is a change log detailing the important changes in this release:
Core / All
----------
* Improvements to float positioning.
* Fix absolute positioned inlines.
* Improve handling of percentage margins and paddings on floats.
* Fix several memory leaks.
* Rationalised memory allocation functions.
* Updated SSL root certificates.
* Fix handling of PNGs with zero data.
* Moved input handling into content handlers.
* Simplified browser window module.
* Fix table borders specified in em/ex units.
* Improved CSS content handling.
* Don't try to draw zero size images.
* Simplified and fixed save complete feature.
* Reduce frequency of cache clean attempts.
* Improve and optimise rendering of borders in HTML.
* Fix URL comparison issue.
* Improve object handling in HTML.
* Fix absolute positioned root element.
* Rewritten file: fetch handler for local URLs.
* Much improved directory listings for local file: paths.
* Improve handling of binary data in plain text renderer.
* Fixed cache expiry problems.
* LibCSS library (CSS parser and selection engine):
+ Allow stylesheets to be used in multiple contexts
simultaneously.
+ Fix possible stylesheet reuse crash.
RISC OS-specific
----------------
* Increased maximum allowed value for memory cache size option.
* Update 'about' page to include licences for linked components.
* Fix layout to paper width when printing.
* Fix screen redraw after printing.
* Enable sideways print option.
GTK-specific
------------
* Avoid potential use of NULL pointer.
* Fix for old versions of GTK.
* Improve internationalisation support.
* Improve handling of bitmap opacity.
* Fix redraw issues with non-HTML content.
* Cleaned up menu generation and handling.
BeOS/Haiku-specific
-------------------
* Fix build.
* Fix mimetype acquisition for local files.
* Improve handling of bitmap opacity.
* Enable knockout rendering optimisation.
* Improved polygon plotter accuracy.
* Fix colours on copy to clipboard.
AmigaOS-specific
----------------
* Fixed menus when switching tabs.
* Improved font handling.
* Text kerning.
* Update for OS4.1 Update 2.
* Simplify building of Cairo and non-Cairo versions.
* Fixed scrollbar handling.
* Better NetSurf icon.
* Improve installer.
* Better support for ARexx commands.
* Context sensitive cut/copy/paste.
* Fix clipping for non-HTML contents.
* Option to show icon under drag saves.
* Bitmap plot optimisations.
* Now uses core fetcher for file: URLs.
Framebuffer-specific
--------------------
* Framebuffer toolkit rationalised.
* Improved scrollbar support.
* Added X surface handler.
* Improved scheduling.
* Fixed redraw issues.
* Improved keypress handling.
* On screen keyboard.
* History window.
* Configurable window furniture size.
* Support for scaled bitmap plotting.
* Factored out common plot code for rendering at different bpp.
* Load and save cookies file on start and quit.
* Improve handling of bitmap opacity.
Also included are many smaller bug fixes, improvements and
documentation enhancements.
--
Michael Drake (tlsa) http://www.netsurf-browser.org/
13 years, 2 months
Summary of recent changes
by Michael Drake
Hello,
The NetSurf Developers have made many changes since NetSurf 2.5 was
released. These changes include:
+ Improvements to web page layout.
+ Fixed several memory leaks.
+ Rewritten handling of local file: URLs.
+ Directory listings for browsing local directories.
+ Many other changes. See below for a full list.
Please test the latest build:
http://www.netsurf-browser.org/downloads/riscos/testbuilds (RISC OS)
BTW, you can browse local directories by entering file:/// in the URL bar.
Changes since NetSurf 2.5:
Core / All
----------
* Improvements to float positioning.
* Fix absolute positioned inlines.
* Improve handling of percentage margins and paddings on floats.
* Fix several memory leaks.
* Rationalised memory allocation functions.
* Updated SSL root certificates.
* Fix handling of PNGs with zero data.
* Moved input handling into content handlers.
* Simplified browser window module.
* Fix table borders specified in em/ex units.
* Improved CSS content handling.
* Don't try to draw zero size images.
* Simplified and fixed save complete feature.
* Reduce frequency of cache clean attempts.
* Improve and optimise rendering of borders in HTML.
* Fix URL comparison issue.
* Improve object handling in HTML.
* Fix absolute positioned root element.
* Rewritten file: fetch handler for local URLs.
* Much improved directory listings for local file: paths.
* Improve handling of binary data in plain text renderer.
* LibCSS library (CSS parser and selection engine):
+ Allow stylesheets to be used in multiple contexts
simultaneously.
+ Fix possible stylesheet reuse crash.
RISC OS-specific
----------------
* Increased maximum allowed value for memory cache size option.
* Update 'about' page to include licences for linked components.
* Fix layout to paper width when printing.
* Fix screen redraw after printing.
* Enable sideways print option.
GTK-specific
------------
* Avoid potential use of NULL pointer.
* Fix for old versions of GTK.
* Improve internationalisation support.
* Improve handling of bitmap opacity.
* Fix redraw issues with non-HTML content.
BeOS/Haiku-specific
-------------------
* Fix build.
* Fix mimetype acquisition for local files.
* Improve handling of bitmap opacity.
* Enable knockout rendering optimisation.
* Improved polygon plotter accuracy.
* Fix colours on copy to clipboard.
AmigaOS-specific
----------------
* Fixed menus when switching tabs.
* Improved font handling.
* Text kerning.
* Update for OS4.1 Update 2.
* Simplify building of Cairo and non-Cairo versions.
* Fixed scrollbar handling.
* Better NetSurf icon.
* Improve installer.
* Better support for ARexx commands.
* Context sensitive cut/copy/paste.
* Fix clipping for non-HTML contents.
* Option to show icon under drag saves.
* Bitmap plot optimisations.
* Now uses core fetcher for file: URLs.
Framebuffer-specific
--------------------
* Framebuffer toolkit rationalised.
* Improved scrollbar support.
* Added X surface handler.
* Improved scheduling.
* Fixed redraw issues.
* Improved keypress handling.
* On screen keyboard.
* History window.
* Configurable window furniture size.
* Support for scaled bitmap plotting.
* Factored out common plot code for rendering at different bpp.
* Load and save cookies file on start and quit.
* Improve handling of bitmap opacity.
Plus other smaller fixes and changes.
Best regards,
--
Michael Drake (tlsa) http://www.netsurf-browser.org/
13 years, 2 months
LloydsTSB
by Geoffrey Baxendale
Hi,
LloydsTSB have "improved " their site and I am now having difficulty
logging in. It took three goes the other day but this morning I
can't get in at all. Keeps coming up with a "technical error". Anybody
else having trouble or is it just me?
TTFN
--
Geoff. Baxendale,
13 years, 3 months
ROOL site: error setting certificate verify locations:
by Dave Higton
I've just installed Netsurf r10743 on both Iyonix and BeagleBoard.
On trying to log in to the ROOL site, I get a warning from Netsurf:
"error setting certificate verify locations:" with a Continue button.
This /only/ happens on the BeagleBoard; doing the same thing on the
Iyonix allows me to log in.
This doesn't sound like a bug to me so much as some stored information
that needs deleting. I looked for a cookie from riscosopen but I
couldn't find one.
Anyone seen the same? Anyone know a fix?
Dave
13 years, 3 months