x11-utils: Changes to 'debian-experimental'

2010-11-12 Thread Cyril Brulebois
 appres/ChangeLog  |  170 
 appres/INSTALL|  143 
 appres/Makefile.am|   37 
 appres/Makefile.in|  416 
 appres/README |   24 
 appres/aclocal.m4 | 2494 
++-
 appres/appres.c   |8 
 appres/appres.man |3 
 appres/compile|  142 
 appres/config.guess   |  279 
 appres/config.h.in|   33 
 appres/config.sub |  201 
 appres/configure  | 5506 
---
 appres/configure.ac   |   26 
 appres/depcomp|  172 
 appres/install-sh |  517 
 appres/missing|  104 
 debian/README.source  |   73 
 debian/changelog  |  150 
 debian/control|   58 
 debian/copyright  |  418 
 debian/copyright.head |6 
 debian/patches/01_luit_fix_race_condition.diff|  146 
 debian/patches/02_xev_flush_standard_output.diff  |   20 
 debian/patches/04_xlsfonts_do_not_spew_usage_on_connection_error.diff |   54 
 debian/patches/series |3 
 debian/rules  |   60 
 debian/watch.appres   |2 
 debian/watch.editres  |2 
 debian/watch.listres  |2 
 debian/watch.luit |2 
 debian/watch.viewres  |2 
 debian/watch.xdpyinfo |2 
 debian/watch.xdriinfo |2 
 debian/watch.xev  |2 
 debian/watch.xfd  |2 
 debian/watch.xfontsel |2 
 debian/watch.xkill|2 
 debian/watch.xlsatoms |2 
 debian/watch.xlsclients   |2 
 debian/watch.xlsfonts |2 
 debian/watch.xmessage |2 
 debian/watch.xprop|2 
 debian/watch.xvinfo   |2 
 debian/watch.xwininfo |2 
 debian/xsfbs/repack.sh|   32 
 debian/xsfbs/xsfbs-autoreconf.mk  |  150 
 debian/xsfbs/xsfbs.mk |  167 
 debian/xsfbs/xsfbs.sh |  533 
 editres/AUTHORS   |1 
 editres/ChangeLog |  201 
 editres/Editres-color.ad  |   91 
 editres/Editres.ad|  292 
 editres/INSTALL   |  143 
 editres/Makefile.am   |   54 
 editres/Makefile.in   |  628 
 editres/README|   25 
 editres/aclocal.m4| 2548 
++-
 editres/actions.c |   44 
 editres/app-defaults/Editres  |  292 
 editres/app-defaults/Editres-color|   91 
 editres/comm.c|   58 
 editres/compile   |  142 
 editr

x11-utils: Changes to 'debian-experimental'

2007-08-28 Thread Brice Goglin
 debian/changelog  |1 
 xwininfo/ChangeLog|  271 
 xwininfo/Makefile.am  |   12 +
 xwininfo/Makefile.in  |   55 ++--
 xwininfo/aclocal.m4   |2 
 xwininfo/config.guess |6 
 xwininfo/config.h.in  |3 
 xwininfo/config.sub   |   10 +
 xwininfo/configure|  120 --
 xwininfo/configure.ac |4 
 xwininfo/dsimple.c|  333 +++---
 xwininfo/dsimple.h|   21 ---
 xwininfo/xwininfo.c   |  255 +-
 xwininfo/xwininfo.man |9 +
 14 files changed, 570 insertions(+), 532 deletions(-)

New commits:
commit 9c0b76e13c7ad9423f491556b0d268c4899752fc
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Aug 28 22:58:28 2007 +0200

xwininfo 1.0.3

diff --git a/debian/changelog b/debian/changelog
index a74c3a2..5c2d507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ x11-utils (7.2+1) UNRELEASED; urgency=low
   * xvinfo 1.0.2.
   * xdriinfo 1.0.2.
 + Drop 03_xvinfo_manpage_typo.diff, merged upstream.
+  * xwininfo 1.0.3.
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 22 Aug 2007 08:25:17 +0200
 
diff --git a/xwininfo/ChangeLog b/xwininfo/ChangeLog
index 5294bfd..eb3fcd5 100644
--- a/xwininfo/ChangeLog
+++ b/xwininfo/ChangeLog
@@ -1,46 +1,261 @@
-2006-04-01  Adam Jackson  <[EMAIL PROTECTED]>
+commit b7e88cd9d28a3d3e467b769f3efe87f7c2f4c0a5
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 27 14:20:35 2007 -0700
 
-   * configure.ac:
-   Bump to 1.0.2.
+Version bump: 1.0.3
 
-2006-03-09  Alan Coopersmith  <[EMAIL PROTECTED]>
+commit 56f0b5dfb1486e262eb514fac44c73cea4bb4471
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 27 14:20:02 2007 -0700
 
-   * xwininfo.c: 
-   Clear two tiny memory leaks.  (Coverity ids #900 & 901)
+Replace static ChangeLog with dist-hook to generate from git log
 
-2005-12-20  Kevin E. Martin  
+commit c8d205c30547ca526404a0b257c3cc5d40970be6
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Tue Aug 7 15:50:13 2007 -0700
 
-   * configure.ac:
-   Update package version for X11R7 release.
+Add static & const qualifiers to xwininfo.c
 
-2005-12-14  Kevin E. Martin  
+commit 77d50c0bf824f847bd9ede30c21618845258de76
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Tue Aug 7 15:38:23 2007 -0700
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+Replace sprintf's with snprintf & strlcat
 
-2005-12-06  Kevin E. Martin  
+commit 118bd50a9bbc10cab7846fb6ac1a0d25ba4c3422
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 6 19:52:13 2007 -0700
 
-   * Makefile.am:
-   Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+dsimple.c: ANSIfy function declarations
 
-2005-12-03  Kevin E. Martin  
+commit e093e4be56bb2be385a972962cf89f234e987ab4
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 6 19:44:24 2007 -0700
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+Purge unused code from dsimple.c
+
+dsimple.c was originally shared source among several X apps.
+Since modularization gave each app it's own copy, much of the code is
+no longer needed in each app.
 
-2005-11-20  Alan Coopersmith  <[EMAIL PROTECTED]>
+commit 59bbe12a40fdb3d39429d0d0ce809ad28116e7ed
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 6 19:18:57 2007 -0700
 
-   * configure.ac:
-   Change dependency from xmu to xmuu since the full xmu
-   (with all its baggage like Xt) is not needed here.
+Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
+
+Makefile.am:27: compiling `dsimple.c' with per-target flags requires 
`AM_PROG_CC_C_O' in `configure.ac'
 
-2005-11-19  Kevin E. Martin  
+commit 5a251886c0f158f4c8a342b6fbdeebf3dbd1c0fd
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Thu May 24 18:20:11 2007 -0700
 
-   * configure.ac:
-   Update dependencies to work with separate build roots.
+Man page formatting: make -geometry bold like other options
 
-2005-10-18  Kevin E. Martin  
+commit 07459b14b36f15cfdfc6384019aaf020c7920cd4
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Thu May 24 18:17:28 2007 -0700
 
-   * configure.ac:
-   Update package version number for RC1 release.
+renamed: .cvsignore -> .gitignore
 
+commit 24fc2a569df9eaa776bcdddbb26bf4ea97b69d13
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Thu May 24 18:16:53 2007 -0700
+
+X.Org bug #10616: Add all the X info commands to See Also in man page
+
+X.Org Bugzilla #10616: 
+Reported upstream from
+Debian bug #350313 

+
+commit 412a3232373131634072df0d0b4843abf360def4
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Sun Apr 2 01:19:53 2006 

x11-utils: Changes to 'debian-experimental'

2007-08-21 Thread Brice Goglin
 debian/changelog   |5 
 debian/patches/03_xvinfo_manpage_typo.diff |   13 -
 debian/patches/series  |1 
 xdriinfo/ChangeLog |  161 ++---
 xdriinfo/Makefile.am   |   10 +
 xdriinfo/Makefile.in   |   36 ++--
 xdriinfo/aclocal.m4|2 
 xdriinfo/compile   |  142 ---
 xdriinfo/configure |   24 +--
 xdriinfo/configure.ac  |2 
 xdriinfo/mkinstalldirs |  158 -
 xdriinfo/xdriinfo.man  |7 
 xvinfo/ChangeLog   |  215 ++---
 xvinfo/Makefile.am |   12 +
 xvinfo/Makefile.in |   38 ++---
 xvinfo/aclocal.m4  |2 
 xvinfo/compile |  142 ---
 xvinfo/configure   |   24 +--
 xvinfo/configure.ac|2 
 xvinfo/mkinstalldirs   |  158 -
 xvinfo/xvinfo.c|7 
 xvinfo/xvinfo.man  |5 
 22 files changed, 432 insertions(+), 734 deletions(-)

New commits:
commit ab1fde75ef0cb1e50189e4a3d3a6dc60f0285ccf
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Aug 22 08:26:08 2007 +0200

Drop 03_xvinfo_manpage_typo.diff, merged upstream

diff --git a/debian/changelog b/debian/changelog
index abcb522..a74c3a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ x11-utils (7.2+1) UNRELEASED; urgency=low
   * Add menu entries for editres, xev, xfontsel and xkill.
   * xvinfo 1.0.2.
   * xdriinfo 1.0.2.
++ Drop 03_xvinfo_manpage_typo.diff, merged upstream.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 17 Aug 2007 09:36:56 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 22 Aug 2007 08:25:17 +0200
 
 x11-utils (0.1) experimental; urgency=low
 
diff --git a/debian/patches/03_xvinfo_manpage_typo.diff 
b/debian/patches/03_xvinfo_manpage_typo.diff
deleted file mode 100644
index 6b3dac4..000
--- a/debian/patches/03_xvinfo_manpage_typo.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: xbase-clients/xvinfo/xvinfo.man
-===
 xbase-clients.orig/xvinfo/xvinfo.man   2006-02-18 14:55:11.0 
-0500
-+++ xbase-clients/xvinfo/xvinfo.man2006-02-26 20:38:32.0 -0500
-@@ -11,7 +11,7 @@
- .PP
- .B xvinfo
- prints out the capabilities of any video adaptors associated
--with the display that are accesible through the X-Video extension. 
-+with the display that are accessible through the X-Video extension. 
- .SH OPTIONS
- .PP
- .TP 8
diff --git a/debian/patches/series b/debian/patches/series
index 3c337e2..578c917 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 01_luit_fix_race_condition.diff -p0
 02_xev_flush_standard_output.diff
-03_xvinfo_manpage_typo.diff
 04_xlsfonts_do_not_spew_usage_on_connection_error.diff -p0

commit 870d3273a7c56bca9914ddd8ff5c9f24d182e61f
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Aug 22 08:19:27 2007 +0200

xdriinfo 1.0.2

diff --git a/debian/changelog b/debian/changelog
index cdef58e..abcb522 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ x11-utils (7.2+1) UNRELEASED; urgency=low
   * Add upstream URL to debian/copyright.
   * Add menu entries for editres, xev, xfontsel and xkill.
   * xvinfo 1.0.2.
+  * xdriinfo 1.0.2.
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 17 Aug 2007 09:36:56 +0200
 
diff --git a/xdriinfo/ChangeLog b/xdriinfo/ChangeLog
index 2f0efb9..67b4179 100644
--- a/xdriinfo/ChangeLog
+++ b/xdriinfo/ChangeLog
@@ -1,42 +1,149 @@
-2006-04-01  Adam Jackson  <[EMAIL PROTECTED]>
+commit 46dcc268ae983b7f1214b1839776f8f5d72f4222
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 17 16:27:11 2007 -0700
 
-   * configure.ac:
-   Bump to 1.0.1.
+Version bump: 1.0.2
 
-2006-01-16  Matthias Hopf  <[EMAIL PROTECTED]>
+commit f930da05f9d0af42d2daa026b1e99a9e5f0ff4a7
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 17 16:26:04 2007 -0700
 
-   * xdriinfo.c:
-   GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.h
+Replace static ChangeLog with dist-hook to generate from git log
 
-2006-01-13  Matthias Hopf  <[EMAIL PROTECTED]>
+commit 1d8078119bdfc51e656ca4eb0e5ad122f334cd88
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 15:22:05 2007 -0700
 
-   * configure.ac:
-   Using glXGetProcAddressARB instead of glXGetProcAddress.
-   * xdriinfo.c: (main):
-   Casting to GLubyte* to remove warning.
+Change xdriinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
+
+Makefile.am:27: compiling `xdriinfo.c' with per-target flags requires 
`AM_PROG_CC_C_O' in `

x11-utils: Changes to 'debian-experimental'

2007-08-21 Thread Brice Goglin
 debian/changelog  |3 ++-
 debian/rules  |1 +
 debian/x11-utils.menu |   25 +
 3 files changed, 28 insertions(+), 1 deletion(-)

New commits:
commit af12a4329f0b19082aa27269cf30736c38c6dc8e
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Aug 17 09:57:35 2007 +0200

Add menu entries

diff --git a/debian/changelog b/debian/changelog
index b29b476..034d22a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ x11-utils (7.2+1) UNRELEASED; urgency=low
 
   [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
+  * Add menu entries for editres, xev, xfontsel and xkill.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Mon, 13 Aug 2007 19:20:51 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 17 Aug 2007 09:36:56 +0200
 
 x11-utils (0.1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 178909c..ef2f9ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,6 +86,7 @@ binary-arch: build install
 
dh_installdocs
dh_install --sourcedir=debian/tmp --list-missing
+   dh_installmenu
dh_installchangelogs
dh_link
dh_strip
diff --git a/debian/x11-utils.menu b/debian/x11-utils.menu
new file mode 100644
index 000..0220761
--- /dev/null
+++ b/debian/x11-utils.menu
@@ -0,0 +1,25 @@
+?package(x11-utils):\
+ needs="x11"\
+ section="Applications/System/Administration"\
+ longtitle="Editres: resource editor for X Toolkit applications"\
+ title="Editres"\
+ command="editres"
+?package(x11-utils):\
+ needs="x11"\
+ section="Applications/System/Monitoring"\
+ longtitle="Xev: display X events"\
+ title="Xev"\
+ command="x-terminal-emulator -e xev"
+?package(x11-utils):\
+ needs="x11"\
+ section="Applications/System/Administration"\
+ hints="Fonts"\
+ longtitle="Xfontsel: font viewer/selector for X"\
+ title="Xfontsel"\
+ command="xfontsel"
+?package(x11-utils):\
+ needs="x11"\
+ section="Applications/System/Administration"\
+ longtitle="Xkill: tool to kill X clients by clicking on their windows"\
+ title="Xkill"\
+ command="xkill"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



x11-utils: Changes to 'debian-experimental'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 +-
 debian/copyright |6 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit cdfc386d9af69a21868a2d7a2fb1d70f2ac1605f
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Mon Aug 13 19:21:32 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index da4e221..b29b476 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 x11-utils (7.2+1) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * xmessage 1.0.2.
 + Untabify message before inserting it (closes: #46892).  Thanks, Kevin
   Ryde!
   * xprop 1.0.3.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Mon, 13 Aug 2007 15:58:11 +0200
+  [ Brice Goglin ]
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Mon, 13 Aug 2007 19:20:51 +0200
 
 x11-utils (0.1) experimental; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 94b7773..88655da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,9 @@
+The contents of this package were downloaded from
+http://xorg.freedesktop.org/releases/individual/app/
+It contains the appres, editres, listres, luit, viewres, xdpyinfo,
+xdriinfo, xev, xfd, xfontsel, xkill, xlsatoms, xlsclients, xlsfonts,
+xmessage, xprop, xvinfo and xwininfo applications.
+
 editres:
   Copyright 1989, 1998  The Open Group
   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



x11-utils: Changes to 'debian-experimental'

2007-08-13 Thread Julien Cristau
 debian/changelog   |9 
 xmessage/ChangeLog |  235 ++
 xmessage/Makefile.am   |   10 
 xmessage/Makefile.in   |   32 
 xmessage/aclocal.m4| 1102 ++--
 xmessage/config.guess  |   83 
 xmessage/config.sub|  109 -
 xmessage/configure | 4169 +
 xmessage/configure.ac  |2 
 xmessage/mkinstalldirs |  158 -
 xmessage/xmessage.c|   57 
 xprop/ChangeLog|  284 +++
 xprop/INSTALL  |  236 --
 xprop/Makefile.am  |   20 
 xprop/Makefile.in  |  171 +-
 xprop/aclocal.m4   | 1430 
 xprop/autogen.sh   |   13 
 xprop/compile  |  142 -
 xprop/config.guess |   32 
 xprop/config.h.in  |   36 
 xprop/config.sub   |   16 
 xprop/configure| 1145 -
 xprop/configure.ac |9 
 xprop/depcomp  |   64 
 xprop/dsimple.c|  303 ---
 xprop/dsimple.h|   23 
 xprop/install-sh   |  348 +++-
 xprop/missing  |   61 
 xprop/xprop.c  |   71 
 xprop/xprop.man|3 
 30 files changed, 5373 insertions(+), 5000 deletions(-)

New commits:
commit fcdb7eb2e8ec5ea4392b309de2d50fcdf667eb0f
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Mon Aug 13 15:58:28 2007 +0200

xprop 1.0.3.

diff --git a/debian/changelog b/debian/changelog
index 4a37b26..da4e221 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ x11-utils (7.2+1) UNRELEASED; urgency=low
   * xmessage 1.0.2.
 + Untabify message before inserting it (closes: #46892).  Thanks, Kevin
   Ryde!
+  * xprop 1.0.3.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Mon, 13 Aug 2007 15:42:24 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Mon, 13 Aug 2007 15:58:11 +0200
 
 x11-utils (0.1) experimental; urgency=low
 
diff --git a/xprop/ChangeLog b/xprop/ChangeLog
index a7722ec..6c2b022 100644
--- a/xprop/ChangeLog
+++ b/xprop/ChangeLog
@@ -1,31 +1,277 @@
-2005-12-20  Kevin E. Martin  
+commit 9ccda86dae06375750685977a81f4fb1cabf3d00
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 14:52:27 2007 -0700
 
-   * configure.ac:
-   Update package version for X11R7 release.
+Version bump: 1.0.3
 
-2005-12-14  Kevin E. Martin  
+commit 4f7bc8ecad63db6b7557b5556ac6f604e84eb55e
+Author: Jay Hobson <[EMAIL PROTECTED]>
+Date:   Wed Aug 8 13:38:33 2001 -0700
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+Sun Bug 4474581: xprop fails in Japanese locale
+
+CJK locales need a much longer string as they include
+many \xXX entries which expand into / entries.
+Increased the buffer from 1 to 50 bytes.
+Make sure buffer pointer doesn't go negative in _put_char.
 
-2005-12-06  Kevin E. Martin  
+commit 23e375f3842b433b0af7f150135537f7381208ae
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 14:17:51 2007 -0700
 
-   * Makefile.am:
-   Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+Simplify printing of usage message
 
-2005-12-03  Kevin E. Martin  
+commit fc788dc35532ebff44b5828f686b42e0deeec52c
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 13:40:17 2007 -0700
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+Convert old #ifdefs for HAS_WTYPE_H & HAS_WCHAR_H to autoconf checks
 
-2005-11-20  Alan Coopersmith  <[EMAIL PROTECTED]>
+commit b9860eeb18a83233cec14ff0db8687a146b5
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 13:33:17 2007 -0700
 
-   * configure.ac:
-   Change dependency from xmu to xmuu since the full xmu
-   (with all its baggage like Xt) is not needed here.
+Replace sprintf's with snprintf's
 
-2005-10-18  Kevin E. Martin  
+commit 64326bae4e9b9c05b8781403ee27af95065eb2fb
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 12:08:57 2007 -0700
 
-   * configure.ac:
-   Update package version number for RC1 release.
+Coverity #905: Handle_Prop_Requests returned without freeing storage 
"thunks"
 
+commit 866ceb3a671a9ab93b3ecbdf3231902ab2251ce3
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 11:56:41 2007 -0700
+
+ANSIfy function declarations in dsimple.c
+
+commit 5424a5c064d96b33a4acdf951734cd3a493a7ea3
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 11:52:39 2007 -0700
+
+Purge unused code from dsimple.c
+
+dsimple.c was originally shared source among several X apps.
+Since modularization gave each app it's own copy, much of the code is
+no longer needed in each app.
+
+commit 2d7dc57ae1d5e0af6e6ecb70764c512f6d518d6a
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 11:43:04 2007 -0700
+
+Add hooks to check sources with lint/sparse/etc.
+
+commit 7b3c0c95b9bb223ae779b8bf0c7d78967e0dcd9e
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Aug 10 11:35:27 2007 -0700
+
+Change xprop_CFLAGS t

x11-utils: Changes to 'debian-experimental'

2007-05-30 Thread Julien Cristau
New branch 'debian-experimental' available with the following commits:
commit a407f694e6f31b6beb696ca1f0677ad9c6de1073
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:12:51 2007 +0200

Update changelog.

commit c961e7a6c77e2d8dcd664f547b78297621c8e978
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:11:38 2007 +0200

appres: autoreconf

commit aa6ce3a9f554c0becc696d807510bd4802d315c4
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:11:29 2007 +0200

editres: autoreconf

commit d731a869eb9347b4893b57fa501aec9d9b52407b
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:11:17 2007 +0200

listres: autoreconf

commit 80f4d46c0f6c86ecbc5249b9732f8ef1b45612c1
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:11:02 2007 +0200

luit: autoreconf

commit 173b74b1ebd917b022be0172e11334c197d18428
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:10:53 2007 +0200

viewres: autoreconf

commit 46c51048c4a218f84743f732c590e2f310858c5e
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:10:38 2007 +0200

xdpyinfo: autoreconf

commit f70c6020300d1724cf735e2d777eddad426eae9f
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:10:23 2007 +0200

xdriinfo: autoreconf

commit 340f8fb9b85270d54907ad6d4bbb2e006981d017
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:10:11 2007 +0200

xev: autoreconf

commit edd727bfda29cad205e6d91eff37e54908ff2fa1
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:10:04 2007 +0200

xfd: autoreconf

commit e8e60e8153920c77f0ae1b3ccaa4afd7ef3e396b
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:09:55 2007 +0200

xfontsel: autoreconf

commit 73d1283cc999dace47062b698c0fac5dce099b13
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:09:34 2007 +0200

xkill: autoreconf

commit 521f99969755b442d7208cd9e6afe85ad0710c53
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:09:22 2007 +0200

xlsatoms: autoreconf

commit c11d2936cc1b8123a1f15b9048e2adedd6c432e8
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:09:13 2007 +0200

xlsclients: autoreconf

commit 4ebd02d85d9e07fb6c0ca2727f75bc8534fcaa02
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:09:01 2007 +0200

xlsfonts: autoreconf

commit 5fd9341450f07f5deba1cb679f939c83912e7878
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 14:08:51 2007 +0200

xmessage: autoreconf

commit 690e00bc127f3432e5bfe5ce4d597577effc3edb
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 13:51:08 2007 +0200

xprop: autoreconf

commit cf7ecb9dc6387a2d68cbcb8a2974463fde2c8f0d
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 13:50:58 2007 +0200

xvinfo: autoreconf

commit 4554a67ab8dea0cef939712c6e24b945241e021d
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 13:50:48 2007 +0200

xwininfo: autoreconf

commit 09ab1e08e2f7e67e0a7c9f732fec86b7fae28d16
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 30 13:37:44 2007 +0200

Prepare changelog for upload.

commit aea408f5ac540d4575ab0ab53278ee6bc5e006f4
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun May 27 15:07:03 2007 +0200

Add build-dep on libfontenc-dev, needed for luit.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]