texinfo-commits
[Top][All Lists]
Advanced

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

[5790] footnote redisplay in incremental search


From: Gavin D. Smith
Subject: [5790] footnote redisplay in incremental search
Date: Sun, 31 Aug 2014 17:21:59 +0000

Revision: 5790
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5790
Author:   gavin
Date:     2014-08-31 17:21:57 +0000 (Sun, 31 Aug 2014)
Log Message:
-----------
footnote redisplay in incremental search

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/session.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-08-29 23:26:35 UTC (rev 5789)
+++ trunk/ChangeLog     2014-08-31 17:21:57 UTC (rev 5790)
@@ -1,5 +1,10 @@
 2014-08-30  Gavin Smith  <address@hidden>
 
+       * info/session.c (incremental_search): Update an automatic footnotes
+       window if we change node.
+
+2014-08-30  Gavin Smith  <address@hidden>
+
        * info/session.c (incremental_search): Go back to being
        case-insensitive if all upper-case letters are deleted.
        * info/t/inc-sea-insensitive.sh: New test.

Modified: trunk/info/session.c
===================================================================
--- trunk/info/session.c        2014-08-29 23:26:35 UTC (rev 5789)
+++ trunk/info/session.c        2014-08-31 17:21:57 UTC (rev 5790)
@@ -4227,7 +4227,10 @@
               set_window_pagetop (window, newtop);
             }
           window_adjust_pagetop (window);
-          display_update_one_window (window);
+
+          /* Call display_update_display to update the window and an automatic
+             footnotes window if present. */
+          display_update_display ();
           display_cursor_at_point (window);
         }
 
@@ -4237,7 +4240,7 @@
          it is convenient. */
       if (!info_any_buffered_input_p () && display_was_interrupted_p)
         {
-          display_update_one_window (window);
+          display_update_display ();
           display_cursor_at_point (active_window);
         }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]