annotate ChangeLog @ 22:1a26d85a01be

no news is good news
author Håkan Fors nilsson <c04hfn@cs.umu.se>
date Mon, 17 Nov 2008 10:38:05 +0100
parents ae09a25b1206
children ad4ba83d0a43
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
1 -*- coding:utf-8 -*-
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
2
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
3 2008-11-10 HÃ¥kan Fors Nilsson <c04hfn@cs.umu.se>
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
4
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
5 * octave_to_python.cc: Added functions octcell_to_pyobject and octmap_to_pyobject.
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
6 * python_to_octave.cc: Added functions pydict_to_octmap and pylist_to_cellarray.
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
7
16
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
8 2008-11-10 David Grundberg <individ@acc.umu.se>
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
9
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
10 * octave_to_python.cc: Remove static storage class on explicitely
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
11 specialized templates.
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
12
14
56254a2e18e3 Removed interactive check (did not work properly)
David Grundberg <individ@acc.umu.se>
parents: 13
diff changeset
13 2008-10-23 David Grundberg <individ@acc.umu.se>
12
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
14
14
56254a2e18e3 Removed interactive check (did not work properly)
David Grundberg <individ@acc.umu.se>
parents: 13
diff changeset
15 * pytave.cc: Use octave_main() to initialize Octave. Introduces
56254a2e18e3 Removed interactive check (did not work properly)
David Grundberg <individ@acc.umu.se>
parents: 13
diff changeset
16 readline history clashes with interactive Python interpreter.
12
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
17 * configure.ac: Better testing for Python dependencies.
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
18 * configure.ac: Renamed my_ to pytave_
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
19 * configure.ac: Fixed whitespace.
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
20
8
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
21 2008-10-20 David Grundberg <individ@acc.umu.se>
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
22
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
23 * Makefile.am: added test/exceptions.py to extra dist.
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
24 * Jamfile.in: corrected dependencies
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
25
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
26
6
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
27 2008-10-18 David Grundberg <individ@acc.umu.se>
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
28
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
29 Changed license to correct one (GPLv3).
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
30
1
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
31 2008-10-17 David Grundberg <c04dgg@cs.umu.se>
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
32
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
33 First launchpad.net check in.
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
34