aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorMark Eggleston <mark.eggleston@codethink.com>2019-08-23 13:03:26 +0000
committerMark Eggleston <markeggleston@gcc.gnu.org>2019-08-23 13:03:26 +0000
commit35a114dae14de7db983aba7e709dcad96405c14a (patch)
tree99aa0cb87cc1dfef98677589157caac1ed1f316f /gcc/fortran/ChangeLog
parent22f8849d06019e925eb8669274a03daf02e71cc6 (diff)
downloadgcc-35a114dae14de7db983aba7e709dcad96405c14a.zip
gcc-35a114dae14de7db983aba7e709dcad96405c14a.tar.gz
gcc-35a114dae14de7db983aba7e709dcad96405c14a.tar.bz2
PDF Layout
Prevent lines overlapping the right hand margin, this occurred for references in the "See also:" section, it is prevented by placing references on their own lines. Two example programs overlapped the right hand margin: fixed by adjusting the position and of the comments. Some tables had overlapping colums: the column widths were adjusted accordingly. From-SVN: r274857
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index e454bd2..4bd9291 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,11 @@
+2019-08-23 Mark Eggleston <mark.eggleston@codethink.com>
+
+ * intrinsics.text: References in 'See also:' are now on
+ separate lines to ensure that they always fit in the margins of
+ a PDF page. The column widths of tables have been adjusted
+ where necessary to prevent overlapping text. All program
+ examples now fit within the margins of a PDF page.
+
2019-08-23 Jakub Jelinek <jakub@redhat.com>
PR middle-end/91283