[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xterm: Changes to 'refs/tags/xterm-244-1'



Tag 'xterm-244-1' created by Julien Cristau <jcristau@debian.org> at 2009-08-10 14:33 +0000

Tagging upload of xterm 244-1 to unstable.

Changes since xterm-243-1:
Branden Robinson (4):
      Set svn:keywords property to "Id" (keyword already present).
      Note probable out-of-dateness of maplink() function body.
      Add high-level documentation to XSFBS shell library, intended to reduce
      Test for existence of debian/patches directory before creating a symlink to it.

Brice Goglin (5):
      Fix displaying of patches applied by quilt.
      Minor fixes in the patching system.
      Fix "display the output of quilt push/pop".
      Do not call laptop-detect, let the only user call it directly
      Update xsfbs/quilt patching rules to be compatible with the

David Nusinow (14):
      Move xsfbs back to its rightful place
      Make us error out if we call patch and don't have quilt installed
      Fix the last commit and fix spelling error. Thanks Brice Goglin for the spelling catch.
      Fix for bug #371152. Thanks Joey Hess.
      Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, FIRSTINST, and UPGRADE variables
      Move the files so they'll be put in debian/xsfbs automatically when pulled
      Update serverabi generation to also account for driver Provides
      Fix name of serverminver
      Add support for X server input ABI versioning
      Fix typo that prevented the input abi versioning from working.
      Fix one missed bit from the serverabiver -> serverminver rename
      Remove make-orig-tar-gz target
      Kill the manifest code.
      Add README.source

Julien Cristau (27):
      Add new "serverabi" rule to generate drivers dependency on the server.
      Fix copy/paste typo in the input driver provides.
      xsfbs.mk: make 'serverabi' depend on 'install'
      Remove xsfbs-autoreconf.mk
      Remove the .pc directory properly
      xsfbs.sh: add remove_conffile_lookup
      xsfbs.sh: use 'local' now that policy allows it
      xsfbs.mk: fix the prepare target for parallel make
      xsfbs.mk: more parallel make fixing
      xsfbs.mk: update the list of releases, and drop some unused code
      xsfbs.mk: make 'log' a separate target
      xsfbs: add a repack script for uscan
      xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
      xsfbs: repack.sh needs to be executable
      xsfbs: don't run dpkg --print-installation-architecture
      Kill custom readlink function
      Import xterm 244
      Merge branch 'upstream-unstable' into debian-unstable
      update changelog for new upstream
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
      Switch debian/rules to xsfbs
      Remove preinst dealing with upgrades from pre-etch versions.
      Remove from postinst some code to fix pre-etch non-released versions.
      Refresh/update patches.
      Bump debian/compat to 5, as compatibility level 4 has been deprecated.
      Remove obsolete debian/README.
      Prepare changelog for upload

---
 INSTALL                                   |   15 
 Imakefile                                 |    6 
 MANIFEST                                  |    4 
 Makefile.in                               |    8 
 Tekproc.c                                 |   61 
 button.c                                  |  328 ++--
 cachedGCs.c                               |   50 
 charproc.c                                |  607 ++++---
 configure                                 | 2401 +++++++++++++++---------------
 configure.in                              |   25 
 ctlseqs.ms                                |    4 
 ctlseqs.txt                               |    2 
 cursor.c                                  |   23 
 data.c                                    |    4 
 data.h                                    |    4 
 debian/README                             |   96 -
 debian/README.source                      |   73 
 debian/changelog                          |   20 
 debian/compat                             |    2 
 debian/control                            |    6 
 debian/patches/900_debian_xterm.diff      |   26 
 debian/patches/901_xterm_manpage.diff     |    2 
 debian/patches/902_pointermode_never.diff |    2 
 debian/patches/903_windowops.diff         |    8 
 debian/patches/904_fontops.diff           |    6 
 debian/rules                              |  112 -
 debian/xsfbs/repack.sh                    |   32 
 debian/xsfbs/xsfbs.mk                     |  293 +++
 debian/xsfbs/xsfbs.sh                     |  853 ++++++++++
 debian/xterm.postinst                     |   45 
 debian/xterm.postinst.in                  |   41 
 debian/xterm.preinst                      |   41 
 debian/xterm.prerm                        |   23 
 debian/xterm.prerm.in                     |   28 
 doublechr.c                               |   72 
 error.h                                   |   10 
 fontutils.c                               |  125 -
 fontutils.h                               |   30 
 input.c                                   |   11 
 linedata.c                                |  251 +++
 main.c                                    |   32 
 menu.c                                    |   39 
 menu.h                                    |    3 
 misc.c                                    |  194 +-
 os2main.c                                 |    6 
 print.c                                   |  217 +-
 ptydata.c                                 |   76 
 ptyx.h                                    |  318 ++-
 resize.c                                  |   12 
 resize.man                                |   17 
 screen.c                                  | 1779 ++++++++++++++--------
 scrollback.c                              |  118 +
 scrollbar.c                               |   36 
 tabs.c                                    |   10 
 termcap                                   |   27 
 testxmc.c                                 |   27 
 trace.c                                   |  192 +-
 trace.h                                   |    7 
 util.c                                    |  658 ++++----
 version.h                                 |    4 
 xterm.h                                   |  130 -
 xterm.log.html                            |   80 
 xterm.man                                 |  663 ++++----
 xtermcfg.hin                              |   12 
 64 files changed, 6406 insertions(+), 4001 deletions(-)
---


Reply to: