Re: netsurf: branch master updated. release/3.0-1078-g987218e

2014-02-10 Thread Michael Drake
In article , Chris Young wrote: > this is the only way to convince a new (blank) tab to have new history. Should be fixed now. -- Michael Drake (tlsa) http://www.netsurf-browser.org/

Re: netsurf: branch master updated. release/3.0-1078-g987218e

2014-02-09 Thread Chris Young
On Sat, 08 Feb 2014 23:48:02 + (GMT), Michael Drake wrote: > In article > , >Chris Young wrote: > > Yes, I know. But this is the only way to convince a new (blank) tab > > to have new history. > > Yep, I've just been looking at how to make the core handle it. I'll fix > tomorrow. It w

Re: netsurf: branch master updated. release/3.0-1078-g987218e

2014-02-08 Thread Michael Drake
In article , Chris Young wrote: > On Sat, 08 Feb 2014 23:06:56 +, Commit Mailer wibbled on for an age: > > + /* Front end /really/ should not be doing this. */ > > history_destroy(bw->history); > > - bw->history = history_create(); > > + bw->history = history_create(bw); > Yes,

Re: netsurf: branch master updated. release/3.0-1078-g987218e

2014-02-08 Thread Chris Young
On Sat, 08 Feb 2014 23:06:56 +, Commit Mailer wibbled on for an age: > + /* Front end /really/ should not be doing this. */ > history_destroy(bw->history); > - bw->history = history_create(); > + bw->history = history_create(bw); Yes, I know. But this is the only way to con