[mathgl] branch master updated (5a56ae6 -> d5f55e1)

Dimitrios Eftaxiopoulos eftaxiop-guest at moszumanska.debian.org
Sun Feb 14 13:10:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

eftaxiop-guest pushed a change to branch master
in repository mathgl.

      from  5a56ae6   Prepare for release
       new  d43a236   Imported Upstream version 2.3.4
       new  d5f55e1   Merge tag 'upstream/2.3.4'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                |   74 +--
 ChangeLog                     |    1 -
 ChangeLog.txt                 |   56 ++-
 clean-svn                     |    3 -
 examples/CMakeLists.txt       |    4 +-
 examples/fltk_example.cpp     |   37 +-
 examples/full_test.cpp        |   44 +-
 examples/qt_example.cpp       |   36 +-
 examples/samples.cpp          |  174 ++++++-
 fonts/CMakeLists.txt          |    7 +-
 {utils => fonts}/make_bin.cpp |    2 +-
 include/config.h.in           |    4 +-
 include/mgl2/Fl_MathGL.h      |   12 +-
 include/mgl2/abstract.h       |   42 +-
 include/mgl2/base.h           |    8 +-
 include/mgl2/canvas_cf.h      |   10 +-
 include/mgl2/canvas_wnd.h     |    3 +
 include/mgl2/data.h           |   39 +-
 include/mgl2/data_cf.h        |   18 +-
 include/mgl2/datac.h          |    4 +-
 include/mgl2/define.h         |    4 +
 include/mgl2/fltk.h           |    4 +-
 include/mgl2/font.h           |    2 +-
 include/mgl2/mgl.h            |   31 +-
 include/mgl2/pde.h            |   11 +
 include/mgl2/plot.h           |   12 +-
 include/mgl2/prim.h           |    2 +-
 include/mgl2/qmathgl.h        |    9 +
 include/mgl2/wnd.h            |   46 +-
 include/xpm/pause.xpm         |   22 +
 lang/data.i                   |   26 +
 lang/mgl.i                    | 1102 ++++++++++++++++++++++++++++++++++++-----
 make_release                  |   57 +++
 mgltex/CMakeLists.txt         |   14 +-
 mgltex/mgltex.dtx             |  556 +++++++++++++--------
 mgltex/mgltex.ins             |    4 +-
 mgltex/mgltex.pdf             |  Bin 510993 -> 521993 bytes
 mgltex/mgltex.sty             |  882 ---------------------------------
 mgltex/sample.tex             |   26 +-
 src/CMakeLists.txt            |    2 +-
 src/addon.cpp                 |    1 -
 src/base.cpp                  |    5 +-
 src/canvas.cpp                |    4 +-
 src/canvas_cf.cpp             |    8 +
 src/complex.cpp               |   24 +-
 src/complex_ex.cpp            |    2 +-
 src/cont.cpp                  |    2 +-
 src/crust.cpp                 |  107 +++-
 src/data.cpp                  |   35 +-
 src/data_ex.cpp               |    6 +-
 src/data_gr.cpp               |    4 +-
 src/data_io.cpp               |   64 ++-
 src/def_font.cc               |    2 +-
 src/eval.cpp                  |   16 +-
 src/evalp.cpp                 |   22 +-
 src/exec.cpp                  |  123 +++--
 src/font.cpp                  |    6 +-
 src/parser.cpp                |    7 -
 src/pde.cpp                   |  223 ++++++++-
 src/pixel.cpp                 |  137 ++---
 src/prim.cpp                  |    8 +-
 src/vect.cpp                  |   10 +-
 src/volume.cpp                |   28 +-
 src/window.cpp                |   25 +-
 texinfo/CMakeLists.txt        |   11 +-
 texinfo/core_en.texi          |   56 ++-
 texinfo/core_ru.texi          |   55 +-
 texinfo/data_en.texi          |   84 +++-
 texinfo/data_ru.texi          |   86 +++-
 texinfo/ex_mgl_en.texi        |  191 ++++++-
 texinfo/ex_mgl_ru.texi        |  194 +++++++-
 texinfo/example_en.texi       |  435 +++++++++++-----
 texinfo/example_ru.texi       |  427 ++++++++++++----
 texinfo/overview_en.texi      |   31 +-
 texinfo/overview_ru.texi      |   29 +-
 texinfo/symbols_en.texi       |    4 +-
 texinfo/symbols_ru.texi       |    4 +-
 texinfo/version_hist.txt      |    4 +-
 texinfo/web_en.texi           |   55 +-
 texinfo/web_ru.texi           |   54 +-
 texinfo/widget_en.texi        |  166 +++++--
 texinfo/widget_ru.texi        |  168 +++++--
 todo.txt                      |   29 +-
 udav/CMakeLists.txt           |    4 +-
 utils/CMakeLists.txt          |    9 +-
 utils/mglcgi.cpp              |    1 -
 utils/mglconv.cpp             |    6 +-
 utils/mglview.cpp             |    2 +-
 widgets/fltk.cpp              |   42 +-
 widgets/qt.cpp                |   44 +-
 90 files changed, 4346 insertions(+), 2104 deletions(-)
 delete mode 120000 ChangeLog
 delete mode 100755 clean-svn
 rename {utils => fonts}/make_bin.cpp (99%)
 create mode 100644 include/xpm/pause.xpm
 create mode 100755 make_release
 delete mode 100644 mgltex/mgltex.sty

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathgl.git



More information about the debian-science-commits mailing list