texinfo-commits
[Top][All Lists]
Advanced

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

[5543] footnote redisplay; 2014


From: Gavin D. Smith
Subject: [5543] footnote redisplay; 2014
Date: Fri, 09 May 2014 17:41:30 +0000

Revision: 5543
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5543
Author:   gavin
Date:     2014-05-09 17:41:30 +0000 (Fri, 09 May 2014)
Log Message:
-----------
footnote redisplay; 2014

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/infomap.c
    trunk/info/signals.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-05-09 17:30:57 UTC (rev 5542)
+++ trunk/ChangeLog     2014-05-09 17:41:30 UTC (rev 5543)
@@ -9,6 +9,9 @@
        (get_visited_nodes): Add blank line at start of node to avoid first
        line being interpreted as a node information line.
 
+       * info/signals.c (redisplay_after_signal): [automatic-footnotes=On]
+       Redisplay footnotes after a window resize to get the correct size.
+
 2014-05-09  Gavin Smith  <address@hidden>
 
        * info/nodes.c (info_find_file): If full path to file has been given,

Modified: trunk/info/infomap.c
===================================================================
--- trunk/info/infomap.c        2014-05-09 17:30:57 UTC (rev 5542)
+++ trunk/info/infomap.c        2014-05-09 17:41:30 UTC (rev 5543)
@@ -2,7 +2,7 @@
    $Id$
 
    Copyright 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2007,
-   2008, 2011, 2012, 2013 Free Software Foundation, Inc.
+   2008, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

Modified: trunk/info/signals.c
===================================================================
--- trunk/info/signals.c        2014-05-09 17:30:57 UTC (rev 5542)
+++ trunk/info/signals.c        2014-05-09 17:41:30 UTC (rev 5543)
@@ -1,7 +1,7 @@
 /* signals.c -- install and maintain signal handlers.
    $Id$
 
-   Copyright 1993, 1994, 1995, 1998, 2002, 2003, 2004, 2007, 2012, 2013
+   Copyright 1993, 1994, 1995, 1998, 2002, 2003, 2004, 2007, 2012, 2013, 2014
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -156,6 +156,8 @@
 {
   terminal_clear_screen ();
   display_clear_display (the_display);
+  if (auto_footnotes_p)
+    info_get_or_remove_footnotes (active_window);
   window_mark_chain (windows, W_UpdateWindow);
   display_update_display (windows);
   display_cursor_at_point (active_window);




reply via email to

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