<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch elparized-core</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>Slim configure.ac, blitz rsync</title>
<updated>2018-03-10T19:56:58+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2018-03-10T19:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1775ea9040059b4cece1c67a16ff8faba862d7b3'/>
<id>1775ea9040059b4cece1c67a16ff8faba862d7b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add master branch support</title>
<updated>2018-03-09T22:16:23+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2018-03-09T22:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=239379f2e6bf9ed664f4bc932b1f0750dd20ce81'/>
<id>239379f2e6bf9ed664f4bc932b1f0750dd20ce81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete working version</title>
<updated>2018-03-08T22:55:35+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2018-03-08T22:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f8be6d6d84ec98a0a481eb5a202f7615dc8d706e'/>
<id>f8be6d6d84ec98a0a481eb5a202f7615dc8d706e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete directories</title>
<updated>2018-03-08T19:04:54+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2018-03-08T19:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=570bdd34287ac2036e9eeb369c47368f3bfdae27'/>
<id>570bdd34287ac2036e9eeb369c47368f3bfdae27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More still</title>
<updated>2018-03-08T19:03:58+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2018-03-08T19:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b5639eb194e70d2659748d1d7eeb9b704e80876a'/>
<id>b5639eb194e70d2659748d1d7eeb9b704e80876a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add elpa directory</title>
<updated>2018-03-08T18:57:50+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2018-03-08T18:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6e4ce1b6e5414bc36296c3b91bc6314bf89c87ff'/>
<id>6e4ce1b6e5414bc36296c3b91bc6314bf89c87ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial checkin</title>
<updated>2018-03-08T18:57:00+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2018-03-08T18:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=05c8f82971a99903c71a31bd9e159dbbfa026fbb'/>
<id>05c8f82971a99903c71a31bd9e159dbbfa026fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix display of TABs in hscrolled windows with line numbers</title>
<updated>2018-03-07T18:40:44+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2018-03-07T18:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1ac190553886ff20817d3dd218464e2fc6f9e42a'/>
<id>1ac190553886ff20817d3dd218464e2fc6f9e42a</id>
<content type='text'>
* src/dispextern.h (struct it): New members tab_offset and
line_number_produced_p.
* src/xdisp.c (display_line): Don't set row-&gt;x to a negative value
if line numbers are being displayed.  (Bug#30582)
Reset the line_number_produced_p flag before laying out the glyph
row.
(x_produce_glyphs): Use the line_number_produced_p flag to decide
whether to offset the X coordinate due to line-number display.
Use the tab_offset member to restore the original TAB width for
alignment purposes.
(move_it_in_display_line_to): Don't produce line numbers when moving
in hscrolled window to the left of first_visible_x.
(maybe_produce_line_number): Set the line_number_produced_p flag.
(Bug#30584)
* src/term.c (produce_glyphs): Correct TAB width only when
line_number_produced_p flag is set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/dispextern.h (struct it): New members tab_offset and
line_number_produced_p.
* src/xdisp.c (display_line): Don't set row-&gt;x to a negative value
if line numbers are being displayed.  (Bug#30582)
Reset the line_number_produced_p flag before laying out the glyph
row.
(x_produce_glyphs): Use the line_number_produced_p flag to decide
whether to offset the X coordinate due to line-number display.
Use the tab_offset member to restore the original TAB width for
alignment purposes.
(move_it_in_display_line_to): Don't produce line numbers when moving
in hscrolled window to the left of first_visible_x.
(maybe_produce_line_number): Set the line_number_produced_p flag.
(Bug#30584)
* src/term.c (produce_glyphs): Correct TAB width only when
line_number_produced_p flag is set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Condition em-cmpl's setting of pcomplete-suffix-list</title>
<updated>2018-03-06T20:10:49+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-03-06T20:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4ad214f36c2b1eab4446f9f698ce2588941a7356'/>
<id>4ad214f36c2b1eab4446f9f698ce2588941a7356</id>
<content type='text'>
* lisp/eshell/em-cmpl.el (eshell-cmpl-initialize):
Only set pcomplete-suffix-list if it is defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/eshell/em-cmpl.el (eshell-cmpl-initialize):
Only set pcomplete-suffix-list if it is defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress some font-lock-fontify-buffer compiler warnings</title>
<updated>2018-03-05T20:58:57+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-03-05T20:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=892129881dba9a923ab1ff3fe75283ee67a6c0c9'/>
<id>892129881dba9a923ab1ff3fe75283ee67a6c0c9</id>
<content type='text'>
* lisp/htmlfontify.el (hfy-force-fontification):
* lisp/progmodes/idlw-help.el (idlwave-help-fontify):
Suppress compiler warning from backwards compatibility branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/htmlfontify.el (hfy-force-fontification):
* lisp/progmodes/idlw-help.el (idlwave-help-fontify):
Suppress compiler warning from backwards compatibility branch.
</pre>
</div>
</content>
</entry>
</feed>
