<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/cedet/pulse.el, branch scratch/kqueue</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>Handle pulse-background being nil</title>
<updated>2015-08-15T17:18:46+00:00</updated>
<author>
<name>Stephen Leake</name>
</author>
<published>2015-08-15T17:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b6d4bafa1de2aa3ae2bb8cba5825d4a6f248ed0a'/>
<id>b6d4bafa1de2aa3ae2bb8cba5825d4a6f248ed0a</id>
<content type='text'>
* lisp/cedet/pulse.el (pulse-lighten-highlight): Inherit
pulse-background, handle it being nil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cedet/pulse.el (pulse-lighten-highlight): Inherit
pulse-background, handle it being nil.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only cancel timer when it is non-nil</title>
<updated>2015-05-06T20:15:54+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2015-05-06T20:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=49a9e73f0a7d52a3c452d466097b2d14b1b8e126'/>
<id>49a9e73f0a7d52a3c452d466097b2d14b1b8e126</id>
<content type='text'>
* lisp/cedet/pulse.el (pulse-momentary-unhighlight): Only cancel
timer when it is non-nil
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00223.html).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cedet/pulse.el (pulse-momentary-unhighlight): Only cancel
timer when it is non-nil
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00223.html).
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up pulse.el a little</title>
<updated>2015-05-06T12:21:32+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2015-05-06T12:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a5847f9081585a15c10e2e28fa4d3aa6ffb9c092'/>
<id>a5847f9081585a15c10e2e28fa4d3aa6ffb9c092</id>
<content type='text'>
* lisp/cedet/pulse.el (pulse): Remove.
(pulse-momentary-timer): Save instead of the stop time.
(pulse-momentary-highlight-overlay): Call
pulse-momentary-unhighlight first thing. Treat
pulse-momentary-overlay as a single value, not a list. Save the
created timer. Only pass the stop time to the timer.
(pulse-tick): Update accordingly.
(pulse-momentary-unhighlight): Treat pulse-momentary-overlay as a
single value. Cancel the timer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cedet/pulse.el (pulse): Remove.
(pulse-momentary-timer): Save instead of the stop time.
(pulse-momentary-highlight-overlay): Call
pulse-momentary-unhighlight first thing. Treat
pulse-momentary-overlay as a single value, not a list. Save the
created timer. Only pass the stop time to the timer.
(pulse-tick): Update accordingly.
(pulse-momentary-unhighlight): Treat pulse-momentary-overlay as a
single value. Cancel the timer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pulse using a timer</title>
<updated>2015-05-06T02:58:24+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2015-05-06T02:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d804150fb26c5c46cf8c7bc6bac1cbf88c3d5bed'/>
<id>d804150fb26c5c46cf8c7bc6bac1cbf88c3d5bed</id>
<content type='text'>
* lisp/cedet/pulse.el (pulse-momentary-stop-time): New variable.
(pulse-momentary-highlight-overlay): Set up the timer instead of
calling `pulse'
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/).
(pulse-tick): New function.
(pulse-momentary-unhighlight): Cut off the stop time.
(pulse-delay): Update the docstring WRT to not using sit-for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cedet/pulse.el (pulse-momentary-stop-time): New variable.
(pulse-momentary-highlight-overlay): Set up the timer instead of
calling `pulse'
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/).
(pulse-tick): New function.
(pulse-momentary-unhighlight): Cut off the stop time.
(pulse-delay): Update the docstring WRT to not using sit-for.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't pulse the indentation, or the newline</title>
<updated>2015-05-04T20:24:36+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2015-05-04T20:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=943c45f68b7b954f311ec3c1c35ed21830223333'/>
<id>943c45f68b7b954f311ec3c1c35ed21830223333</id>
<content type='text'>
* lisp/cedet/pulse.el (pulse-lighten-highlight)
(pulse-reset-face): Fall back to the inherited background
attribute in FACE.
(pulse-momentary-highlight-region): Add autoload cookie.

* lisp/progmodes/xref.el (xref--maybe-pulse): Don't highlight the
indentation, or the newline, if the line's non-empty
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00118.html).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cedet/pulse.el (pulse-lighten-highlight)
(pulse-reset-face): Fall back to the inherited background
attribute in FACE.
(pulse-momentary-highlight-region): Add autoload cookie.

* lisp/progmodes/xref.el (xref--maybe-pulse): Don't highlight the
indentation, or the newline, if the line's non-empty
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00118.html).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add xref-pulse-on-jump</title>
<updated>2015-05-04T15:51:48+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2015-05-04T15:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=14c1d2106cc770581d16a695734eb56e7b9662f2'/>
<id>14c1d2106cc770581d16a695734eb56e7b9662f2</id>
<content type='text'>
* lisp/cedet/pulse.el (pulse-momentary-highlight-one-line):
Add autoload cookie.

* lisp/progmodes/xref.el (xref-pulse-on-jump): New option.
(xref--maybe-pulse): New function.
(xref-pop-marker-stack, xref--pop-to-location)
(xref--display-position): Use it.
(xref--location-at-point): Use back-to-indentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cedet/pulse.el (pulse-momentary-highlight-one-line):
Add autoload cookie.

* lisp/progmodes/xref.el (xref-pulse-on-jump): New option.
(xref--maybe-pulse): New function.
(xref-pop-marker-stack, xref--pop-to-location)
(xref--display-position): Use it.
(xref--location-at-point): Use back-to-indentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2015</title>
<updated>2015-01-01T22:26:41+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-01T22:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7e09ef09a479731d01b1ca46e94ddadd73ac98e3'/>
<id>7e09ef09a479731d01b1ca46e94ddadd73ac98e3</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>(pulse-momentary-highlight-one-line): Respect POINT</title>
<updated>2014-12-08T23:57:12+00:00</updated>
<author>
<name>Matt Curtis</name>
</author>
<published>2014-12-08T23:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=09ef13993b7a650039eb884c694660b17e61bb5c'/>
<id>09ef13993b7a650039eb884c694660b17e61bb5c</id>
<content type='text'>
Fixes: debbugs:17260

* lisp/cedet/pulse.el (pulse-momentary-highlight-one-line): Respect
the POINT argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: debbugs:17260

* lisp/cedet/pulse.el (pulse-momentary-highlight-one-line): Respect
the POINT argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert previous accidental commit</title>
<updated>2014-11-05T05:08:12+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2014-11-05T05:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ddce73d32fa3e62e022842e3bbdc0aa83bb358cc'/>
<id>ddce73d32fa3e62e022842e3bbdc0aa83bb358cc</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 emacs-24; up to 117669</title>
<updated>2014-11-05T05:04:30+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2014-11-05T05:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6a278b64f7356613c4a7709ed699655fa7415260'/>
<id>6a278b64f7356613c4a7709ed699655fa7415260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
