[DRE-commits] [ctioga2] branch master updated (704a6f6 -> c322101)
    Vincent Fourmond 
    fourmond at moszumanska.debian.org
       
    Mon Sep 14 21:03:59 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
fourmond pushed a change to branch master
in repository ctioga2.
      from  704a6f6   New upstream release
      adds  a93f5e7   Imported Upstream version 0.13.1
       new  bcf0074   Merge tag 'upstream/0.13.1'
       new  c322101   New upstream release
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:
 Changelog                                          |  36 ++++
 ctioga2.gemspec                                    |   7 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   6 +-
 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/{command-files.sh => background.sh}          |   6 +-
 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 ++
 74 files changed, 1534 insertions(+), 250 deletions(-)
 create mode 100644 lib/ctioga2/graphics/styles/scope.rb
 copy tests/{command-files.sh => background.sh} (65%)
 create mode 100755 tests/check-help.sh
 create mode 100644 tests/command-files/errors/parse-1.ct2
 create mode 100755 tests/heterogeneous-maps.sh
 create mode 100755 tests/markers.sh
 create mode 100755 tests/zaxis.sh
-- 
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