[Pkg-ocaml-maint-commits] [lambda-term] branch master updated (4626770 -> 8ae97da)

Hilko Bengen bengen at moszumanska.debian.org
Mon Apr 25 17:43:45 UTC 2016


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

bengen pushed a change to branch master
in repository lambda-term.

      from  4626770   1.9-4
       new  0009a09   Imported Upstream version 1.10
       new  a307692   Merge tag 'upstream/1.10'
       new  8ae97da   1.10-1

The 3 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:
 .gitignore                                |   1 +
 CHANGES.md                                |  13 +-
 README.md                                 |   2 +-
 _oasis                                    |  67 ++++-----
 _tags                                     |  26 ++--
 debian/changelog                          |   6 +
 examples/buttons.ml                       |  25 +++-
 examples/checkbuttons.ml                  |  11 +-
 examples/clock.ml                         |   7 +-
 examples/colors.ml                        |  20 ++-
 examples/colors_256.ml                    |  16 ++-
 examples/editor.ml                        |   9 +-
 examples/events.ml                        |  40 +++---
 examples/focus.ml                         |  69 +++++++++
 examples/hello.ml                         |   7 +-
 examples/modal.ml                         |   4 +-
 examples/move.ml                          |  15 +-
 examples/radiobuttons.ml                  |  11 +-
 examples/read_password.ml                 |  15 +-
 examples/read_yes_no.ml                   |  51 ++++---
 examples/repl.ml                          |  52 ++++---
 examples/rgb.ml                           |   8 +-
 examples/shell.ml                         |  84 ++++++-----
 setup.ml                                  | 229 ++++++++----------------------
 src/META                                  |   4 +-
 src/lTerm_geom.ml                         |  14 ++
 src/lTerm_geom.mli                        |  12 ++
 src/lTerm_mouse.ml                        |   1 +
 src/lTerm_mouse.mli                       |   1 +
 src/lTerm_read_line.ml                    | 214 +++++++++++++++++++++-------
 src/lTerm_read_line.mli                   |  11 ++
 src/lTerm_resources.ml                    |  40 ++++++
 src/lTerm_resources.mli                   |  19 +++
 src/lTerm_widget.mli                      |   7 +
 src/widget_impl/lTerm_buttons_impl.ml     |  52 ++++---
 src/widget_impl/lTerm_running_impl.ml     |  24 ++++
 src/widget_impl/lTerm_toplevel_impl.ml    | 106 ++++++++++----
 src/widget_impl/lTerm_widget_base_impl.ml |  16 ++-
 38 files changed, 832 insertions(+), 477 deletions(-)
 create mode 100644 examples/focus.ml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/lambda-term.git



More information about the Pkg-ocaml-maint-commits mailing list