[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.15-2-20-g4737a55

Ryan Kavanagh rak at alioth.debian.org
Mon Mar 25 14:31:25 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde//srv/git.debian.org/git/pkg-urxvt/pkg-urxvt.git;a=commitdiff;h=7e45144

The following commit has been merged in the master branch:
commit 7e45144dd9e3b71abc00fd4c324c8472f5055344
Merge: f030263996f35750b559b2a68b0c5f020f2121af 26c3920e42ff2245fa397ad1d62559f9abc705de
Author: Ryan Kavanagh <rak at debian.org>
Date:   Tue Feb 12 12:14:13 2013 -0500

    Imported Upstream version 9.16
    
    Merge tag 'upstream/9.16'
    
    Upstream version 9.16
    
    Conflicts:
    	doc/rxvtperl.3.man.in
    	src/salloc.h

 Changes                          |   52 ++-
 MANIFEST                         |   14 +-
 Makefile.in                      |   10 +-
 README.FAQ                       |   14 +-
 README.configure                 |   21 +-
 config.h.in                      |    3 -
 configure                        |  797 +++++++----------
 configure.ac                     |   83 +--
 doc/Makefile.in                  |   24 +-
 doc/extensions.pod.bot           |    5 +
 doc/extensions.pod.top           |   21 +
 doc/rxvt.1.man.in                |  269 +++---
 doc/rxvt.1.pod                   |  286 +++----
 doc/rxvt.7.man.in                |   38 +-
 doc/rxvt.7.pod                   |   36 +-
 doc/rxvtperl.3.man.in            | 1849 --------------------------------------
 doc/wcwidth.patch                |   14 +-
 libev/Changes                    |   57 ++-
 libev/ev++.h                     |   12 +-
 libev/ev.c                       |  739 +++++++++++-----
 libev/ev.h                       |  166 ++--
 libev/ev_epoll.c                 |    2 +-
 libev/ev_kqueue.c                |   24 +-
 libev/ev_vars.h                  |   31 +-
 libev/ev_win32.c                 |   14 +-
 libev/ev_wrap.h                  |  322 ++++----
 libptytty/Changes                |    5 +
 {libecb => libptytty/src}/ecb.h  |  354 +++++++-
 libptytty/src/estl.h             |  375 ++++++++
 libptytty/src/logging.C          |    2 +-
 libptytty/src/proxy.C            |    8 +-
 libptytty/src/ptytty_conf.h      |   12 +-
 src/Makefile.in                  |  274 ++++---
 src/background.C                 | 1368 +++++------------------------
 src/command.C                    |  184 +++--
 src/emman.c                      |  136 +++
 src/emman.h                      |   21 +
 src/feature.h                    |    2 +-
 src/hookinc.h                    |    4 +-
 src/init.C                       |  107 +--
 src/keyboard.C                   |    3 +-
 src/main.C                       |  168 ++--
 src/perl/background              | 1144 +++++++++++++++++++++++
 src/perl/bell-command            |   16 +
 src/perl/block-graphics-to-ascii |   12 +
 src/perl/clipboard-osc           |   15 +
 src/perl/confirm-paste           |   11 +
 src/perl/digital-clock           |   10 +-
 src/perl/example-refresh-hooks   |   12 +-
 src/perl/keysym-list             |   18 +
 src/perl/kuake                   |   25 +
 src/perl/macosx-clipboard        |   21 +-
 src/perl/macosx-clipboard-native |   19 +
 src/perl/matcher                 |   72 ++-
 src/perl/option-popup            |   28 +
 src/perl/overlay-osc             |   12 +
 src/perl/readline                |   31 +
 src/perl/remote-clipboard        |   33 +-
 src/perl/searchable-scrollback   |   31 +-
 src/perl/selection               |   55 ++
 src/perl/selection-autotransform |   45 +-
 src/perl/selection-pastebin      |   47 +-
 src/perl/selection-popup         |   35 +-
 src/perl/tabbed                  |   36 +
 src/perl/urxvt-popup             |    2 +-
 src/perl/xim-onthespot           |   17 +
 src/ptytty_wrapper.C             |    2 -
 src/rsinc.h                      |   18 +-
 src/rxvt.h                       |  266 +++---
 src/rxvtd.C                      |   15 +
 src/rxvtdaemon.C                 |    5 +-
 src/rxvtfont.C                   |   14 +-
 src/rxvtfont.h                   |   13 +-
 src/rxvtimg.C                    |  937 +++++++++++++++++++
 src/rxvtimg.h                    |  154 ++++
 src/rxvtperl.h                   |   17 +
 src/rxvtperl.xs                  |  513 +++++++++++-
 src/rxvttoolkit.C                |  103 ++-
 src/rxvttoolkit.h                |   35 +-
 src/rxvtutil.C                   |    4 +
 src/rxvtutil.h                   |  330 +------
 src/salloc.C                     |   99 --
 src/salloc.h                     |   27 -
 src/screen.C                     |  248 +++---
 src/scrollbar-rxvt.C             |    5 -
 src/scrollbar.C                  |   15 +-
 src/scrollbar.h                  |    1 +
 src/typemap                      |   47 +-
 src/urxvt.pm                     |  721 ++++++---------
 src/version.h                    |    4 +-
 src/xdefaults.C                  |   83 ++-
 91 files changed, 7305 insertions(+), 6044 deletions(-)

-- 
Git repository for pkg-urxvt




More information about the Pkg-urxvt-maintainers mailing list