[PATCH] Tabbed version of Dillo, now available on geocities
Hiya! I put my patch for a tabbed version of Dillo on a geocities page, so if you are quick you might be able to download it before Yahoo? shuts it down because the site has exceeded its puny transfer allowance. Get it here: http://www.geocities.com/ikbenfrank/dillo-20030615-tabs.patch.gz md5sum: dae3cc4bb8c6c31050abaf8013a7e973 As said, this patch applies to today's (well, yesterday's) CVS version of Dillo. Good Luck//Frank -- WWWWW ________________________ ## o o\ / Frank de Lange \ }# \| / +46-734352015 \ \ `--| _/ <Hacker for Hire> \ `---' \ +31-640037120 / \ frank@unternet.org / `------------------------' [ "Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est." ]
On Tue, 17 Jun 2003 01:21:34 +0200 Frank de Lange <frank@unternet.org> wrote:
Hiya!
I put my patch for a tabbed version of Dillo on a geocities page, so if you are quick you might be able to download it before Yahoo? shuts it down because the site has exceeded its puny transfer allowance.
Get it here:
http://www.geocities.com/ikbenfrank/dillo-20030615-tabs.patch.gz
md5sum: dae3cc4bb8c6c31050abaf8013a7e973
As said, this patch applies to today's (well, yesterday's) CVS version of Dillo.
Good Luck//Frank
This is great, Frank! How does one apply the patch? Todd
Todd Slater wrote:
On Tue, 17 Jun 2003 01:21:34 +0200 Frank de Lange <frank@unternet.org> wrote:
Hiya!
I put my patch for a tabbed version of Dillo on a geocities page, so if you are quick you might be able to download it before Yahoo? shuts it down because the site has exceeded its puny transfer allowance.
Get it here:
http://www.geocities.com/ikbenfrank/dillo-20030615-tabs.patch.gz
md5sum: dae3cc4bb8c6c31050abaf8013a7e973
As said, this patch applies to today's (well, yesterday's) CVS version of Dillo.
Good Luck//Frank
This is great, Frank! How does one apply the patch? Todd
_______________________________________________ Dillo-dev mailing list Dillo-dev@lists.auriga.wearlab.de http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
First, take a chicken... Well, no, skip the chicken, get the CVS version of Dillo instead (see the Dillo website for how to do this). Go to the base directory (/usr/src/dillo-cvs/dillo or something like that), and apply the patch using something like zcat name_of_gzipped_patch_file|patch -p1. If everything went allright, you now have a patched version of Dillo. So: get CVS version of Dillo get patch cd /to/where/you/put/dillo zcat /where/you/put/dillo-20030615-tabs.patch.gz | patch -p1 ./autogen.sh (this rebuilds the auto*tools files) ./configure (with the usual options like --prefix=, etc) (if you want to DISABLE tabs, use --disable-tabs after configure) make su -c 'make uninstall && make install' But, err, you already knew that, or you would not be subscribed to a developers list, right? It is late, I should sleep now. Go'Natt//Frank -- WWWWW ________________________ ## o o\ / Frank de Lange \ }# \| / +46-734352015 \ \ `--| _/ <Hacker for Hire> \ `---' \ +31-640037120 / \ frank@unternet.org / `------------------------' [ "Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est." ]
Hi,
I put my patch for a tabbed version of Dillo on a geocities page, so if you are quick you might be able to download it before Yahoo? shuts it down because the site has exceeded its puny transfer allowance.
I put it as a mirror on http://www.hs.uni-hamburg.de/~stcd102/dillo-20030615-tabs.patch.gz md5 of the ungzipped version is : MD5 (dillo-20030615-tabs.patch) = 430aa3489ab88e3fec5486786c7d7648 Maybe Frank should double check that. A few notes : - on first inspection it works ;-) - On my FreeBSD 4.8 system with gcc version 2.95.4 I need to move one line to make it compile like : $ diff -c tab.c.frank tab.c.new *** tab.c.frank Tue Jun 17 10:01:42 2003 --- tab.c.new Tue Jun 17 10:03:30 2003 *************** *** 304,309 **** --- 304,311 ---- void a_Tab_visibility_update(BrowserWindow *bw) { + gboolean hide_tabs; + g_return_if_fail(bw != NULL); /* this gets called in the tab switching code, which in turn gets called when *************** *** 313,320 **** */ if(!GTK_IS_CONTAINER(bw->container)) return; - - gboolean hide_tabs; /* HIDE tab bar IF * - there is only one tab left AND the preference tab_bar_show_single_tab --- 315,320 ---- - and last : the patches against configure and one Makefile.in won't apply, but this can be ignored if I do another ./autogen.sh; ./configure step after patching. Now, on to finding some time to playing with it :-) ... hmmmm .... frames .... Cheers, Andreas -- **************************** NEW ADDRESS ****************************** Hamburger Sternwarte Universitaet Hamburg Gojenbergsweg 112 Tel. ++49 40 42891 4016 D-21029 Hamburg, Germany Fax. ++49 40 42891 4198
On Tue, Jun 17, 2003 at 10:10:22AM +0200, Andreas Schweitzer wrote:
Hi,
I put my patch for a tabbed version of Dillo on a geocities page, so if you are quick you might be able to download it before Yahoo? shuts it down because the site has exceeded its puny transfer allowance.
I put it as a mirror on http://www.hs.uni-hamburg.de/~stcd102/dillo-20030615-tabs.patch.gz
md5 of the ungzipped version is : MD5 (dillo-20030615-tabs.patch) = 430aa3489ab88e3fec5486786c7d7648
Maybe Frank should double check that.
I just downloaded your mirrored copy, the uncompressed patch is identical to the one I distributed. Good.
A few notes : - on first inspection it works ;-)
I hope it also works on more than first inspection. It does for me...
- On my FreeBSD 4.8 system with gcc version 2.95.4 I need to move one line to make it compile like :
Yeah, the code needs some cleanup still. I'll go through it for the next patch, and try it on FreeBSD as well.
- and last : the patches against configure and one Makefile.in won't apply, but this can be ignored if I do another ./autogen.sh; ./configure step after patching.
I will exclude the 'generated' files in the next patch.
Now, on to finding some time to playing with it :-) ... hmmmm .... frames ....
Try the tabs first I'd say, and give some feedback on the design of DilloDoc... Cheers//Frank -- WWWWW ________________________ ## o o\ / Frank de Lange \ }# \| / +46-734352015 \ \ `--| _/ <Hacker for Hire> \ `---' \ +31-640037120 / \ frank@unternet.org / `------------------------' [ "Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est." ]
On 2003-06-17 at 10:44 +0200, Frank de Lange wrote:
On Tue, Jun 17, 2003 at 10:10:22AM +0200, Andreas Schweitzer wrote:
- On my FreeBSD 4.8 system with gcc version 2.95.4 I need to move one line to make it compile like :
Yeah, the code needs some cleanup still. I'll go through it for the next patch, and try it on FreeBSD as well.
That particular problem wasn't caused by FreeBSD. It's because the code made use of a C99 feature, allowing variables to be declared anywhere, not just at the head of a function. If you're using gcc 3.<something>, then you can use "gcc -std=c89" to ensure conformance to the older standard. It _should_ highlight issues like this one. HTH, -- 2001: Blogging invented. Promises to change the way people bore strangers with banal anecdotes about their pets. <http://www.thelemon.net/issues/timeline.php>
participants (4)
-
Andreas Schweitzer
-
Frank de Lange
-
Phil Pennock
-
Todd Slater