[Pkg-javascript-commits] [node-xterm] branch upstream updated (12921f1 -> c6bedee)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jun 6 18:31:50 UTC 2017


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

ghisvail-guest pushed a change to branch upstream
in repository node-xterm.

      from  12921f1   New upstream version 2.5.0+ds1
       new  c6bedee   New upstream version 2.7.0+ds1

The 1 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:
 AUTHORS                                |   5 +
 README.md                              |   4 +
 bower.json                             |   2 +-
 demo/index.html                        |  10 ++
 demo/main.js                           |   4 +
 gulpfile.js                            |   1 +
 package.json                           |   2 +-
 src/EventEmitter.ts                    |   5 +-
 src/Parser.ts                          |  14 +--
 src/Renderer.ts                        | 185 +++++++++++++++++++--------------
 src/handlers/Clipboard.test.ts         |  11 ++
 src/handlers/Clipboard.ts              |  14 +++
 src/utils/DomElementObjectPool.test.ts |  47 +++++++++
 src/utils/DomElementObjectPool.ts      |  75 +++++++++++++
 src/utils/Mouse.ts                     |  64 ++++++++++++
 src/xterm.css                          |   3 +-
 src/xterm.js                           |  87 +++++++---------
 17 files changed, 391 insertions(+), 142 deletions(-)
 create mode 100644 src/utils/DomElementObjectPool.test.ts
 create mode 100644 src/utils/DomElementObjectPool.ts
 create mode 100644 src/utils/Mouse.ts

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-xterm.git



More information about the Pkg-javascript-commits mailing list