<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/textmodes, branch scratch/annotation-function-improvements</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>Include colons in the completion strings</title>
<updated>2021-05-15T00:28:39+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2021-05-15T00:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c92ad6a75a20fe7e820268f2983523e7f69658ae'/>
<id>c92ad6a75a20fe7e820268f2983523e7f69658ae</id>
<content type='text'>
* lisp/textmodes/css-mode.el
(css--complete-pseudo-element-or-class):
Include colons in the completion strings. That's simply the nicer
behavior (e.g. someone typing : will see pseudo-elements in
completions as well), and by the standards, the colons are part of
their names anyway (of pseudo-elements and classes).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/css-mode.el
(css--complete-pseudo-element-or-class):
Include colons in the completion strings. That's simply the nicer
behavior (e.g. someone typing : will see pseudo-elements in
completions as well), and by the standards, the colons are part of
their names anyway (of pseudo-elements and classes).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add :company-kind support to css-mode completion</title>
<updated>2021-05-15T00:28:28+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2021-05-14T23:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=76ba00a1619d6bed27bc26578ffda6f4b43a4c6b'/>
<id>76ba00a1619d6bed27bc26578ffda6f4b43a4c6b</id>
<content type='text'>
* lisp/textmodes/css-mode.el (css--complete-pseudo-element-or-class)
(css--complete-property-value, css-completion-at-point)
(css--complete-at-rule): Add :company-kind properties, to annotate
completions with kinds returned in each case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/css-mode.el (css--complete-pseudo-element-or-class)
(css--complete-property-value, css-completion-at-point)
(css--complete-at-rule): Add :company-kind properties, to annotate
completions with kinds returned in each case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ispell program comparison</title>
<updated>2021-05-06T09:45:06+00:00</updated>
<author>
<name>Dmitrii Kuragin</name>
</author>
<published>2021-05-06T09:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c8c27864aa5db2604304a6354ae441c7b0ca5474'/>
<id>c8c27864aa5db2604304a6354ae441c7b0ca5474</id>
<content type='text'>
* lisp/textmodes/ispell.el (ispell-set-spellchecker-params):
Compare strings with `equal', not `eq' (since the identity of the
string may change) (bug#48246).

Copyright-paperwork-exempt: yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/ispell.el (ispell-set-spellchecker-params):
Compare strings with `equal', not `eq' (since the identity of the
string may change) (bug#48246).

Copyright-paperwork-exempt: yes
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically generate texinfo.el internal autoloads</title>
<updated>2021-04-29T18:42:03+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2021-04-29T18:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=68bf917896daa10601c3fdff172205e9aa06d155'/>
<id>68bf917896daa10601c3fdff172205e9aa06d155</id>
<content type='text'>
* lisp/textmodes/texinfo.el: Replace manual autoloads.
* lisp/textmodes/makeinfo.el (makeinfo-region, makeinfo-buffer)
(makeinfo-recenter-compilation-buffer):
* lisp/textmodes/texnfo-upd.el (texinfo-make-menu)
(texinfo-all-menus-update, texinfo-start-menu-description)
(texinfo-indent-menu-description, texinfo-master-menu)
(texinfo-update-node, texinfo-every-node-update)
(texinfo-sequential-node-update, texinfo-insert-node-lines)
(texinfo-multiple-files-update):
Add autoload cookies, and set generated-autoload-file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/texinfo.el: Replace manual autoloads.
* lisp/textmodes/makeinfo.el (makeinfo-region, makeinfo-buffer)
(makeinfo-recenter-compilation-buffer):
* lisp/textmodes/texnfo-upd.el (texinfo-make-menu)
(texinfo-all-menus-update, texinfo-start-menu-description)
(texinfo-indent-menu-description, texinfo-master-menu)
(texinfo-update-node, texinfo-every-node-update)
(texinfo-sequential-node-update, texinfo-insert-node-lines)
(texinfo-multiple-files-update):
Add autoload cookies, and set generated-autoload-file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2021-04-25T16:16:09+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2021-04-25T16:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6dabbddb5fc2a605bd23b3460d791b8e63bcf8f7'/>
<id>6dabbddb5fc2a605bd23b3460d791b8e63bcf8f7</id>
<content type='text'>
7d5b973959 (origin/emacs-27) * doc/misc/cl.texi (For Clauses): Minor ...
4570781f8d ; * doc/lispref/files.texi (Directory Names): Add missing ...
1b52fd538d Minor update for make-tarball.txt
8efb8491b2 * doc/misc/cl.texi (Iteration Clauses): fix `never' clause...
0873134682 ; Fix Texinfo in last change to minibuf.texi.
cad8913c89 Improve filling-related documentation
2b7eed23eb ; * doc/lispref/keymaps.texi (Easy Menu): Fix typo.
47fc92cefc Fix reference to "yanking" in the main Emacs manual
1789dcdb35 Improve documentation of 'map-y-or-n-p'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7d5b973959 (origin/emacs-27) * doc/misc/cl.texi (For Clauses): Minor ...
4570781f8d ; * doc/lispref/files.texi (Directory Names): Add missing ...
1b52fd538d Minor update for make-tarball.txt
8efb8491b2 * doc/misc/cl.texi (Iteration Clauses): fix `never' clause...
0873134682 ; Fix Texinfo in last change to minibuf.texi.
cad8913c89 Improve filling-related documentation
2b7eed23eb ; * doc/lispref/keymaps.texi (Easy Menu): Fix typo.
47fc92cefc Fix reference to "yanking" in the main Emacs manual
1789dcdb35 Improve documentation of 'map-y-or-n-p'
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix some typos in doc strings and manuals</title>
<updated>2021-04-24T16:26:07+00:00</updated>
<author>
<name>Štěpán Němec</name>
</author>
<published>2020-04-21T08:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c'/>
<id>2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sgml-mode: Only set sgml-xml-mode if guessed to be an XML file</title>
<updated>2021-04-21T13:27:19+00:00</updated>
<author>
<name>Philip K</name>
</author>
<published>2021-04-14T17:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3e727cf20baf33ae77e1955a1751c4d86a32af98'/>
<id>3e727cf20baf33ae77e1955a1751c4d86a32af98</id>
<content type='text'>
* lisp/textmodes/sgml-mode.el (sgml-mode): Don't override
sgml-xml-mode if the result of the guess is used as the buffer local
value.  (Bug#47877)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/sgml-mode.el (sgml-mode): Don't override
sgml-xml-mode if the result of the guess is used as the buffer local
value.  (Bug#47877)
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve filling-related documentation</title>
<updated>2021-04-20T12:12:10+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-04-20T12:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cad8913c89fa2c15d6d6ac4fe0c63b6731981472'/>
<id>cad8913c89fa2c15d6d6ac4fe0c63b6731981472</id>
<content type='text'>
* doc/emacs/text.texi (Auto Fill, Fill Commands): Mention special
line-breaking rules for CJK characters and the kinsoku rules.
(Bug#47856)

* lisp/textmodes/fill.el
(fill-separate-heterogeneous-words-with-space): Doc fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/text.texi (Auto Fill, Fill Commands): Mention special
line-breaking rules for CJK characters and the kinsoku rules.
(Bug#47856)

* lisp/textmodes/fill.el
(fill-separate-heterogeneous-words-with-space): Doc fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Normalize and add missing first and last lines</title>
<updated>2021-04-19T10:21:01+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-04-19T10:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0a4dc70830f5e8286b47120cabc750cca07a75c1'/>
<id>0a4dc70830f5e8286b47120cabc750cca07a75c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos: emacs lisp -&gt; Emacs Lisp</title>
<updated>2021-04-16T12:54:02+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-04-16T12:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fb9f5501d838f8b912ea33f9c34fdf6020c41f35'/>
<id>fb9f5501d838f8b912ea33f9c34fdf6020c41f35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
