New branch 'private/mmeeks/pasteurlover' available with the following commits:
commit a23892bb6188c7d2d5c3eca03df2f7917231be4b
Author: Michael Meeks <[email protected]>
Date: Mon Mar 9 21:56:51 2026 +0000
implement plain text with URL or URL over-paste of text to create URLs.
Selecting some text, and then ctrl-v pasting a URL over the top will
now convert the text into a URL that points to the pasted URL,
rather than just overwriting it.
Add a unit test or two.
Change-Id: I577cdfef9f1108476fadb6b5afccd524846cfdf5
commit 0235a3eaff5bf7deb3c37b8aefae1871e6796894
Author: Andras Timar <[email protected]>
Date: Fri Mar 6 23:03:06 2026 +0100
don't fetch culmus tarball when --enable-mpl-subset is used
Culmus fonts are GPL v2, so they are correctly excluded from the build
by Module_more_fonts.mk when MPL_SUBSET is set, but the tarball was
still being downloaded unconditionally via Makefile.fetch.
Change-Id: I$(echo -n "don't fetch culmus tarball when mpl-subset" |
sha1sum | cut -c1-40)