summaryrefslogtreecommitdiff
path: root/support/texshop
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-04-11 03:01:09 +0000
committerNorbert Preining <norbert@preining.info>2024-04-11 03:01:09 +0000
commitd0af7e48198e8633e9bc60a77a66515bf39ad69f (patch)
tree7906f93970dd67212ac3c10a779880362ccfaf8a /support/texshop
parentf58130da9ab2f6181b0b2ca4e02895b11d902e20 (diff)
CTAN sync 202404110301
Diffstat (limited to 'support/texshop')
-rw-r--r--support/texshop/README.txt2
-rw-r--r--support/texshop/texshop531.html19
-rw-r--r--support/texshop/texshop532.html25
3 files changed, 26 insertions, 20 deletions
diff --git a/support/texshop/README.txt b/support/texshop/README.txt
index e3cde65c75..7e02938c30 100644
--- a/support/texshop/README.txt
+++ b/support/texshop/README.txt
@@ -7,4 +7,4 @@ The main author is Richard Koch, koch@uoregon.edu, with supporting contributions
Consult the program web site, https://pages.uoregon.edu/koch/texshop/texshop.html,
for full source code, an extensive Changes document, and other information.
-The current version, 5.31, was released on March 24, 2024. \ No newline at end of file
+The current version, 5.32, was released on April 10, 2024. \ No newline at end of file
diff --git a/support/texshop/texshop531.html b/support/texshop/texshop531.html
deleted file mode 100644
index cd43529456..0000000000
--- a/support/texshop/texshop531.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <title>TeXShop</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <style type="text/css" media="screen">@import "v1.css";</style>
-</head>
-
-<body>
-
-<p> Version 5.31, released two days after the 5.30 release, fixes two bugs in that release:
-<ul>
-<li> The first bug caused the Preview window to advance a page after each typesetting job in Single and Double Page modes.
-<li>The second bug caused new projects to set magnification to 100 when initially typeset.
-</ul>
-
-</body>
-</html>
diff --git a/support/texshop/texshop532.html b/support/texshop/texshop532.html
new file mode 100644
index 0000000000..eadbfaa2fa
--- /dev/null
+++ b/support/texshop/texshop532.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>TeXShop</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style type="text/css" media="screen">@import "v1.css";</style>
+</head>
+
+<body>
+
+<p> Version 5.32 fixes one bug. The following process will trigger the process for a few people but probably not you. Create a source window using the menu command "New". Enter one or two lines of text and then save the file using the menu command "Save As". Quit TeXShop and restart it again. Open the new source file. The file's name will be added to TeXShop's "Window" menu, but the corresponding source window will not appear. It seems that TeXShop has created a source file which it cannot display. This is an alarming bug.
+
+<p> Here is the good news. There is nothing wrong with the file; it contains the correct text and can easily be opened using a trick. Even better, the bug only occurs if the user has selected "Syntax Color expl3 Code" in the TeXShop Source Window. This menu is a toggle which turns expl3 coloring on or off. When a window first opens, it is off.
+The only problem is that TeXShop has a hidden preference which turns the item on by default when windows are first opened:
+<pre>
+ defaults write TeXShop expl3SyntaxColoring YES
+</pre>
+Only users who set this hidden preference are likely to see the bug.
+
+<p> The bug has nothing to do with TeXShop's file saving code. It is a bug in TeXShop's syntax coloring code. When opening a source file, TeXShop syntax colors the source just before making the window visible. If the syntax coloring fails, the window is never made visible.
+TeXShop 5.32 fixes one step in the expl3 syntax coloring routine. After that, the routine does not fail and all windows open correctly.
+
+</body>
+</html>