[DRE-commits] [ctioga2] 01/02: Merge tag 'upstream/0.13.1'

Vincent Fourmond fourmond at moszumanska.debian.org
Mon Sep 14 21:04:00 UTC 2015


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

fourmond pushed a commit to branch master
in repository ctioga2.

commit bcf0074fb67530888831f6f654a931303dbc7bdb
Merge: 704a6f6 a93f5e7
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Mon Sep 14 22:01:51 2015 +0200

    Merge tag 'upstream/0.13.1'
    
    Upstream version 0.13.1

 Changelog                                          |  36 ++++
 ctioga2.gemspec                                    |   7 +-
 elisp/ctioga2-mode.el                              |  31 ++-
 lib/ctioga2/commands/commands.rb                   |   3 +-
 lib/ctioga2/commands/doc/doc.rb                    |  34 +++
 lib/ctioga2/commands/doc/documentation-commands.rb |   3 +-
 lib/ctioga2/commands/doc/help.rb                   |   3 +
 lib/ctioga2/commands/doc/html.rb                   |  27 +++
 lib/ctioga2/commands/doc/man.rb                    |   2 +-
 lib/ctioga2/commands/doc/markup.rb                 |   6 +
 lib/ctioga2/commands/general-commands.rb           |  26 +++
 lib/ctioga2/commands/interpreter.rb                |   2 +-
 lib/ctioga2/commands/parsers/file.rb               |  11 +-
 lib/ctioga2/commands/parsers/old-file.rb           |   2 +-
 lib/ctioga2/commands/type.rb                       |   2 +-
 lib/ctioga2/data/backends/backends/gnuplot.rb      |   2 +-
 lib/ctioga2/data/backends/backends/text.rb         |  27 +--
 lib/ctioga2/data/datacolumn.rb                     |  34 +++
 lib/ctioga2/data/dataset.rb                        | 234 +++++++++++++++++++--
 lib/ctioga2/data/filters.rb                        |  42 +++-
 lib/ctioga2/data/stack.rb                          |   7 +-
 lib/ctioga2/graphics/elements.rb                   |   7 +
 lib/ctioga2/graphics/elements/histogram.rb         |  23 +-
 lib/ctioga2/graphics/elements/primitive.rb         |  14 +-
 lib/ctioga2/graphics/elements/subplot.rb           |  20 +-
 lib/ctioga2/graphics/elements/tangent.rb           |   4 +-
 lib/ctioga2/graphics/elements/xyz-map.rb           |  75 ++++---
 lib/ctioga2/graphics/legends/area.rb               |   4 +-
 lib/ctioga2/graphics/legends/items.rb              |   4 +-
 lib/ctioga2/graphics/styles.rb                     |   1 +
 lib/ctioga2/graphics/styles/arrows.rb              | 142 ++++++++++++-
 lib/ctioga2/graphics/styles/axes.rb                |  19 +-
 lib/ctioga2/graphics/styles/background.rb          |   2 +-
 lib/ctioga2/graphics/styles/base.rb                |  43 +++-
 lib/ctioga2/graphics/styles/box.rb                 |   2 +-
 lib/ctioga2/graphics/styles/drawable.rb            | 114 +++++-----
 lib/ctioga2/graphics/styles/errorbar.rb            |  13 +-
 lib/ctioga2/graphics/styles/factory.rb             |  89 +++++++-
 lib/ctioga2/graphics/styles/image.rb               |   1 +
 lib/ctioga2/graphics/styles/plot-types.rb          |  19 ++
 lib/ctioga2/graphics/styles/plot.rb                |   6 +-
 lib/ctioga2/graphics/styles/scope.rb               |  72 +++++++
 lib/ctioga2/graphics/styles/sets.rb                |   3 +-
 lib/ctioga2/graphics/styles/styles.rb              |   2 +-
 lib/ctioga2/graphics/styles/texts.rb               |   7 +-
 lib/ctioga2/graphics/subplot-commands.rb           |   2 +-
 lib/ctioga2/graphics/types.rb                      |   2 +-
 lib/ctioga2/graphics/types/boundaries.rb           |   7 +
 lib/ctioga2/graphics/types/dimensions.rb           |  52 ++++-
 lib/ctioga2/graphics/types/grid.rb                 |   5 +
 lib/ctioga2/graphics/types/point.rb                |   4 +-
 lib/ctioga2/log.rb                                 |  12 ++
 lib/ctioga2/metabuilder/type.rb                    |  52 +++--
 lib/ctioga2/metabuilder/types/strings.rb           |   4 +-
 lib/ctioga2/plotmaker.rb                           |  62 +++++-
 lib/ctioga2/ruby.rb                                |   2 +-
 lib/ctioga2/utils.rb                               | 161 +++++++++++++-
 lib/ctioga2/version.rb                             |   4 +-
 setup.rb                                           |   2 +-
 tests/background.sh                                |  10 +
 tests/check-help.sh                                |  13 ++
 tests/command-files/errors/parse-1.ct2             |   1 +
 tests/draw.sh                                      |   5 +-
 tests/error-bars.sh                                |   7 +-
 tests/errors.sh                                    |  12 +-
 tests/grid.sh                                      |   8 +
 tests/heterogeneous-maps.sh                        |  60 ++++++
 tests/histograms.sh                                |   8 +
 tests/markers.sh                                   |  17 ++
 tests/plots.sh                                     |   5 +
 tests/tests2montage                                |  16 +-
 tests/zaxis.sh                                     |  14 ++
 72 files changed, 1531 insertions(+), 243 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ctioga2.git



More information about the Pkg-ruby-extras-commits mailing list