<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/oldXMenu/XLookAssoc.c, branch scratch/markers-as-gap-array</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>; Copy contents of oldXMenu/copyright.h into oldXMenu/*.[ch] files</title>
<updated>2021-08-29T11:28:36+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-08-29T11:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dbec4ae06b36f2c86287f54e3417f4e5db6c7c01'/>
<id>dbec4ae06b36f2c86287f54e3417f4e5db6c7c01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;config.h&gt; uniformly in oldXMenu sources.</title>
<updated>2012-12-04T20:42:29+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2012-12-04T20:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=47a6e6df2b6430c1047538260750cdbe78c566d5'/>
<id>47a6e6df2b6430c1047538260750cdbe78c566d5</id>
<content type='text'>
* Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c:
* InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c:
Do not include &lt;config.h&gt;, since XMenuInt.h does that now.
* XLookAssoc.c, XMenuInt.h: Include &lt;config.h&gt;.
This avoids a build failure when configuring on Fedora 17
--with-x-toolkit=no, reported by Dmitry Andropov in
&lt;http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c:
* InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c:
Do not include &lt;config.h&gt;, since XMenuInt.h does that now.
* XLookAssoc.c, XMenuInt.h: Include &lt;config.h&gt;.
This avoids a build failure when configuring on Fedora 17
--with-x-toolkit=no, reported by Dmitry Andropov in
&lt;http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Nuke arch-tags.</title>
<updated>2011-01-15T23:16:57+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2011-01-15T23:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0d9f702fd085bc8ad560a3e1f08d5e93054a5d33'/>
<id>0d9f702fd085bc8ad560a3e1f08d5e93054a5d33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert function definitions in oldXMenu to standard C.</title>
<updated>2010-07-04T05:57:11+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2010-07-04T05:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b782e2d7f36a742156e5b13d43efdcf620356bc0'/>
<id>b782e2d7f36a742156e5b13d43efdcf620356bc0</id>
<content type='text'>
* oldXMenu/Activate.c: Convert function definitions to standard C.
* oldXMenu/AddPane.c:
* oldXMenu/AddSel.c:
* oldXMenu/ChgPane.c:
* oldXMenu/ChgSel.c:
* oldXMenu/Create.c:
* oldXMenu/DelPane.c:
* oldXMenu/DelSel.c:
* oldXMenu/Destroy.c:
* oldXMenu/Error.c:
* oldXMenu/EvHand.c:
* oldXMenu/FindPane.c:
* oldXMenu/FindSel.c:
* oldXMenu/InsPane.c:
* oldXMenu/InsSel.c:
* oldXMenu/Internal.c:
* oldXMenu/Locate.c:
* oldXMenu/Post.c:
* oldXMenu/Recomp.c:
* oldXMenu/SetAEQ.c:
* oldXMenu/SetFrz.c:
* oldXMenu/SetPane.c:
* oldXMenu/SetSel.c:
* oldXMenu/X10.h:
* oldXMenu/XCrAssoc.c:
* oldXMenu/XDelAssoc.c:
* oldXMenu/XDestAssoc.c:
* oldXMenu/XLookAssoc.c:
* oldXMenu/XMakeAssoc.c:
* oldXMenu/XMenu.h:
* oldXMenu/XMenuInt.h:
* oldXMenu/insque.c: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* oldXMenu/Activate.c: Convert function definitions to standard C.
* oldXMenu/AddPane.c:
* oldXMenu/AddSel.c:
* oldXMenu/ChgPane.c:
* oldXMenu/ChgSel.c:
* oldXMenu/Create.c:
* oldXMenu/DelPane.c:
* oldXMenu/DelSel.c:
* oldXMenu/Destroy.c:
* oldXMenu/Error.c:
* oldXMenu/EvHand.c:
* oldXMenu/FindPane.c:
* oldXMenu/FindSel.c:
* oldXMenu/InsPane.c:
* oldXMenu/InsSel.c:
* oldXMenu/Internal.c:
* oldXMenu/Locate.c:
* oldXMenu/Post.c:
* oldXMenu/Recomp.c:
* oldXMenu/SetAEQ.c:
* oldXMenu/SetFrz.c:
* oldXMenu/SetPane.c:
* oldXMenu/SetSel.c:
* oldXMenu/X10.h:
* oldXMenu/XCrAssoc.c:
* oldXMenu/XDelAssoc.c:
* oldXMenu/XDestAssoc.c:
* oldXMenu/XLookAssoc.c:
* oldXMenu/XMakeAssoc.c:
* oldXMenu/XMenu.h:
* oldXMenu/XMenuInt.h:
* oldXMenu/insque.c: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove FSF copyright since file does not differ significantly from X11</title>
<updated>2007-02-27T03:04:22+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-02-27T03:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2cd3138f59fe1862b30fa548ed6bb19e04d99834'/>
<id>2cd3138f59fe1862b30fa548ed6bb19e04d99834</id>
<content type='text'>
version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove license text in favour of including copyright.h, as was done in</title>
<updated>2007-02-25T00:10:18+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-02-25T00:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0ff3f4352c4791d91a04da544abccf1cdf83dc1f'/>
<id>0ff3f4352c4791d91a04da544abccf1cdf83dc1f</id>
<content type='text'>
original X11 source.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
original X11 source.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 2007 to copyright years.</title>
<updated>2007-01-21T04:57:37+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-01-21T04:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4e6835dbc4e02adcca7770c555963a37ad7fb8b9'/>
<id>4e6835dbc4e02adcca7770c555963a37ad7fb8b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2006-12-10T02:48:55+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2006-12-10T02:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=61e1e4e80a50c832ded32458212235dd84837635'/>
<id>61e1e4e80a50c832ded32458212235dd84837635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update years in copyright notice; nfc.</title>
<updated>2006-02-05T23:44:47+00:00</updated>
<author>
<name>Thien-Thi Nguyen</name>
</author>
<published>2006-02-05T23:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5b0d63bc3658e0892d01c61cc168131813e7a8b0'/>
<id>5b0d63bc3658e0892d01c61cc168131813e7a8b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update years in copyright notice; nfc.</title>
<updated>2005-08-16T10:34:51+00:00</updated>
<author>
<name>Thien-Thi Nguyen</name>
</author>
<published>2005-08-16T10:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b398a621cb643f8c86dc71b86ea8afdbba41646f'/>
<id>b398a621cb643f8c86dc71b86ea8afdbba41646f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
