~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to oop/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Rob Browning
  • Date: 2008-05-10 12:18:50 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080510121850-mwi7tobbfkat03vr
Tags: 1.8.5+1-1
* Incorporate new upstream stable release.

* Fix gcc 4.3 compilation problems (fixed upstream now).  Thanks to
  Alexander Schmehl <tolimar@debian.org> for the previous, related
  1.8.4+1-2.1 NMU, and to Maximiliano Curia and Daniel Schepler for the
  original patch. (closes: #462384, #466778)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-03-18  Ludovic Courtès  <ludo@gnu.org>
 
2
 
 
3
        * goops/util.scm (mapappend): Now an alias for SRFI-1's
 
4
        `append-map', which is more efficient.
 
5
        (every, any): Used and re-exported from SRFI-1.
 
6
 
 
7
2008-03-12  Ludovic Courtès  <ludo@gnu.org>
 
8
 
 
9
        * goops/describe.scm (describe): Provide `describe' (symbol),
 
10
        not `"describe"' (string).  Reported by David Pirotte
 
11
        <david@altosw.be>.
 
12
 
1
13
2005-03-24  Mikael Djurfeldt  <djurfeldt@nada.kth.se>
2
14
 
3
15
        * accessors.scm, simple.scm: New files.
277
289
 
278
290
        * goops.scm (goops-error): Removed use of oldfmt.
279
291
 
 
292
 
 
293
;; Local Variables:
 
294
;; coding: utf-8
 
295
;; End: