<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/ns-gitlab-ci</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>Third time lucky</title>
<updated>2020-08-27T22:39:16+00:00</updated>
<author>
<name>Alan Third</name>
</author>
<published>2020-08-27T22:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8d085d2f8d3a9deb82cdfd319a4206abb043951e'/>
<id>8d085d2f8d3a9deb82cdfd319a4206abb043951e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another attempt to fix the GNUstep build</title>
<updated>2020-08-27T20:25:47+00:00</updated>
<author>
<name>Alan Third</name>
</author>
<published>2020-08-27T20:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=445d18f97350d502067972d4291b9224b2f9d3c1'/>
<id>445d18f97350d502067972d4291b9224b2f9d3c1</id>
<content type='text'>
* configure.ac (NS_IMPL_GNUSTEP): Try gnu99 instead of c99.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac (NS_IMPL_GNUSTEP): Try gnu99 instead of c99.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Objective-C C99 build problem</title>
<updated>2020-08-27T19:50:42+00:00</updated>
<author>
<name>Alan Third</name>
</author>
<published>2020-08-27T19:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=29121a3215cc54270b32685f203d3f8d88a7b4af'/>
<id>29121a3215cc54270b32685f203d3f8d88a7b4af</id>
<content type='text'>
* configure.ac (NS_IMPL_GNUSTEP): GCC appears to need to be told to
use C99 when compiling Objective-C.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac (NS_IMPL_GNUSTEP): GCC appears to need to be told to
use C99 when compiling Objective-C.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GNUstep build to Gitlab CI/CD</title>
<updated>2020-08-27T17:33:31+00:00</updated>
<author>
<name>Alan Third</name>
</author>
<published>2020-08-27T17:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3ef2247469b093456152064e4dfdce8aa7ccb9f8'/>
<id>3ef2247469b093456152064e4dfdce8aa7ccb9f8</id>
<content type='text'>
* .gitlab-ci.yml (test-gnustep): New test target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .gitlab-ci.yml (test-gnustep): New test target.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Bump xref version</title>
<updated>2020-08-26T21:56:16+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-08-26T21:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1a167f5a7a87e65c1f9b27ebe6552913b2c2e6d2'/>
<id>1a167f5a7a87e65c1f9b27ebe6552913b2c2e6d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak dired-do-find-regexp in Emacs 26</title>
<updated>2020-08-26T21:56:16+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-08-26T21:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c601211e0d2f5174b5e748115a785d583235fe6e'/>
<id>c601211e0d2f5174b5e748115a785d583235fe6e</id>
<content type='text'>
* lisp/progmodes/xref.el (xref--show-xrefs):
Support the old convention (bug#42967).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/xref.el (xref--show-xrefs):
Support the old convention (bug#42967).
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak xref-goto-xref in Emacs 26</title>
<updated>2020-08-26T21:56:16+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-08-26T21:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7f6dba00edcccd6510185108a5c4bbb010393230'/>
<id>7f6dba00edcccd6510185108a5c4bbb010393230</id>
<content type='text'>
* lisp/progmodes/xref.el (xref-goto-xref):
Call next-error-found only if it's defined (bug#42981).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/xref.el (xref-goto-xref):
Call next-error-found only if it's defined (bug#42981).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix expand-file-name symlink-to-dir bug</title>
<updated>2020-08-26T20:27:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-08-26T20:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=14fb657ba82da346d36f05f88da26f1c5498b798'/>
<id>14fb657ba82da346d36f05f88da26f1c5498b798</id>
<content type='text'>
Problem reported by Yegor Timoshenko (Bug#26911),
and I ran into it myself recently in normal-top-level.
* doc/lispref/files.texi (File Name Expansion), etc/NEWS: Mention this.
* src/fileio.c (Fexpand_file_name): Expand "/a/b/." to "/a/b/" not
"/a/b", to avoid misinterpreting a symlink "/a/b".  Similarly,
expand "/a/b/c/.." to "/a/b/" not "/a/b".
* test/lisp/net/tramp-tests.el (tramp-test05-expand-file-name):
Adjust to match new behavior.
(tramp-test05-expand-file-name-relative): This test now succeeds,
at least on Fedora 31.
* test/src/fileio-tests.el:
(fileio-tests--expand-file-name-trailing-slash)	New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem reported by Yegor Timoshenko (Bug#26911),
and I ran into it myself recently in normal-top-level.
* doc/lispref/files.texi (File Name Expansion), etc/NEWS: Mention this.
* src/fileio.c (Fexpand_file_name): Expand "/a/b/." to "/a/b/" not
"/a/b", to avoid misinterpreting a symlink "/a/b".  Similarly,
expand "/a/b/c/.." to "/a/b/" not "/a/b".
* test/lisp/net/tramp-tests.el (tramp-test05-expand-file-name):
Adjust to match new behavior.
(tramp-test05-expand-file-name-relative): This test now succeeds,
at least on Fedora 31.
* test/src/fileio-tests.el:
(fileio-tests--expand-file-name-trailing-slash)	New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PWD startup checking with symlinks</title>
<updated>2020-08-26T20:27:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-08-26T17:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ff864be694247e5f6c8732afcbaeb1c0a8a8a124'/>
<id>ff864be694247e5f6c8732afcbaeb1c0a8a8a124</id>
<content type='text'>
* lisp/startup.el (normal-top-level): Do not put "." after "/";
it’s not needed and with current file-name-as-directory it does
the wrong thing if PWD is a symlink.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/startup.el (normal-top-level): Do not put "." after "/";
it’s not needed and with current file-name-as-directory it does
the wrong thing if PWD is a symlink.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/files.el (insert-directory): Simplify (if ... X X) to X.</title>
<updated>2020-08-26T20:27:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-08-26T17:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dfeb0593128006e4cd1e47d831bf00bde9867437'/>
<id>dfeb0593128006e4cd1e47d831bf00bde9867437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
