annotate ChangeLog @ 24:83dd1cc42f36

fixed the email adress
author Håkan Fors nilsson <c04hfn@cs.umu.se>
date Tue, 18 Nov 2008 15:01:15 +0100
parents ad4ba83d0a43
children 1d7bab3bc745
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
83dd1cc42f36 fixed the email adress
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 23
diff changeset
1 2008-11-17 HÃ¥kan Fors Nilsson <c04hfn@cs.umu.se>
22
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
2
23
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
3 * octave_to_python.cc: Added functions octcell_to_pyobject and
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
4 octmap_to_pyobject.
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
5 * python_to_octave.cc: Added functions pydict_to_octmap and
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
6 pylist_to_cellarray.
22
1a26d85a01be no news is good news
Håkan Fors nilsson <c04hfn@cs.umu.se>
parents: 16
diff changeset
7
19
583f325a520f Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 16
diff changeset
8 2008-11-17 David Grundberg <individ@acc.umu.se>
583f325a520f Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 16
diff changeset
9
583f325a520f Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 16
diff changeset
10 * pytave.cc: func_eval: Improved pytave.OctaveError messages, now
583f325a520f Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 16
diff changeset
11 includes filename, function and line of offending m-file.
583f325a520f Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 16
diff changeset
12
16
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
13 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
14
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
15 * 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
16 specialized templates.
ae09a25b1206 Fix g++ compile error on ubuntu 8.10
David Grundberg <individ@acc.umu.se>
parents: 14
diff changeset
17
14
56254a2e18e3 Removed interactive check (did not work properly)
David Grundberg <individ@acc.umu.se>
parents: 13
diff changeset
18 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
19
14
56254a2e18e3 Removed interactive check (did not work properly)
David Grundberg <individ@acc.umu.se>
parents: 13
diff changeset
20 * 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
21 readline history clashes with interactive Python interpreter.
12
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
22 * configure.ac: Better testing for Python dependencies.
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
23 * configure.ac: Renamed my_ to pytave_
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
24 * configure.ac: Fixed whitespace.
a0c819a31e02 Better checking for Python dependencies.
David Grundberg <individ@acc.umu.se>
parents: 8
diff changeset
25
8
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
26 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
27
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
28 * 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
29 * Jamfile.in: corrected dependencies
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
30
1427e0870812 Makefile.am: added test/exceptions.py to extra dist.
David Grundberg <individ@acc.umu.se>
parents: 6
diff changeset
31
6
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
32 2008-10-18 David Grundberg <individ@acc.umu.se>
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
33
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
34 Changed license to correct one (GPLv3).
d95e9d46f538 License change to GPLv3
David Grundberg <individ@acc.umu.se>
parents: 1
diff changeset
35
1
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
36 2008-10-17 David Grundberg <c04dgg@cs.umu.se>
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
37
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
38 First launchpad.net check in.
54d24156c23e Changelog
David Grundberg <c04dgg@cs.umu.se>
parents: 0
diff changeset
39
23
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
40 Local Variables:
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
41 coding: utf-8
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
42 fillcolumn: 72
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
43 End:
ad4ba83d0a43 Merge with launchpad trunk.
David Grundberg <individ@acc.umu.se>
parents: 22 19
diff changeset
44 vim: set textwidth=72 noexpandtab :