Hello community,

here is the log from the commit of package xterm for openSUSE:Factory
checked in at Thu Jul 14 12:52:42 CEST 2011.



--------
--- xterm/xterm.changes 2011-03-03 12:36:44.000000000 +0100
+++ /mounts/work_src_done/STABLE/xterm/xterm.changes    2011-07-12 
15:33:01.000000000 +0200
@@ -1,0 +2,48 @@
+Tue Jul 12 13:00:23 UTC 2011 - pce...@novell.com
+
+- Patch #270 - 2011/04/26
+  * build-fix, e.g., for using imake on platforms which use the
+    termcap library.
+  * modify utf8 resource to accept a name.
+  * mention default for fontWarnings in manpage (report by Werner
+    Scheinast).
+  * split "UTF-8" menu entry into "UTF-8 Encoding" and "UTF-8
+    Fonts".
+  * gray-out font-menu entries when a font fails to load, e.g., a
+    bitmap font is not installed.
+  * improve behavior when there is no app-defaults file:
+    o set the toolBar resource to false
+    o gray-out the font menu entries where no resource is found. 
+  * add configure option --with-desktop-category to allow
+    customization of the ".desktop" files.
+  * build-fix for the install-desktop makefile-rule, when the
+    source/build directories differ (patch by Loïc Minier).
+  * add menu entry and corresponding resource which can be used to
+    suppress all bold-fonts (discussion with Jan Engelhardt).
+  * make internal line-size value consistent with allocated sizes
+    of character and related arrays to ensure that bulk copying of
+    line data, e.g., in scrolling, accounts for the padding used
+    for pointer alignment (adapted from patch by Rajesh
+    Mandalemula, also reported by Ali Bahar).
+  * widen ifdef for screen-resizing logic from patch #176 changes
+    to send SIGWINCH to process group to include any system
+    supporting ioctl(*,TIOCGPGRP,*) (prompted by linux-specific
+    patch in OpenSUSE rpm package).
+  * add printModeOnXError and printFileOnXError resources, which
+    allow the user to specify that xterm will write the contents
+    of its screen to a file if it is exiting due to an X error
+    (Debian #280457).
+  * restore logic that made reverse-video apply to the scrollbar's
+    foreground/background, broken in patch #158 (report by Bryan
+    Ischo).
+  * amend some of the window operations parameter-checks added in
+    patch #251 for the push/pop title feature, to allow the
+    parameters used for window resizing to be -1's, which makes
+    the corresponding values ignored rather than using the
+    window's maximum width/height (report by Noah Friedman).
+  * correct order of initialization for translations vs fullscreen
+    resources to enable a special case which omits the Alt-Enter
+    translation when fullscreen is disabled (Debian #612978).
+  * update config.guess, config.sub  
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  xterm-269.tar.bz2

New:
----
  xterm-270.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xterm.spec ++++++
--- /var/tmp/diff_new_pack.hWMyqh/_old  2011-07-14 12:52:26.000000000 +0200
+++ /var/tmp/diff_new_pack.hWMyqh/_new  2011-07-14 12:52:26.000000000 +0200
@@ -31,7 +31,7 @@
 Group:          System/X11/Utilities
 Provides:       xorg-x11:/usr/X11R6/bin/xterm XFree86:/usr/X11R6/bin/xterm
 AutoReqProv:    on
-Version:        269
+Version:        270
 Release:        1
 Summary:        The basic X terminal program
 Source:         ftp://invisible-island.net/xterm/%name-%version.tar.bz2



++++++ p_xterm-sigwinch.diff ++++++
--- /var/tmp/diff_new_pack.hWMyqh/_old  2011-07-14 12:52:26.000000000 +0200
+++ /var/tmp/diff_new_pack.hWMyqh/_new  2011-07-14 12:52:26.000000000 +0200
@@ -6,8 +6,8 @@
      TRACE(("return %d from SET_TTYSIZE %dx%d\n", code, rows, cols));
      (void) code;
  
--#if defined(SIGWINCH) && defined(USE_STRUCT_TTYSIZE)
-+#if defined(SIGWINCH) && (defined(USE_STRUCT_TTYSIZE) || defined(linux))
+-#if defined(SIGWINCH) && defined(TIOCGPGRP)
++#if defined(SIGWINCH) && (defined(TIOCGPGRP) || defined(linux))
      if (screen->pid > 1) {
        int pgrp;
  


++++++ xterm-269.tar.bz2 -> xterm-270.tar.bz2 ++++++
++++ 12521 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to