<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/etc/ChangeLog, branch xwidget</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>NEWS: Document `comment-line'.</title>
<updated>2015-02-08T21:05:24+00:00</updated>
<author>
<name>Artur Malabarba</name>
</author>
<published>2015-02-08T21:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=64bdc0efbe27bea66cd4be4de8205198c7a9aee8'/>
<id>64bdc0efbe27bea66cd4be4de8205198c7a9aee8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: Document package.el's improved dependency-handling.</title>
<updated>2015-02-03T11:08:02+00:00</updated>
<author>
<name>Artur Malabarba</name>
</author>
<published>2015-02-03T11:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e17d033781b8cd995cf23899543025e9f9ce1e23'/>
<id>e17d033781b8cd995cf23899543025e9f9ce1e23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title># ChangeLog fixes</title>
<updated>2015-01-30T08:01:24+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-01-30T08:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2b9b98bdb70faf47405620fce9e5b5981a271d7c'/>
<id>2b9b98bdb70faf47405620fce9e5b5981a271d7c</id>
<content type='text'>
Merged ChangeLog entries go to the top, with the date of the merge.
It's a simple rule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged ChangeLog entries go to the top, with the date of the merge.
It's a simple rule.
</pre>
</div>
</content>
</entry>
<entry>
<title>Splash images refurbished</title>
<updated>2015-01-29T23:38:02+00:00</updated>
<author>
<name>Francesc Rocher</name>
</author>
<published>2015-01-29T23:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ca9456fbf4bc35b2b9fb6da33b6eea8dafb5c34b'/>
<id>ca9456fbf4bc35b2b9fb6da33b6eea8dafb5c34b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-24</title>
<updated>2015-01-28T04:03:45+00:00</updated>
<author>
<name>Fabián Ezequiel Gallina</name>
</author>
<published>2015-01-28T04:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=294127e7d59a5d23a32561716a1b192db410e12f'/>
<id>294127e7d59a5d23a32561716a1b192db410e12f</id>
<content type='text'>
24aacfc Improve documentation of buttons  (Bug#19628)
52ae3db doc/lispref/text.texi (Clickable Text): Improve indexing.  (Bug#19629)
310f707 lisp/button.el (button-activate, push-button): Doc fix.  (Bug#19628)
3ee38f2 Disallow w32 builds --without-toolkit-scroll-bars.
e6518fc Fix display of images in R2L screen lines
b0af674 Use u+05f4 in TUTORIAL.he.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
24aacfc Improve documentation of buttons  (Bug#19628)
52ae3db doc/lispref/text.texi (Clickable Text): Improve indexing.  (Bug#19629)
310f707 lisp/button.el (button-activate, push-button): Doc fix.  (Bug#19628)
3ee38f2 Disallow w32 builds --without-toolkit-scroll-bars.
e6518fc Fix display of images in R2L screen lines
b0af674 Use u+05f4 in TUTORIAL.he.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for adding new members to Tar archives.</title>
<updated>2015-01-27T21:56:57+00:00</updated>
<author>
<name>Ivan Shmakov</name>
</author>
<published>2015-01-27T21:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a56eab8259568ea1389e972623e46359e73c0233'/>
<id>a56eab8259568ea1389e972623e46359e73c0233</id>
<content type='text'>
* lisp/tar-mode.el: Allow for adding new archive members.
(tar-new-regular-file-header, tar--pad-to, tar--put-at)
(tar-header-serialize): New functions.
(tar-current-position): Split from tar-current-descriptor.
(tar-current-descriptor): Use it.
(tar-new-entry): New command.
(tar-mode-map): Bind it.
* doc/emacs/files.texi (File Archives): Document "I" for tar-new-entry.
* etc/NEWS: Mention the new tar-new-entry command.

Fixes: debbugs:19274
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/tar-mode.el: Allow for adding new archive members.
(tar-new-regular-file-header, tar--pad-to, tar--put-at)
(tar-header-serialize): New functions.
(tar-current-position): Split from tar-current-descriptor.
(tar-current-descriptor): Use it.
(tar-new-entry): New command.
(tar-mode-map): Bind it.
* doc/emacs/files.texi (File Archives): Document "I" for tar-new-entry.
* etc/NEWS: Mention the new tar-new-entry command.

Fixes: debbugs:19274
</pre>
</div>
</content>
</entry>
<entry>
<title>etc/NEWS: Document EUDC improvements</title>
<updated>2015-01-27T15:38:24+00:00</updated>
<author>
<name>Thomas Fitzsimmons</name>
</author>
<published>2015-01-24T05:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c7effd7cacc5505933c32221bb25bea791b589e0'/>
<id>c7effd7cacc5505933c32221bb25bea791b589e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the etc/publicsuffix.txt file</title>
<updated>2015-01-26T04:21:34+00:00</updated>
<author>
<name>Lars Magne Ingebrigtsen</name>
</author>
<published>2015-01-26T04:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8fded982c147ec5e062df4c11a8769e9443859f3'/>
<id>8fded982c147ec5e062df4c11a8769e9443859f3</id>
<content type='text'>
* etc/publicsuffix.txt: Install an updated version of the file from
https://publicsuffix.org/list/effective_tld_names.dat.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/publicsuffix.txt: Install an updated version of the file from
https://publicsuffix.org/list/effective_tld_names.dat.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gnustep-config if available</title>
<updated>2015-01-25T02:20:29+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-25T02:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f6ef836521dfd07a0a33d5f1f384427f0c4023ce'/>
<id>f6ef836521dfd07a0a33d5f1f384427f0c4023ce</id>
<content type='text'>
* configure.ac (--with-gnustep): Document this.
(NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works.
If gnustep-config works, use 'gnustep-config --objc-flags' and
'gnustep-config --gui-libs' to compute GNUstep configuration
variables, instead of attempting to infer them individually.
* etc/NEWS: Document this.
* src/emacs.c [NS_IMPL_GNUSTEP]: Don't include &lt;GNUstepBase/GSConfig.h&gt;.
It doesn't appear to be needed, and the inclusion breaks on
Ubuntu 14.10 when 'configure' uses 'gnustep-config'.
Fixes: bug#19507
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac (--with-gnustep): Document this.
(NS_GNUSTEP_CONFIG): New variable, set if gnustep-config works.
If gnustep-config works, use 'gnustep-config --objc-flags' and
'gnustep-config --gui-libs' to compute GNUstep configuration
variables, instead of attempting to infer them individually.
* etc/NEWS: Document this.
* src/emacs.c [NS_IMPL_GNUSTEP]: Don't include &lt;GNUstepBase/GSConfig.h&gt;.
It doesn't appear to be needed, and the inclusion breaks on
Ubuntu 14.10 when 'configure' uses 'gnustep-config'.
Fixes: bug#19507
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't downcase system diagnostics' first letters</title>
<updated>2015-01-22T04:29:42+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-22T04:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8dd58a2d1fedaa16573bc67e986dc2014620c681'/>
<id>8dd58a2d1fedaa16573bc67e986dc2014620c681</id>
<content type='text'>
* etc/NEWS: Document this.
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
* lisp/ffap.el (find-file-at-point):
* lisp/files.el (insert-file-1):
* lisp/net/ange-ftp.el (ange-ftp-barf-if-not-directory)
(ange-ftp-copy-file-internal):
* lisp/progmodes/etags.el (visit-tags-table):
* lisp/url/url-dav.el (url-dav-delete-directory, url-dav-delete-file)
(url-dav-directory-files):
Keep diagnostics consistent with system's.
* lisp/erc/erc-dcc.el (erc-dcc-server):
* lisp/ffap.el (ffap-machine-p):
Ignore case while comparing diagnostics.
* src/fileio.c (report_file_errno): Don't downcase, and simplify.
Fixes: bug#19642
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Document this.
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
* lisp/ffap.el (find-file-at-point):
* lisp/files.el (insert-file-1):
* lisp/net/ange-ftp.el (ange-ftp-barf-if-not-directory)
(ange-ftp-copy-file-internal):
* lisp/progmodes/etags.el (visit-tags-table):
* lisp/url/url-dav.el (url-dav-delete-directory, url-dav-delete-file)
(url-dav-directory-files):
Keep diagnostics consistent with system's.
* lisp/erc/erc-dcc.el (erc-dcc-server):
* lisp/ffap.el (ffap-machine-p):
Ignore case while comparing diagnostics.
* src/fileio.c (report_file_errno): Don't downcase, and simplify.
Fixes: bug#19642
</pre>
</div>
</content>
</entry>
</feed>
