Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
metapost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeXLive
metapost
Commits
ea13ee37
Commit
ea13ee37
authored
16 years ago
by
Taco Hoekwater
Browse files
Options
Downloads
Patches
Plain Diff
include entries for 1.003 - 1.005
parent
fe8e6495
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES
+79
-0
79 additions, 0 deletions
CHANGES
with
79 additions
and
0 deletions
CHANGES
+
79
−
0
View file @
ea13ee37
...
...
@@ -273,6 +273,85 @@ What is new in the alpha release of MPlib (0.10.0):
* API documentation is still missing, but the MetaPost input language
has not changed.
----------------------------------------------------------------------
What is new in version 1.005:
----------------------------------------------------------------------
* In MetaPost 1.004, mpost --version still incorrectly reported 1.003
* C Compilation of MetaPost 1.004 was broken on MacOS X 10.5
* The sources package did not contain mpboxes.pdf
* Some last-minute fixes to the manual
----------------------------------------------------------------------
What is new in version 1.004:
----------------------------------------------------------------------
* The picture color component commands misbehaved in 1.003:
the current (default) colormodel was not taken into consideration,
so all colors had to be explicit for "redpart" etc. to work.
(this bug is the one broke the graph.mp package)
In 1.004 for "defaulted" colors, the suitable value in the current
(default) colormodel is returned without any errors. This change
also reverts to silently defaulting a 'black' color when asking
for the redpart etc. of an object that cannot be colored at all.
* The picture color component commands misbehaved in 1.003 in
a different manner also: the defaults for uninitialized CMYK
color picture parts were still assuming 'black' was defined as
(1,1,1,1) instead of as (0,0,0,1).
* The macro Gwithpc_ in the graph.mp package did not work properly
with non-rgb colormodel objects.
* plain.mp has a new macro, 'colorpart', that returns the color
parts of a graphical object within a picture in a form suitable
for feeding it back to 'withcolor'.
* The latest kpathsea library from TeXLive is included.
* There is now a separate manual for the boxes package (mpboxes.pdf).
----------------------------------------------------------------------
What is new in version 1.003:
----------------------------------------------------------------------
* Polygonal pens now work better (bug #3 and #7 at supelec.fr).
* When asking for a color part in a picture object, the color models
now have to match each other, otherwise an error will be reported
and the return value will be set to a 'black' part.
* The Makefile fragment (metapost.mk) now defines a separate mpost
target for better integration in TeXLive.
* There was a bug in the internal handling of withprescript and
withpostscript, resulting in incorrect output when paths using
such scripts were stored in picture variables.
* A newline was missing from the PostScript output when the
procset internal variable was set, so the first line of that
accidentally became a PostScript comment.
* Applicable changes from Knuth's updates for MetaFont 2.718281
are incorporated.
* Mpto did not play nice with %&<format> verbatimtex lines, it now
automatically tries to detect comment-lines.
* Dvitomp 1.003 has higher limits for some internal constants like
the number of allowed fonts in DVI files.
* The manual is improved.
----------------------------------------------------------------------
What is new in version 1.002:
----------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment