head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2000.12.27.16.58.24;	author grendel;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.08.17.57.19;	author grendel;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- implemented more stuff in Newt.pmod (entry filters for example)
- added new stuff to functions.pike
@
text
@Not implemented
---------------

- implement the Pike module with all the classes that use the C glue

- create Pike objects for the newt*stacked functions equivalents

- create Pike objects for the BasicWindow and SimpleWindow equivs

Implemented
-----------

- mostly everything except for Entries and Grids (and few functions here
  and there)

- implement the object dictionary for component -> object lookup

- implement functions that require the dictionary

- set error context so that when a function is wrapped from an object
  it displays correct information (requires tracking who called us).@


1.1
log
@OK, this is the first checkin.

- don't try to use the C glue from standalong Pike scripts - it won't work
  in 99% of the cases (intended effect)
- please do not modify anything in the code for now - I'm working on the
  rest of it - once the functions are there it will be OK to modify the
  code.
@
text
@d4 1
a4 4
- set error context so that when a function is wrapped from an object
  it displays correct information (requires tracking who called us).

- implement the object dictionary for component -> object lookup
d6 1
a6 1
- implement functions that require the dictionary
d8 1
a8 1
- implement the Pike module with all the classes that use the C glue
d15 7
@

