<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc, branch scratch/fontify-open-string</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 from origin/emacs-26</title>
<updated>2018-06-26T14:51:01+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-06-26T14:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=513b97c0e94f5c25dd9ac82aea86c9eba248589d'/>
<id>513b97c0e94f5c25dd9ac82aea86c9eba248589d</id>
<content type='text'>
12c77f6 (origin/emacs-26) Add ido-fallback special variable (Bug#31707)
826e8d1 Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into...
c784876 Tighten a cross-reference in documentation
517dc0b Fix last change in tramp-sh.el
f43186f Revert previous patch; comment was OK after all.
4c3306e Fix lead comment for count_trailing_zero_bits
b419f27 ; * doc/emacs/files.texi (Interlocking): Fix a non-portable @...
7488de4 * lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix docstring q...
0b69807 Make a minor update to the CSS mode docstring
9a53b6d Say how to override a primitive interactive spec
1d77078 Fix Bug#31941
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
12c77f6 (origin/emacs-26) Add ido-fallback special variable (Bug#31707)
826e8d1 Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into...
c784876 Tighten a cross-reference in documentation
517dc0b Fix last change in tramp-sh.el
f43186f Revert previous patch; comment was OK after all.
4c3306e Fix lead comment for count_trailing_zero_bits
b419f27 ; * doc/emacs/files.texi (Interlocking): Fix a non-portable @...
7488de4 * lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix docstring q...
0b69807 Make a minor update to the CSS mode docstring
9a53b6d Say how to override a primitive interactive spec
1d77078 Fix Bug#31941
</pre>
</div>
</content>
</entry>
<entry>
<title>(format "%d" F) now truncates floating F</title>
<updated>2018-06-25T19:23:08+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2018-06-25T19:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d0e2a341dd9a9a365fd311748df024ecb25b70ec'/>
<id>d0e2a341dd9a9a365fd311748df024ecb25b70ec</id>
<content type='text'>
Problem reported by Paul Pogonyshev (Bug#31938).
* src/editfns.c: Include math.h, for trunc.
(styled_format): For %d, truncate floating-point numbers and
convert -0 to 0, going back to how Emacs 26 did things.
* doc/lispref/strings.texi (Formatting Strings):
Document behavior of %o, %d, %x, %X on floating-point numbers.
* src/floatfns.c (trunc) [!HAVE_TRUNC]: Rename from emacs_trunc
and make it an extern function, so that editfns.c can use it.
All callers changed.
* test/src/editfns-tests.el (format-%d-float): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem reported by Paul Pogonyshev (Bug#31938).
* src/editfns.c: Include math.h, for trunc.
(styled_format): For %d, truncate floating-point numbers and
convert -0 to 0, going back to how Emacs 26 did things.
* doc/lispref/strings.texi (Formatting Strings):
Document behavior of %o, %d, %x, %X on floating-point numbers.
* src/floatfns.c (trunc) [!HAVE_TRUNC]: Rename from emacs_trunc
and make it an extern function, so that editfns.c can use it.
All callers changed.
* test/src/editfns-tests.el (format-%d-float): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tighten a cross-reference in documentation</title>
<updated>2018-06-25T17:23:23+00:00</updated>
<author>
<name>Karl Fogel</name>
</author>
<published>2018-06-25T17:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c7848767c9210019c2a8691ff2a224f2b8a583d1'/>
<id>c7848767c9210019c2a8691ff2a224f2b8a583d1</id>
<content type='text'>
* doc/lispref/internals.texi (Writing Emacs Primitives): Switch to
  a simple parenthetical cross-reference, following up to my
  commit 9a53b6d426 of 2018-06-24.

See discussion:

  https://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00826.html
  From: Eli Zaretskii
  Subject: Re: [Emacs-diffs] \
           emacs-26 9a53b6d: Say how to override a primitive interactive spec
  To: Karl Fogel
  CC: Stefan Monnier, Emacs Devel
  Date: Mon, 25 Jun 2018 17:41:53 +0300
  Message-Id: &lt;83r2kvrkr2.fsf@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/internals.texi (Writing Emacs Primitives): Switch to
  a simple parenthetical cross-reference, following up to my
  commit 9a53b6d426 of 2018-06-24.

See discussion:

  https://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00826.html
  From: Eli Zaretskii
  Subject: Re: [Emacs-diffs] \
           emacs-26 9a53b6d: Say how to override a primitive interactive spec
  To: Karl Fogel
  CC: Stefan Monnier, Emacs Devel
  Date: Mon, 25 Jun 2018 17:41:53 +0300
  Message-Id: &lt;83r2kvrkr2.fsf@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling of "intermediate" (it's not "intermediary")</title>
<updated>2018-06-25T16:56:55+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-06-25T16:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=27a21970f6faa9baf42823f731b7842b075e86eb'/>
<id>27a21970f6faa9baf42823f731b7842b075e86eb</id>
<content type='text'>
* doc/emacs/misc.texi (Network Security): Ditto.

* lisp/net/nsm.el (network-security-protocol-checks): Fix spelling
on "intermediate".
(nsm-protocol-check--intermediate-sha1): Ditto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/misc.texi (Network Security): Ditto.

* lisp/net/nsm.el (network-security-protocol-checks): Fix spelling
on "intermediate".
(nsm-protocol-check--intermediate-sha1): Ditto.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention use of C-h . (display-local-help) in Flymake manual</title>
<updated>2018-06-25T11:29:04+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2018-06-25T11:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=15f4cdd873cafeba0b61af9774d2b5da19d77e50'/>
<id>15f4cdd873cafeba0b61af9774d2b5da19d77e50</id>
<content type='text'>
Fixes: Bug#31921

* doc/misc/flymake.texi (Using Flymake): Mention display-local-help.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: Bug#31921

* doc/misc/flymake.texi (Using Flymake): Mention display-local-help.
</pre>
</div>
</content>
</entry>
<entry>
<title>; doc/emacs/misc.texi (Network Security): Fix typo.</title>
<updated>2018-06-25T01:00:32+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2018-06-25T01:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=79c247700f97ca83bf9ab49f21bf45b936b73de6'/>
<id>79c247700f97ca83bf9ab49f21bf45b936b73de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Network Security): Fix the description of the 3DES weakness</title>
<updated>2018-06-24T21:57:05+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2018-06-24T21:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=190a45f201a9ae41c241a93f4b58c7e60b7a1c59'/>
<id>190a45f201a9ae41c241a93f4b58c7e60b7a1c59</id>
<content type='text'>
* doc/emacs/misc.texi (Network Security): Fix the description of
the 3DES weakness.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/misc.texi (Network Security): Fix the description of
the 3DES weakness.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make more TLS checks trigger on the default `medium' level</title>
<updated>2018-06-24T20:57:27+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-06-24T20:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5a285a4db97d88cfd7a2320e33542a0afe695665'/>
<id>5a285a4db97d88cfd7a2320e33542a0afe695665</id>
<content type='text'>
* doc/emacs/misc.texi (Network Security): Update the doc to say
what's on the different levels.

* lisp/net/nsm.el (nsm-protocol-check--intermediary-sha1): Check
intermediary certificates for SHA1.
(nsm-protocol-check--3des): Check for 3DES ciphers.
(network-security-protocol-checks): Put most of the checks on
`medium'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/misc.texi (Network Security): Update the doc to say
what's on the different levels.

* lisp/net/nsm.el (nsm-protocol-check--intermediary-sha1): Check
intermediary certificates for SHA1.
(nsm-protocol-check--3des): Check for 3DES ciphers.
(network-security-protocol-checks): Put most of the checks on
`medium'.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * doc/emacs/files.texi (Interlocking): Fix a non-portable @xref.</title>
<updated>2018-06-24T16:23:13+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2018-06-24T16:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b419f27a43702045f8cd87282d89dccc9c39fd9d'/>
<id>b419f27a43702045f8cd87282d89dccc9c39fd9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the protocol NSM checks for flexibility</title>
<updated>2018-06-24T13:37:00+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-06-24T13:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6584bc6720fce6a830ab18538f89acc80da597f1'/>
<id>6584bc6720fce6a830ab18538f89acc80da597f1</id>
<content type='text'>
* doc/emacs/misc.texi (Network Security): Mention
network-security-protocol-checks.

* lisp/net/nsm.el (network-security-protocol-checks): New variable.
(nsm-check-protocol): Refactor the checks into separate functions
for greater flexibility.
(nsm-protocol-check--diffie-hellman-prime-bits)
(nsm-protocol-check--rc4, nsm-protocol-check--ssl)
(nsm-protocol-check--signature-sha1): Refactored out of the big
function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/misc.texi (Network Security): Mention
network-security-protocol-checks.

* lisp/net/nsm.el (network-security-protocol-checks): New variable.
(nsm-check-protocol): Refactor the checks into separate functions
for greater flexibility.
(nsm-protocol-check--diffie-hellman-prime-bits)
(nsm-protocol-check--rc4, nsm-protocol-check--ssl)
(nsm-protocol-check--signature-sha1): Refactored out of the big
function.
</pre>
</div>
</content>
</entry>
</feed>
