[subversion-commit] SVN tetex-bin commit + diffs: r1416 - in tetex-bin/trunk/debian: . patches

Florent Rougon frn at costa.debian.org
Tue Jun 6 14:11:03 UTC 2006


Author: frn
Date: 2006-06-06 14:11:02 +0000 (Tue, 06 Jun 2006)
New Revision: 1416

Added:
   tetex-bin/trunk/debian/patches/patch-xdvi-370505
Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/patches/README.patches
   tetex-bin/trunk/debian/patches/series
Log:
Add patch-xdvi-370505. Its purpose is to force input focus for the text input
field that appears after hitting Ctrl-F (string search). Closes: #370505.


Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2006-06-06 13:23:10 UTC (rev 1415)
+++ tetex-bin/trunk/debian/changelog	2006-06-06 14:11:02 UTC (rev 1416)
@@ -12,6 +12,8 @@
     non-free and cannot be enabled.
   * Add support for nonexitant TEXMFVAR to texk/kpathsea/mktexnam 
     (approved upstream). First step for a new font caching. [ralf]
+  * In xdvi, force input focus for the text input field that appears after
+    hitting Ctrl-F (string search). Closes: #370505. [florent]
 
  -- Frank Küster <frank at debian.org>  Thu,  4 May 2006 15:51:02 +0200
 

Modified: tetex-bin/trunk/debian/patches/README.patches
===================================================================
--- tetex-bin/trunk/debian/patches/README.patches	2006-06-06 13:23:10 UTC (rev 1415)
+++ tetex-bin/trunk/debian/patches/README.patches	2006-06-06 14:11:02 UTC (rev 1416)
@@ -18,8 +18,10 @@
 patch-lintian
 patch-poppler
 
-A file may only be changed in _one_ of them.  For quilt usage, check
-its manpage or README.Developers.
+For quilt usage, check:
+  - file:///usr/share/doc/quilt/quilt.html
+  - the quilt(1) manpage
+  - README.Developers
 
 *************************************************
 PATCH DESCRIPTION:
@@ -99,3 +101,12 @@
   files. We need this patch to be able to support old locations a) for a
   transition period, at least as long as teTeX-3.0 is in experimental,
   and b) for backports to sarge
+
+7. patch-xdvi-370505
+====================
+
+Force input focus for the text input field that appears after hitting Ctrl-F
+(string search). This patch was applied upstream and closes Debian bug
+#370505. The upstream bug is at:
+
+  http://sourceforge.net/tracker/index.php?func=detail&aid=1499566&group_id=23164&atid=377580

Added: tetex-bin/trunk/debian/patches/patch-xdvi-370505
===================================================================
--- tetex-bin/trunk/debian/patches/patch-xdvi-370505	2006-06-06 13:23:10 UTC (rev 1415)
+++ tetex-bin/trunk/debian/patches/patch-xdvi-370505	2006-06-06 14:11:02 UTC (rev 1416)
@@ -0,0 +1,16 @@
+Index: trunk/texk/xdvik/gui/search-dialog.c
+===================================================================
+--- trunk.orig/texk/xdvik/gui/search-dialog.c	2006-06-06 15:55:37.000000000 +0200
++++ trunk/texk/xdvik/gui/search-dialog.c	2006-06-06 15:55:59.000000000 +0200
+@@ -694,6 +694,11 @@
+ #ifdef MOTIF
+     XtAddCallback(searchbox_input, XmNactivateCallback, cb_search_get_term, settings);
+ #endif
++
++    /* Fix for #1499566: Force input focus for text input field */
++#ifndef MOTIF
++    XtSetKeyboardFocus(find_paned, searchbox_input);
++#endif
+     
+     /*
+      * form for left row of options checkbuttons

Modified: tetex-bin/trunk/debian/patches/series
===================================================================
--- tetex-bin/trunk/debian/patches/series	2006-06-06 13:23:10 UTC (rev 1415)
+++ tetex-bin/trunk/debian/patches/series	2006-06-06 14:11:02 UTC (rev 1416)
@@ -1,4 +1,5 @@
 patch-xdvi-300109 
+patch-xdvi-370505
 patch-texmfcnf 
 patch-texdoctk 
 patch-texdoc 




More information about the Pkg-tetex-commits mailing list