[gnuplot] 01/08: Merge.

Anton Gladky gladk at moszumanska.debian.org
Tue Jun 7 20:39:19 UTC 2016


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

gladk pushed a commit to branch master
in repository gnuplot.

commit 25734eb2a511f6c8f58cbcd1ec72f68d35085a70
Merge: 25fe36d 9808d37
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jun 7 21:35:55 2016 +0200

    Merge.

 BUGS                                               |     2 +-
 ChangeLog                                          |  7898 ++-----
 CodeStyle                                          |     2 +-
 FAQ.pdf                                            |   Bin 168035 -> 0 bytes
 INSTALL                                            |    68 +-
 Makefile.am                                        |     5 +-
 Makefile.in                                        |   110 +-
 Makefile.maint                                     |     7 +-
 NEWS                                               |   403 +-
 PATCHLEVEL                                         |     2 +-
 README.1ST                                         |    37 -
 RELEASE_NOTES                                      |   366 +-
 TODO                                               |   133 +
 VERSION                                            |     2 +-
 aclocal.m4                                         |   333 +-
 compile                                            |   347 +
 config/Makefile.am                                 |     4 +-
 config/Makefile.in                                 |    77 +-
 config/config.cyg                                  |   221 +-
 config/config.dj2                                  |     3 -
 config/config.mgw                                  |   203 +-
 config/config.nt                                   |    52 +-
 config/config.os2                                  |   202 +-
 config/config.oww                                  |    10 +-
 config/config.wc                                   |     3 -
 config/cygwin/Makefile                             |    65 +-
 config/makefile.cyg                                |    29 +-
 config/makefile.dj2                                |    18 +-
 config/makefile.emx                                |     7 +-
 config/makefile.os2                                |    15 +-
 config/makefile.unx                                |   893 -
 config/makefile.vms                                |    10 +-
 config/makefile.wc                                 |     6 +-
 config/mingw/Makefile                              |   355 +-
 config/msvc/Makefile                               |   305 +-
 config/watcom/Makefile                             |    58 +-
 configure.in                                       |   549 +-
 configure.vms                                      |    57 +-
 demo/Makefile.am                                   |    74 +-
 demo/Makefile.am.in                                |    18 +-
 demo/Makefile.in                                   |   394 +-
 demo/all.dem                                       |    67 +-
 demo/animate2.dem                                  |     2 +-
 demo/approximate.dem                               |     2 +
 demo/arrowstyle.dem                                |    71 +-
 demo/autoscale.dem                                 |     3 +-
 demo/bolditalic.dem                                |    13 +
 demo/borders.dem                                   |     2 +-
 demo/callargs.dem                                  |    35 +
 demo/cerf.dem                                      |    75 +
 demo/circles.dem                                   |     6 -
 demo/cities.dem                                    |     2 +
 demo/clipobject.dem                                |     1 -
 demo/complex_trig.dem                              |   107 +
 demo/contours.dem                                  |   176 +-
 demo/dashcolor.dem                                 |    27 +-
 demo/dashtypes.dem                                 |    49 +
 demo/datastrings.dem                               |    43 +-
 demo/dgrid3d.dem                                   |     7 +-
 demo/ellipse.dem                                   |    10 +-
 demo/ellipses_style.dem                            |     6 +-
 demo/enhanced_utf8.dem                             |     5 +-
 demo/enhancedtext.dem                              |     3 +
 demo/epslatex.dem                                  |     4 +-
 demo/fillbetween.dem                               |     2 +-
 demo/fit.dem                                       |   611 +-
 demo/fitmulti.dem                                  |    21 +-
 demo/fontfile.dem                                  |     6 +-
 demo/fontfile_latex.dem                            |     6 +-
 demo/gantt.dem                                     |    59 +
 demo/gen-random.inc                                |    15 +
 demo/heatmaps.dem                                  |    59 +-
 demo/histograms.dem                                |    10 +-
 demo/histograms2.dem                               |     6 +-
 demo/html/Makefile                                 |    45 +-
 demo/html/Makefile.canvas                          |    12 +-
 demo/html/Makefile.svg                             |    11 +-
 demo/html/gnuplot_demo.css                         |     1 -
 demo/html/index.canvas                             |    44 +-
 demo/html/index.save                               |    88 +-
 demo/html/index.svg                                |    46 +-
 demo/html/linkedaxes.patch                         |    41 +
 demo/html/webify.pl                                |     5 +-
 demo/html/webify_canvas.pl                         |    74 +-
 demo/hypertext.dem                                 |    29 +
 demo/image.dem                                     |     6 -
 demo/image2.dem                                    |    34 +-
 demo/imageNaN.dem                                  |   100 +-
 demo/iterate.dem                                   |    16 +
 demo/kdensity2d.dem                                |    12 +-
 demo/key.dem                                       |     9 +
 demo/labelplot.pdb                                 |    37 -
 demo/layout.dem                                    |    71 +-
 demo/lines_arrows.dem                              |   135 +
 demo/linkedaxes.dem                                |    43 +
 demo/macros.dem                                    |    17 +-
 demo/margins.dem                                   |     4 +-
 demo/matrix_index.dem                              |    43 +
 demo/molecule.dem                                  |     1 +
 demo/named_var.dem                                 |    18 +
 demo/nearmap.csv                                   |   117 -
 demo/nokey.dem                                     |    15 +
 demo/orbits.dem                                    |     6 -
 demo/parallel.dem                                  |    49 +
 demo/param.dem                                     |    34 +-
 demo/piecewise.dem                                 |    73 +
 demo/plugin/Makefile.am                            |    10 +
 demo/{ => plugin}/Makefile.in                      |   364 +-
 demo/plugin/demo_plugin.c                          |    92 +
 demo/plugin/gnuplot_plugin.h                       |    51 +
 demo/plugin/plugin.dem                             |    43 +
 demo/pm3d.dem                                      |    33 +-
 demo/poldat.dem                                    |     8 +-
 demo/rainbow.dem                                   |     6 -
 demo/random.dem                                    |    31 +-
 demo/rectangle.dem                                 |    34 +-
 demo/rgb_variable.dat                              |    12 +-
 demo/rgb_variable.dem                              |    40 +
 demo/rgba_lines.dem                                |    36 +
 demo/rugplot.dem                                   |    21 +
 demo/simple.dem                                    |    11 +-
 demo/smooth.dem                                    |    17 +-
 demo/starmap.dem                                   |    22 -
 demo/stringvar.dem                                 |    39 +-
 demo/surface1.dem                                  |    27 +-
 demo/timedat.dat                                   |     1 +
 demo/timedat.dem                                   |    21 +-
 demo/transparent.dem                               |     6 +-
 demo/transparent_solids.dem                        |     6 +-
 demo/utf8.dem                                      |     2 +
 demo/varcolor.dem                                  |     2 +
 demo/vector.dem                                    |    20 +-
 demo/world.dem                                     |    23 +-
 docs/Makefile.am                                   |   407 +
 docs/Makefile.in                                   |  1406 +-
 docs/README.ja                                     |   537 -
 docs/doc2ipf.c                                     |    13 +-
 docs/doc2ms.c                                      |    33 +-
 docs/doc2rnh.c                                     |     2 +-
 docs/doc2tex.c                                     |    20 +-
 docs/doc2texi.el                                   |    15 +-
 docs/faq-ja.tex                                    |  1314 +-
 docs/gnuplot-ja.doc                                |  4384 ++--
 docs/gnuplot.doc                                   |  3969 ++--
 docs/gnuplot.pdf                                   |   Bin 1592982 -> 0 bytes
 docs/gnuplot.texi                                  | 22307 -------------------
 docs/gpcard.tex                                    |     4 +-
 docs/plotstyles.gnu                                |   206 +-
 docs/psdoc/ps_symbols.gpi                          |   154 +-
 docs/term-ja.diff                                  |  1157 +-
 docs/titlepag.ipf                                  |    40 +-
 docs/titlepag.ms                                   |    53 +-
 docs/titlepag.tex                                  |    39 +-
 docs/windows/doc2html.c                            |    29 +-
 lisp/COPYING                                       |   340 -
 lisp/ChangeLog                                     |   224 -
 lisp/INSTALL                                       |    45 -
 lisp/Makefile.am                                   |    66 -
 lisp/Makefile.in                                   |   565 -
 lisp/README                                        |   127 -
 lisp/README.1st                                    |    13 -
 lisp/aclocal.m4                                    |   700 -
 lisp/configure                                     |  3807 ----
 lisp/configure.in                                  |    49 -
 lisp/dot.el                                        |     7 -
 lisp/dotemacs                                      |    21 -
 lisp/gnuplot-gui.el                                |  1750 --
 lisp/gnuplot.el                                    |  2578 ---
 lisp/gnuplot.el.old                                |   150 -
 lisp/gpelcard.tex                                  |   491 -
 m4/Makefile.in                                     |    73 +-
 m4/apple.m4                                        |    72 +-
 man/Makefile.am                                    |    14 +-
 man/Makefile.in                                    |    86 +-
 man/gnuplot-ja.1                                   |   247 +
 man/gnuplot.1                                      |    22 +-
 man/lasergnu.1                                     |    69 -
 missing                                            |   458 +-
 share/LaTeX/Makefile.in                            |    73 +-
 share/LaTeX/gnuplot-lua-tikz-common.tex            |    53 +-
 share/LaTeX/gnuplot-lua-tikz.sty                   |     4 +-
 share/Makefile.in                                  |    86 +-
 share/colors_mono.gp                               |    11 +-
 share/gnuplotrc                                    |     6 +-
 src/Makefile.am                                    |    79 +-
 src/Makefile.maint                                 |    21 +-
 src/NeXT/Controller.h                              |    35 -
 src/NeXT/Controller.m                              |   231 -
 src/NeXT/English.lproj/GnuTerm.nib/data.classes    |    51 -
 src/NeXT/English.lproj/GnuTerm.nib/data.nib        |   Bin 4149 -> 0 bytes
 src/NeXT/English.lproj/gnuview.nib/bigger.tiff     |   Bin 260 -> 0 bytes
 src/NeXT/English.lproj/gnuview.nib/data.classes    |    45 -
 src/NeXT/English.lproj/gnuview.nib/data.nib        |   Bin 1232 -> 0 bytes
 src/NeXT/English.lproj/gnuview.nib/smaller.tiff    |   Bin 372 -> 0 bytes
 src/NeXT/GnuTerm.iconheader                        |     2 -
 src/NeXT/GnuTerm.tiff                              |   Bin 9410 -> 0 bytes
 src/NeXT/GnuTerm_main.m                            |    15 -
 src/NeXT/GnuView.h                                 |    18 -
 src/NeXT/GnuView.m                                 |   128 -
 src/NeXT/Makefile                                  |    46 -
 src/NeXT/Makefile.postamble                        |   108 -
 src/NeXT/Makefile.preamble                         |    88 -
 src/NeXT/PB.gdbinit                                |     7 -
 src/NeXT/PB.project                                |    26 -
 src/NeXT/README.rtf                                |    41 -
 src/NeXT/bigger.tiff                               |   Bin 260 -> 0 bytes
 src/NeXT/gnuviewController.h                       |    24 -
 src/NeXT/gnuviewController.m                       |    92 -
 src/NeXT/smaller.tiff                              |   Bin 372 -> 0 bytes
 src/OpenStep/Controller.h                          |    24 -
 src/OpenStep/Controller.m                          |   131 -
 src/OpenStep/English.lproj/GnuTerm.nib/classes.nib |    32 -
 src/OpenStep/English.lproj/GnuTerm.nib/objects.nib |    12 -
 .../English.lproj/gnuview.nib/data.classes         |    28 -
 src/OpenStep/English.lproj/gnuview.nib/objects.nib |     7 -
 src/OpenStep/GnuTerm.iconheader                    |     2 -
 src/OpenStep/GnuTerm.tiff                          |   Bin 9410 -> 0 bytes
 src/OpenStep/GnuTerm_main.m                        |    15 -
 src/OpenStep/GnuView.h                             |    17 -
 src/OpenStep/GnuView.m                             |   101 -
 src/OpenStep/GnuViewController.h                   |    22 -
 src/OpenStep/GnuViewController.m                   |    62 -
 src/OpenStep/Makefile                              |    60 -
 src/OpenStep/Makefile.postamble                    |   108 -
 src/OpenStep/Makefile.preamble                     |    88 -
 src/OpenStep/PB.project                            |    42 -
 src/OpenStep/PBUserInfo/PBUserInfo_leigh.plist     |     9 -
 src/OpenStep/TODO                                  |     7 -
 src/README                                         |  1115 -
 src/alloc.c                                        |   228 +-
 src/alloc.h                                        |    30 +-
 src/ansichek.h                                     |    94 -
 src/axis.c                                         |   616 +-
 src/axis.h                                         |   289 +-
 src/beos/GPApp.cpp                                 |   284 -
 src/beos/GPApp.h                                   |    67 -
 src/beos/GPBitmap.cpp                              |   388 -
 src/beos/GPBitmap.h                                |   119 -
 src/beos/GPView.cpp                                |   162 -
 src/beos/GPView.h                                  |    69 -
 src/beos/GPWindow.cpp                              |   332 -
 src/beos/GPWindow.h                                |    59 -
 src/beos/Makefile.in                               |   380 -
 src/beos/XStringList.cpp                           |    16 -
 src/beos/XStringList.h                             |    47 -
 src/beos/constants.h                               |    64 -
 src/bf_test.c                                      |   133 +-
 src/binary.c                                       |   418 -
 src/binary.h                                       |    58 -
 src/bitmap.c                                       |     7 +-
 src/boundary.c                                     |  1590 ++
 src/boundary.h                                     |    28 +
 src/breaders.c                                     |    11 +-
 src/color.c                                        |   175 +-
 src/color.h                                        |    16 +-
 src/command.c                                      |  1037 +-
 src/command.h                                      |    30 +-
 src/contour.c                                      |    15 +-
 src/corgraph.asm                                   |   167 -
 src/corplot.c                                      |    77 -
 src/datablock.c                                    |   239 +
 src/datablock.h                                    |     8 +
 src/datafile.c                                     |   699 +-
 src/datafile.h                                     |    71 +-
 src/dynarray.c                                     |     4 +-
 src/eval.c                                         |   187 +-
 src/eval.h                                         |    27 +-
 src/external.c                                     |   243 +
 src/external.h                                     |   134 +
 src/fit.c                                          |  2198 +-
 src/fit.h                                          |    56 +-
 src/gadgets.c                                      |   381 +-
 src/gadgets.h                                      |   118 +-
 src/getcolor.c                                     |    19 +-
 src/getcolor.h                                     |     5 +-
 src/gp_hist.h                                      |    12 +-
 src/gp_time.h                                      |    20 +-
 src/gp_types.h                                     |    51 +-
 src/gplt_x11.c                                     |  1010 +-
 src/gplt_x11.h                                     |     4 +-
 src/graph3d.c                                      |  1302 +-
 src/graph3d.h                                      |    11 +-
 src/graphics.c                                     |  3804 +---
 src/graphics.h                                     |    18 +-
 src/header.mac                                     |    61 -
 src/help.c                                         |    31 +-
 src/hidden3d.c                                     |   144 +-
 src/hidden3d.h                                     |     3 +-
 src/history.c                                      |    90 +-
 src/hrcgraph.asm                                   |   358 -
 src/intergra.x11                                   |    19 -
 src/internal.c                                     |   178 +-
 src/internal.h                                     |     5 +-
 src/interpol.c                                     |   154 +-
 src/interpol.h                                     |     4 +-
 src/lasergnu                                       |   230 -
 src/libcerf.c                                      |   117 +
 src/libcerf.h                                      |    11 +
 src/lineproc.mac                                   |   126 -
 src/makefile.all                                   |    44 +-
 src/makefile.awc                                   |    44 +-
 src/matrix.c                                       |    93 +-
 src/matrix.h                                       |    11 +-
 src/misc.c                                         |   975 +-
 src/misc.h                                         |    12 +-
 src/mouse.c                                        |   917 +-
 src/mouse.h                                        |    29 +-
 src/mousecmn.h                                     |     8 +-
 src/multiplot.c                                    |   646 +
 src/multiplot.h                                    |     4 +
 src/os2/4allterm.cmd                               |   104 -
 src/os2/dialogs.c                                  |   476 -
 src/os2/dialogs.h                                  |   156 -
 src/os2/gclient.c                                  |  4148 ----
 src/os2/gnuplot.ico                                |   Bin 2448 -> 0 bytes
 src/os2/gnupmdrv.c                                 |   299 -
 src/os2/gnupmdrv.def                               |    13 -
 src/os2/gnupmdrv.h                                 |   163 -
 src/os2/gnupmdrv.ipf                               |   377 -
 src/os2/gnupmdrv.rc                                |   322 -
 src/os2/pm_msgs.h                                  |    83 -
 src/os2/print.c                                    |   526 -
 src/os2/ptrcross.ptr                               |   Bin 874 -> 0 bytes
 src/os2/rotating.ptr                               |   Bin 288 -> 0 bytes
 src/os2/scaling.ptr                                |   Bin 288 -> 0 bytes
 src/os9.c                                          |   215 -
 src/parse.c                                        |   202 +-
 src/parse.h                                        |    14 +-
 src/pcgraph.asm                                    |   221 -
 src/plot.c                                         |   203 +-
 src/plot.h                                         |    11 +-
 src/plot2d.c                                       |   920 +-
 src/plot2d.h                                       |     6 +-
 src/plot3d.c                                       |   436 +-
 src/pm3d.c                                         |   191 +-
 src/pm3d.h                                         |    23 +-
 src/qtterminal/Makefile.in                         |    73 +-
 src/qtterminal/QtGnuplotApplication.cpp            |     1 -
 src/qtterminal/QtGnuplotEvent.cpp                  |    26 +-
 src/qtterminal/QtGnuplotEvent.h                    |    22 +-
 src/qtterminal/QtGnuplotInstance.cpp               |    18 +
 src/qtterminal/QtGnuplotInstance.h                 |     2 +
 src/qtterminal/QtGnuplotItems.cpp                  |   197 +-
 src/qtterminal/QtGnuplotItems.h                    |    83 +-
 src/qtterminal/QtGnuplotScene.cpp                  |   466 +-
 src/qtterminal/QtGnuplotScene.h                    |    10 +
 src/qtterminal/QtGnuplotSettings.ui                |    42 +-
 src/qtterminal/QtGnuplotWidget.cpp                 |   221 +-
 src/qtterminal/QtGnuplotWidget.h                   |    65 +-
 src/qtterminal/QtGnuplotWindow.cpp                 |   159 +-
 src/qtterminal/QtGnuplotWindow.h                   |    25 +
 src/qtterminal/README.Qt                           |     6 +-
 src/qtterminal/embed_example.h                     |     1 +
 src/qtterminal/gnuplot_qt.cpp                      |    24 +-
 src/qtterminal/po/qtgnuplot_fr.ts                  |    88 +-
 src/qtterminal/po/qtgnuplot_ja.ts                  |    88 +-
 src/qtterminal/qt_conversion.cpp                   |     4 +
 src/qtterminal/qt_term.cpp                         |  1022 +-
 src/qtterminal/qt_term.h                           |     8 +-
 src/qtterminal/qt_term_mac.m                       |    14 -
 src/readline.c                                     |    74 +-
 src/save.c                                         |   643 +-
 src/save.h                                         |     7 +-
 src/scanner.c                                      |    55 +-
 src/scanner.h                                      |     2 +-
 src/set.c                                          |  2186 +-
 src/setshow.h                                      |    25 +-
 src/show.c                                         |   724 +-
 src/specfun.c                                      |  1049 +-
 src/specfun.h                                      |    10 +-
 src/standard.c                                     |     2 +-
 src/stats.c                                        |   541 +-
 src/stdfn.c                                        |   133 +-
 src/stdfn.h                                        |    52 +-
 src/syscfg.h                                       |    66 +-
 src/tables.c                                       |    55 +-
 src/tables.h                                       |    26 +-
 src/tabulate.c                                     |   219 +-
 src/tabulate.h                                     |     5 +-
 src/term.c                                         |  1159 +-
 src/term.h                                         |    46 +-
 src/term_api.h                                     |   194 +-
 src/time.c                                         |   265 +-
 src/unset.c                                        |   445 +-
 src/util.c                                         |   416 +-
 src/util.h                                         |    15 +-
 src/util3d.c                                       |   104 +-
 src/util3d.h                                       |     7 +-
 src/variable.c                                     |     2 +-
 src/version.c                                      |    17 +-
 src/version.h                                      |     5 +-
 src/win/README.win-ja                              |   431 -
 src/win/geticon.c                                  |   101 -
 src/win/pgnuplot.c                                 |   369 -
 src/win/rotating.cur                               |   Bin 326 -> 0 bytes
 src/win/scaling.cur                                |   Bin 326 -> 0 bytes
 src/win/screenbuf.c                                |   566 -
 src/win/screenbuf.h                                |    89 -
 src/win/wcommon.h                                  |    94 -
 src/win/wgdiplus.cpp                               |   194 -
 src/win/wgdiplus.h                                 |    51 -
 src/win/wgnuplib.c                                 |   132 -
 src/win/wgnuplib.h                                 |   415 -
 src/win/wgnuplib.rc                                |    93 -
 src/win/wgnuplot-ja.mnu                            |   755 -
 src/win/wgnuplot.exe.manifest                      |    22 -
 src/win/wgnuplot.exe.manifest64                    |    22 -
 src/win/wgnuplot.hpj                               |     9 -
 src/win/wgnuplot.mnu                               |   752 -
 src/win/wgnuplot.rc                                |   130 -
 src/win/wgraph.c                                   |  4281 ----
 src/win/winmain.c                                  |  1091 -
 src/win/winmain.h                                  |    72 -
 src/win/wmenu.c                                    |  1080 -
 src/win/wpause.c                                   |   340 -
 src/win/wprinter.c                                 |   339 -
 src/win/wresourc.h                                 |   120 -
 src/win/wtext.c                                    |  2183 --
 src/win/wtext.h                                    |   119 -
 src/wxterminal/Makefile.in                         |    73 +-
 src/wxterminal/gp_cairo.c                          |   485 +-
 src/wxterminal/gp_cairo.h                          |    27 +-
 src/wxterminal/gp_cairo_helpers.c                  |     4 +-
 src/wxterminal/wxt_gui.cpp                         |   761 +-
 src/wxterminal/wxt_gui.h                           |    53 +-
 src/wxterminal/wxt_term.h                          |    24 +-
 term/Makefile.am                                   |    20 +-
 term/Makefile.in                                   |    93 +-
 term/PostScript/cp1252.ps                          |    43 +
 term/PostScript/prologue.ps                        |    44 +-
 term/PostScript/prologues.h                        |    94 +-
 term/README                                        |    91 +-
 term/aed.trm                                       |   224 -
 term/ai.trm                                        |     9 +-
 term/aquaterm.trm                                  |   102 +-
 term/be.trm                                        |     8 +-
 term/caca.trm                                      |  3434 +++
 term/cairo.trm                                     |   182 +-
 term/canvas.trm                                    |   270 +-
 term/cgi.trm                                       |   340 -
 term/cgm.trm                                       |    15 +-
 term/context.trm                                   |     4 +-
 term/corel.trm                                     |     8 +-
 term/debug.trm                                     |    70 +-
 term/djsvga.trm                                    |    10 +-
 term/dumb.trm                                      |   165 +-
 term/eepic.trm                                     |     4 +-
 term/emf.trm                                       |   288 +-
 term/estimate.trm                                  |    20 +-
 term/fig.trm                                       |   110 +-
 term/gd.trm                                        |   421 +-
 term/ggi.trm                                       |    12 +-
 term/gpic.trm                                      |    15 +-
 term/hpgl.trm                                      |     3 +-
 term/impcodes.h                                    |     4 +-
 term/js/canvasmath.js                              |     2 +-
 term/js/gnuplot_common.js                          |    30 +-
 term/js/gnuplot_dashedlines.js                     |     4 +-
 term/js/gnuplot_mouse.js                           |   141 +-
 term/js/gnuplot_svg.js                             |   138 +-
 term/js/return.png                                 |   Bin 0 -> 2142 bytes
 term/linux.trm                                     |     2 +-
 term/lua.trm                                       |   116 +-
 term/lua/README                                    |    11 +-
 term/lua/gnuplot-tikz.help                         |     9 +-
 term/lua/gnuplot-tikz.lua                          |   346 +-
 term/mac.trm                                       |   171 -
 term/metapost.trm                                  |     4 +-
 term/next.trm                                      |     4 +-
 term/openstep.trm                                  |     4 +-
 term/pdf.trm                                       |    39 +-
 term/post.trm                                      |   690 +-
 term/pslatex.trm                                   |   149 +-
 term/pstricks.trm                                  |     3 +-
 term/qt.trm                                        |    27 +-
 term/svg.trm                                       |   424 +-
 term/tek.trm                                       |   318 +-
 term/tgif.trm                                      |    24 +-
 term/tkcanvas.trm                                  |  2458 +-
 term/unixpc.trm                                    |   628 -
 term/v384.trm                                      |   207 -
 term/vgagl.trm                                     |    19 +-
 term/win.trm                                       |   297 +-
 term/wxt.trm                                       |   134 +-
 term/x11.trm                                       |   463 +-
 term/xlib.trm                                      |    22 +-
 tutorial/Makefile.in                               |    73 +-
 tutorial/tutorial.tex                              |     2 +-
 win/Copyright-ja.txt                               |    39 -
 win/README-Windows-ja.txt                          |   218 -
 win/README-Windows.txt                             |   206 -
 win/gnuplot.iss                                    |   268 -
 win/modpath.iss                                    |   219 -
 493 files changed, 47646 insertions(+), 92210 deletions(-)

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



More information about the debian-science-commits mailing list