Commit e3a5b0bf7b4e6d31ed4256bc6407ec91687a0ecc
1 parent
3372615e
Tweak ChangeLog wording
Showing
1 changed file
with
8 additions
and
3 deletions
ChangeLog
| @@ -14,10 +14,15 @@ | @@ -14,10 +14,15 @@ | ||
| 14 | 14 | ||
| 15 | 2023-09-02 Jay Berkenbilt <ejb@ql.org> | 15 | 2023-09-02 Jay Berkenbilt <ejb@ql.org> |
| 16 | 16 | ||
| 17 | - * Bug fix from M. Holger: allow fix-qdf to read from pipe. Fixes #1010. | 17 | + * Maintain links to foreign pages when copying foreign objects. |
| 18 | + This allows hyperlinks in imported files to work. Fixes #1003. | ||
| 18 | 19 | ||
| 19 | - * Bug fix: maintain links to foreign pages when copying foreign | ||
| 20 | - objects. This corrects a possible crash. | 20 | + * Bug fix: Return a null object if an attempt is made to to copy a |
| 21 | + foreign /Pages object with copyForeignObject. This corrects a | ||
| 22 | + possible crash. Fixes #1010. | ||
| 23 | + | ||
| 24 | + * Bug fix: Return a null object if an attempt is made to to copy a | ||
| 25 | + foreign /Pages object with copyForeignObject. Fixes #1003. | ||
| 21 | 26 | ||
| 22 | * Add /MediaBox to a page if absent. Thanks M. Holger. | 27 | * Add /MediaBox to a page if absent. Thanks M. Holger. |
| 23 | 28 |