<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/acme, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>Custom shortcuts and other minor changes</title>
<updated>2026-02-24T21:55:48+00:00</updated>
<author>
<name>bt</name>
<email>bt@rctt.net</email>
</author>
<published>2026-02-20T15:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=e14493abb20ab0c808f109bb56aaf141ad08d178'/>
<id>e14493abb20ab0c808f109bb56aaf141ad08d178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: remove need for `-fcommon`</title>
<updated>2025-07-25T16:25:11+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2025-07-23T10:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=156e745be9f6a1b19b0f8e2a931148786d7acad4'/>
<id>156e745be9f6a1b19b0f8e2a931148786d7acad4</id>
<content type='text'>
Use `extern` where appropriate so that we can remove `-fcommon`
on macOS and others.  On macOS, `-fcommon` generates a number of
linker warnings.

I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD
and illumos.  I am not in a position to test on AIX or other
more esoteric platforms, however.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `extern` where appropriate so that we can remove `-fcommon`
on macOS and others.  On macOS, `-fcommon` generates a number of
linker warnings.

I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD
and illumos.  I am not in a position to test on AIX or other
more esoteric platforms, however.
</pre>
</div>
</content>
</entry>
<entry>
<title>acme: remove debug print</title>
<updated>2024-06-16T02:10:55+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2024-06-16T02:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=211de84701d2475596054e5d2462c84c72acc065'/>
<id>211de84701d2475596054e5d2462c84c72acc065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>acme: shift button 3 for reverse search</title>
<updated>2024-06-15T14:57:45+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2024-06-15T14:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=0c79c32675e83ff3d87d5bf52082652d85486a45'/>
<id>0c79c32675e83ff3d87d5bf52082652d85486a45</id>
<content type='text'>
An experiment. Let's see if it's any good.
Also document the Mac conventions in devdraw(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An experiment. Let's see if it's any good.
Also document the Mac conventions in devdraw(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>acme: clean up environment after exec</title>
<updated>2024-04-06T15:13:24+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2024-04-06T15:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d5b2552b9582cf10a4fce1fde3584415246d4ef9'/>
<id>d5b2552b9582cf10a4fce1fde3584415246d4ef9</id>
<content type='text'>
Make up for the lack of a real rfork(RFENVG).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make up for the lack of a real rfork(RFENVG).
</pre>
</div>
</content>
</entry>
<entry>
<title>acme: have Dump save both low and high DPI fontnames</title>
<updated>2023-09-05T16:55:40+00:00</updated>
<author>
<name>matheuristic</name>
<email>matheuristic@users.noreply.github.com</email>
</author>
<published>2023-09-04T17:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=dfbafb68e22de866ab0a708862230acbac50910a'/>
<id>dfbafb68e22de866ab0a708862230acbac50910a</id>
<content type='text'>
Instead of only saving a window's currently displayed font's name to the
dump file, have Acme's Dump command save that window's combined low DPI
and high DPI font names when both are available.

See 9fans/plan9port#630
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of only saving a window's currently displayed font's name to the
dump file, have Acme's Dump command save that window's combined low DPI
and high DPI font names when both are available.

See 9fans/plan9port#630
</pre>
</div>
</content>
</entry>
<entry>
<title>acme: allow larger paste amounts</title>
<updated>2023-01-06T17:04:17+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2023-01-06T17:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=43f5af9c8da2c89948fd0b6858dfa8b79884adb8'/>
<id>43f5af9c8da2c89948fd0b6858dfa8b79884adb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indentation</title>
<updated>2022-09-07T16:24:01+00:00</updated>
<author>
<name>Derek Stevens</name>
<email>nilix@nilfm.cc</email>
</author>
<published>2022-09-07T14:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=52be2761ae45d717f41f2f08ca85cd1e9f6c61b5'/>
<id>52be2761ae45d717f41f2f08ca85cd1e9f6c61b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>acme/wind.c: redraw window body with bg color if too small for a single line; ref #10</title>
<updated>2022-09-07T16:24:01+00:00</updated>
<author>
<name>Derek Stevens</name>
<email>nilix@nilfm.cc</email>
</author>
<published>2022-04-07T22:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=0a846f5f0f8dd2acaacb43e3035079b59a112796'/>
<id>0a846f5f0f8dd2acaacb43e3035079b59a112796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>acme: accept paths with spaces in the 'name' ctl message</title>
<updated>2022-09-07T13:32:08+00:00</updated>
<author>
<name>Igor Burago</name>
<email>ib@iburago.org</email>
</author>
<published>2022-07-29T14:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c57b71966ec2b3342a3a4da515944cabf268609f'/>
<id>c57b71966ec2b3342a3a4da515944cabf268609f</id>
<content type='text'>
As it is allowed to use spaces in file names set interactively through
the tag since 7b1c85f, do not reject names with spaces in the 'name'
ctl message either.

Fixes #559.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it is allowed to use spaces in file names set interactively through
the tag since 7b1c85f, do not reject names with spaces in the 'name'
ctl message either.

Fixes #559.
</pre>
</div>
</content>
</entry>
</feed>
