<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/INSTALL, branch feature/android</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Merge remote-tracking branch 'origin/master' into feature/android</title>
<updated>2023-05-27T01:49:49+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2023-05-27T01:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cdca0fddcc3352bcd01bec147c264be1b2a04e12'/>
<id>cdca0fddcc3352bcd01bec147c264be1b2a04e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable cairo-xcb support by default</title>
<updated>2023-05-26T00:41:31+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2023-05-26T00:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9f5249d5c8d193fc59d09b9003d26d1ed0884f2c'/>
<id>9f5249d5c8d193fc59d09b9003d26d1ed0884f2c</id>
<content type='text'>
* INSTALL (--with-cairo-xcb): Document new option.
* configure.ac (USE_CAIRO_XCB): Implement new option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* INSTALL (--with-cairo-xcb): Document new option.
* configure.ac (USE_CAIRO_XCB): Implement new option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Summary: Update Android port</title>
<updated>2023-03-02T10:31:35+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2023-03-02T10:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=960230d88d3c063ad51f91de076dd2b4a7b88ca1'/>
<id>960230d88d3c063ad51f91de076dd2b4a7b88ca1</id>
<content type='text'>
* INSTALL: Document where to find Android installation
instructions.
* configure.ac (CHECK_LISP_OBJECT_TYPE): Pacify
-Wsuggest-attribute=noreturn only on Android.
* cross/ndk-build/README: New file.
* doc/emacs/android.texi (Android):
* doc/emacs/emacs.texi (Top):
* doc/emacs/input.texi (Other Input Devices): Untabify menus.
* etc/NEWS: Move INSTALL.android to java/INSTALL.
* java/INSTALL: New file.
* java/README:
* src/coding.c (from_unicode_buffer): Make Android specific code
only build on Android.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* INSTALL: Document where to find Android installation
instructions.
* configure.ac (CHECK_LISP_OBJECT_TYPE): Pacify
-Wsuggest-attribute=noreturn only on Android.
* cross/ndk-build/README: New file.
* doc/emacs/android.texi (Android):
* doc/emacs/emacs.texi (Top):
* doc/emacs/input.texi (Other Input Devices): Untabify menus.
* etc/NEWS: Move INSTALL.android to java/INSTALL.
* java/INSTALL: New file.
* java/README:
* src/coding.c (from_unicode_buffer): Make Android specific code
only build on Android.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Prefer HTTPS to HTTP in many URLs</title>
<updated>2022-10-15T11:06:45+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-10-15T09:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3187225416c66061b67e89092addc15cad2202b9'/>
<id>3187225416c66061b67e89092addc15cad2202b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on XInput 2 support by default</title>
<updated>2022-05-04T08:51:48+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-05-04T08:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0105a4ddb8a58146f3fc71c265e57291c873af0b'/>
<id>0105a4ddb8a58146f3fc71c265e57291c873af0b</id>
<content type='text'>
The support doesn't interfere with compatibility, since Emacs
built with XInput 2 support transparently falls back to Core
Input when a suitable version of the input extension is not
available.  It also matured much sooner than expected, so
enabling this by default will lead to new features being
available to more users.

* INSTALL:
* configure.ac:
* etc/NEWS: Enable XInput 2 support by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The support doesn't interfere with compatibility, since Emacs
built with XInput 2 support transparently falls back to Core
Input when a suitable version of the input extension is not
available.  It also matured much sooner than expected, so
enabling this by default will lead to new features being
available to more users.

* INSTALL:
* configure.ac:
* etc/NEWS: Enable XInput 2 support by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell those using exclusively X not to use the PGTK port</title>
<updated>2022-04-19T02:45:30+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2022-04-19T02:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5fae0325872710dcbf42541b985103b66f613f61'/>
<id>5fae0325872710dcbf42541b985103b66f613f61</id>
<content type='text'>
* INSTALL (Alternative window systems): Tell those using exclusively X
not to use the PGTK port.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* INSTALL (Alternative window systems): Tell those using exclusively X
not to use the PGTK port.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify that INSTALL isn't for Git checkouts (bug#53627)</title>
<updated>2022-01-31T15:24:25+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-01-31T15:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5d40e1be7e9b0dd2238dedb74125eb7a40229e53'/>
<id>5d40e1be7e9b0dd2238dedb74125eb7a40229e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * INSTALL (Alternative window systems): Improve wording.</title>
<updated>2022-01-14T07:26:20+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-14T07:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fa1dd64ba890ae66c3541fb7af0f895fd8fea721'/>
<id>fa1dd64ba890ae66c3541fb7af0f895fd8fea721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* INSTALL: Document using Emacs on alternative window systems.</title>
<updated>2022-01-14T04:34:18+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-01-14T04:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7eb91aaaf41d5cb5c3c3407e7488379fce01d404'/>
<id>7eb91aaaf41d5cb5c3c3407e7488379fce01d404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
