1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 19:50:23 +02:00
guile/doc/goops/ChangeLog
Mikael Djurfeldt e672dd0208 * goops.scm (equal?): Provide default method for `equal?'.
(compute-getters-n-setters): Check for bad init-thunks.

* eq.c (scm_eqv_p, scm_equal_p): Turned into a primitive generics.

* goops.texi (Object Comparisons): Removed object-eqv? and
object-equal? and added eqv?, equal? and =.
2003-04-17 18:47:18 +00:00

33 lines
1.1 KiB
Text

2003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* goops.texi (Object Comparisons): Removed object-eqv? and
object-equal? and added eqv?, equal? and =.
2002-11-08 Neil Jerram <neil@ossau.uklinux.net>
* goops.texi (Top): Say "Indices" before index nodes in main menu.
(Index): Removed (it was empty). Generally remove unnecessary
padding text that looks bad in HTML.
2002-04-08 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (CLEANFILES): Added goops.tmp, goops.cps.
2001-12-03 Thien-Thi Nguyen <ttn@giblet.glug.org>
* goops.texi: Grammar fix.
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
* Makefile.am (goops_TEXINFOS): Remove ../AUTHORS.
(TEXINFO_TEX): Added; avoids shipping multiple copies of
texinfo.tex in a single distribution.
* goops.texi: Incorporate text previously in separate AUTHORS
file.
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
The change log for files in this directory continues backwards
from 2001-08-27 in ../ChangeLog, as all the Guile documentation
prior to this date was contained in a single directory.