Re: Extensions for hyphenation
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 07, corvid wrote: > Sebastian wrote: > > Just pushed to http://hg.dillo.org/dillo. I've found no problems so > > far, but please take another look. > > Is everything about hyphenation supposed to work at this point? It was supposed to work. > For instance, > > dillo -geometry 850x700 http://fltk.org > > makes the names of the snapshots very narrow, and if I try > > penalty_hyphen=inf > > part of the fltk-2 snapshot link is obscured by the image. On Sat, Dec 08, corvid wrote: > Sebastian wrote: > > Just pushed to http://hg.dillo.org/dillo. I've found no problems so > > far, but please take another look. > > Text files are giving me segfaults... > > Program received signal SIGSEGV, Segmentation fault. > 0x0809f0b8 in dw::Textblock::handleWordExtremes (this=0x819fdd8, > wordIndex=38684) at textblock_linebreaking.cc:676 > 676 par->maxParMin = prevPar->maxParMin; I was not able to reproduce any of these bugs, but I found another bug, by which <http://www.dillo.org/CSS.html> was rendered with much too wide columns. Since this fixed a memory problems, chances are high that a couple of other problems are fixed, so please test again. Sebastian