File: ChangeLog

package info (click to toggle)
gzilla 0.2.1-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,100 kB
  • ctags: 1,421
  • sloc: ansic: 15,554; sh: 344; makefile: 130; perl: 18
file content (72 lines) | stat: -rwxr-xr-x 2,480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Fri Jul 23 22:12:14 1999 ObiTuarY <obituary@freshmeat.net>

	* *.*: Upgraded to autoconf 2.13 and automake 1.4. Reorganization
	of the source.

	* src/interface.{c,h}: Added pixmaps for the buttons. Removed the
	open button. Doesn't it feel redundant with the location text entry
	just under it ? ;-)

	* src/pixmaps.h: New file holding the pixmaps.

0.2.0 17-18 Jul 1999 Christopher Reid Palmer <chrisp@innerFireWorks.com>
	Restructured menus, beginning to implement functionality of new menu items.
	
	Closed hole for when ~/.gzilla exists but is not a dir.
	
	Poked at bookmarks.

Mon Dec 21 00:07:36 1998  Raph Levien  <raph@gimp.org>

	* gzilladns.c: fixed a bug (adding the input handler more
	than once) that got triggered in Gtk 1.1.x.

	* gzillageturl.c: added an "about:" mechanism with simple
	redirects. This is 0.1.7.

Sun Dec 20 22:25:17 1998  Raph Levien  <raph@gimp.org>

	* Accelerator group code so that it now compiles with both
	Gtk 1.0.x and 1.1.x

	Added directory scanning support to gzilla_file (thanks to Jim
	McBeath!)

0.1.5 (2 Jan 1998 RLL)
	Finished moving junk out of bytesink (mostly into linkblock).
	Now, the former abstraction is lean and mean, and the latter
	is a junkheap :).

	Tried to hook up most of the abort/destroy logic, so it should
	leak a lot less memory now.

	I'm moving images from gtk_preview to gzw_image as well.

0.1.4 (26 Nov 1997 RLL)
	Pages > 32kpixels actually scroll now.

	Pretty significant rework of the whole abort architecture (see
	abort.html for more details). Also separated out some of the
	web-specific stuff in bytesink to linkblock.

	It seems relatively stable now, but it's nowhere near freeing
	all of the memory it allocates.

0.1.3
	Switched page widget from gtk to gzw.

	Significant enhancements in functionality and stability.
	
0.0.10
	Major change is reorganization of network code - all fetches now
	go through gzilla_url_get.

	Aborts (i.e. the implementation of the Stop button) are now
 	handled by a new bytesink signal ("abort"). The abort logic has
 	been partially upgraded to handle multiple windows - now,
 	gzilla_bw_abort_all aborts all bytesinks in a window. A similar
 	change will be needed for imgsinks as well (after this change,
 	bytesinks feeding image decoders won't go into the bytesinks
 	struct in the browser window at all, but rather into a separate,
 	analogous imgsinks structure; the abort call from the interface
 	will happen on the imgsink rather than the bytesink).