<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/textmodes, 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>* lisp/textmodes/css-mode.el: Handle hyphenated vars</title>
<updated>2015-02-05T20:35:36+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2015-02-05T20:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b1d71150b80dfbe4d50e78e6b4fb259931ac907'/>
<id>6b1d71150b80dfbe4d50e78e6b4fb259931ac907</id>
<content type='text'>
Fixes: debbugs:19263

* lisp/textmodes/css-mode.el (scss-smie--not-interpolation-p): Vars can be
hyphenated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: debbugs:19263

* lisp/textmodes/css-mode.el (scss-smie--not-interpolation-p): Vars can be
hyphenated.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/textmodes/css-mode.el: Handle variable interpolation</title>
<updated>2015-02-05T20:29:54+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2015-02-05T20:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8c80eb48170eb2f02adaae08442d187eeecfbefa'/>
<id>8c80eb48170eb2f02adaae08442d187eeecfbefa</id>
<content type='text'>
Fixes: debbugs:19751

* lisp/textmodes/css-mode.el (css-fill-paragraph): Fix filling in presence
of variable interpolation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: debbugs:19751

* lisp/textmodes/css-mode.el (css-fill-paragraph): Fix filling in presence
of variable interpolation.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/textmodes/flyspell.el: Use lexical-binding and cl-lib.</title>
<updated>2015-02-04T19:43:47+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2015-02-04T19:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ebbdc6c30dc883ffb9ddb53c0263ef325d251903'/>
<id>ebbdc6c30dc883ffb9ddb53c0263ef325d251903</id>
<content type='text'>
(mail-mode-flyspell-verify): Fix last change.
(flyspell-external-point-words, flyspell-large-region):
Avoid add-to-list on local vars.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(mail-mode-flyspell-verify): Fix last change.
(flyspell-external-point-words, flyspell-large-region):
Avoid add-to-list on local vars.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues with BibTeX entries containing ")".</title>
<updated>2015-01-28T09:36:17+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2015-01-28T09:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8a8bd38fedb89b2d04cca2419698813a22862c3b'/>
<id>8a8bd38fedb89b2d04cca2419698813a22862c3b</id>
<content type='text'>
* textmodes/reftex.el (reftex-syntax-table-for-bib): Give ( and )
punctuation syntax since to allow bibtex fields with values such
as {Test 1) and 2)} (bug#19205, bug#19707).
(reftex--prepare-syntax-tables): New function.
(reftex-mode): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* textmodes/reftex.el (reftex-syntax-table-for-bib): Give ( and )
punctuation syntax since to allow bibtex fields with values such
as {Test 1) and 2)} (bug#19205, bug#19707).
(reftex--prepare-syntax-tables): New function.
(reftex-mode): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-24</title>
<updated>2015-01-28T04:03:46+00:00</updated>
<author>
<name>Fabián Ezequiel Gallina</name>
</author>
<published>2015-01-28T04:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=33ab7ee0edcb3608e4a3d5deebc2b72c180dbfe4'/>
<id>33ab7ee0edcb3608e4a3d5deebc2b72c180dbfe4</id>
<content type='text'>
8ee825c doc/emacs/programs.texi (Custom C Indent): Fix a typo.  (Bug#19647)
88ba49f Fix coding.c subscript error
3ea1b31 Prevent artist-mode from creating runaway timers (Bug#6130).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
8ee825c doc/emacs/programs.texi (Custom C Indent): Fix a typo.  (Bug#19647)
88ba49f Fix coding.c subscript error
3ea1b31 Prevent artist-mode from creating runaway timers (Bug#6130).
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent artist-mode from creating runaway timers (Bug#6130).</title>
<updated>2015-01-21T08:01:30+00:00</updated>
<author>
<name>Daniel Koning</name>
</author>
<published>2015-01-21T08:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3ea1b31f46f21ecfb089628e63187970fdb58d5a'/>
<id>3ea1b31f46f21ecfb089628e63187970fdb58d5a</id>
<content type='text'>
* subr.el (posnp): Correct docstring of `posnp'.
(posn-col-row): Make it work with all mouse position objects.
* textmodes/artist.el (artist-mouse-draw-continously): Cancel
timers if an error occurs during continuous drawing.  (Bug#6130)

* commands.texi (Drag Events, Motion Events, Event Examples)
(Accessing Mouse): Describe actual range of values that mouse
position objects can have.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* subr.el (posnp): Correct docstring of `posnp'.
(posn-col-row): Make it work with all mouse position objects.
* textmodes/artist.el (artist-mouse-draw-continously): Cancel
timers if an error occurs during continuous drawing.  (Bug#6130)

* commands.texi (Drag Events, Motion Events, Event Examples)
(Accessing Mouse): Describe actual range of values that mouse
position objects can have.
</pre>
</div>
</content>
</entry>
<entry>
<title>paragraphs: update sentence-end-base :version after changing the default</title>
<updated>2015-01-20T18:33:07+00:00</updated>
<author>
<name>Michal Nazarewicz</name>
</author>
<published>2015-01-20T18:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f948b5d9ff60b40e361b2b9428eda2ad4c0ad105'/>
<id>f948b5d9ff60b40e361b2b9428eda2ad4c0ad105</id>
<content type='text'>
The default value of the `sentence-end-base' defcustom has been changed
in ‘recognise more Unicode characters as end of sentence’ commit but
:version has not been updated accordingly.  Fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default value of the `sentence-end-base' defcustom has been changed
in ‘recognise more Unicode characters as end of sentence’ commit but
:version has not been updated accordingly.  Fix that.
</pre>
</div>
</content>
</entry>
<entry>
<title>paragraphs: recognise more Unicode characters as end of sentence</title>
<updated>2015-01-20T13:38:38+00:00</updated>
<author>
<name>Michal Nazarewicz</name>
</author>
<published>2014-10-27T16:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=11e161f54de5009c4ccba3a3d7bcc86850d5b2b2'/>
<id>11e161f54de5009c4ccba3a3d7bcc86850d5b2b2</id>
<content type='text'>
* lisp/textmodes/paragraphs.el (sentence-end-base): Include an
ellipsis (…) and interrobang (‽) characters as end of a sentence,
and a closing single quote (’) as an end of a quote.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/paragraphs.el (sentence-end-base): Include an
ellipsis (…) and interrobang (‽) characters as end of a sentence,
and a closing single quote (’) as an end of a quote.
</pre>
</div>
</content>
</entry>
<entry>
<title>tildify: add `tildify-double-space-undos'</title>
<updated>2015-01-20T12:55:02+00:00</updated>
<author>
<name>Michal Nazarewicz</name>
</author>
<published>2014-11-22T22:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d9af6e01b87c0f73749936c9db6711d38f1d1274'/>
<id>d9af6e01b87c0f73749936c9db6711d38f1d1274</id>
<content type='text'>
* lisp/textmodes/tildify.el (tildify-double-space-undos): A new
variable specifying whether pressing space in `tildify-mode' after
a space has been replaced with hard space undos the substitution.
(tildify-space): Add code branch for handling `tildify-doule-space'.

* tests/automated/tildify-tests.el (tildify-space-undo-test--test):
A new helper function for testing `tildify-double-space-undos'
behaviour in the `tildify-space' function.
(tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
(tildify-space-undo-test-xml, tildify-space-undo-test-tex): New
tests for `tildify-doule-space-undos' behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/tildify.el (tildify-double-space-undos): A new
variable specifying whether pressing space in `tildify-mode' after
a space has been replaced with hard space undos the substitution.
(tildify-space): Add code branch for handling `tildify-doule-space'.

* tests/automated/tildify-tests.el (tildify-space-undo-test--test):
A new helper function for testing `tildify-double-space-undos'
behaviour in the `tildify-space' function.
(tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
(tildify-space-undo-test-xml, tildify-space-undo-test-tex): New
tests for `tildify-doule-space-undos' behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>tildify: add `tildify-space' and `tildify-mode'</title>
<updated>2015-01-20T12:55:02+00:00</updated>
<author>
<name>Michal Nazarewicz</name>
</author>
<published>2014-10-15T08:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=571441fc790fadfdc48a6287328828495719e990'/>
<id>571441fc790fadfdc48a6287328828495719e990</id>
<content type='text'>
* lisp/textmodes/tildify.el (tildify-space): A new function
which can be used as a `post-self-insert-hook' to automatically
convert spaces into hard spaces.
(tildify-space-pattern): A new variable specifying pattern where
`tildify-space' should take effect.
(tildify-space-predicates): A new variable specifying list of
predicate functions that all must return non-nil for
`tildify-space' to take effect.
(tildify-space-region-predicate): A new functions meant to be
used as a predicate in `tildify-space-predicates' list.
(tildify-mode): A new minor mode enabling `tildify-space' as a
`post-self-insert-hook'

* tests/automated/tildify-tests.el (tildify-space-test--test):
A new helper function for testing `tildify-space' function.
(tildify-space-test-html, tildify-space-test-html-nbsp)
(tildify-space-test-xml, tildify-space-test-tex): New tests for
`tildify-space' function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/tildify.el (tildify-space): A new function
which can be used as a `post-self-insert-hook' to automatically
convert spaces into hard spaces.
(tildify-space-pattern): A new variable specifying pattern where
`tildify-space' should take effect.
(tildify-space-predicates): A new variable specifying list of
predicate functions that all must return non-nil for
`tildify-space' to take effect.
(tildify-space-region-predicate): A new functions meant to be
used as a predicate in `tildify-space-predicates' list.
(tildify-mode): A new minor mode enabling `tildify-space' as a
`post-self-insert-hook'

* tests/automated/tildify-tests.el (tildify-space-test--test):
A new helper function for testing `tildify-space' function.
(tildify-space-test-html, tildify-space-test-html-nbsp)
(tildify-space-test-xml, tildify-space-test-tex): New tests for
`tildify-space' function.
</pre>
</div>
</content>
</entry>
</feed>
