<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch feature/zach-soc-bytecode-in-traceback</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>Store the bytecode offset in thread_state</title>
<updated>2020-06-27T00:05:16+00:00</updated>
<author>
<name>Zach Shaftel</name>
</author>
<published>2020-06-19T18:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0cb1df1edd86986d5d7a3ecf607fe78af03d62a0'/>
<id>0cb1df1edd86986d5d7a3ecf607fe78af03d62a0</id>
<content type='text'>
* src/lisp.h:
* src/eval.c (backtrace_byte_offset): Remove global variable, and
put it...

* src/thread.h (thread_state): ...in here as
m_backtrace_byte_offset, and define backtrace_byte_offset as a
macro that points to it.

* src/bytecode.c (UPDATE_OFFSET): Move out of #ifdef
BYTE_CODE_THREADED.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/lisp.h:
* src/eval.c (backtrace_byte_offset): Remove global variable, and
put it...

* src/thread.h (thread_state): ...in here as
m_backtrace_byte_offset, and define backtrace_byte_offset as a
macro that points to it.

* src/bytecode.c (UPDATE_OFFSET): Move out of #ifdef
BYTE_CODE_THREADED.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly align offset in backtrace</title>
<updated>2020-06-27T00:05:11+00:00</updated>
<author>
<name>Zach Shaftel</name>
</author>
<published>2020-06-05T19:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=58e112fe18abe48321a9a9b676d76fdb68ee833a'/>
<id>58e112fe18abe48321a9a9b676d76fdb68ee833a</id>
<content type='text'>
* lisp/emacs-lisp/backtrace.el (backtrace--print-flags): Use format
width specifier to line up the flags and offset nicely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/backtrace.el (backtrace--print-flags): Use format
width specifier to line up the flags and offset nicely.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge feature/zach-soc-bytecode-in-traceback</title>
<updated>2020-06-26T23:40:11+00:00</updated>
<author>
<name>rocky</name>
</author>
<published>2020-06-26T23:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=afa6a9733e5ce0dc169bc8059028f987e1f33d14'/>
<id>afa6a9733e5ce0dc169bc8059028f987e1f33d14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * src/composite.c (syms_of_composite): Fix last change.</title>
<updated>2020-06-02T17:46:26+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2020-06-02T17:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=acba19e24768112b13820c4e9e12eff4abc5d3b4'/>
<id>acba19e24768112b13820c4e9e12eff4abc5d3b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Arabic composition rules</title>
<updated>2020-06-02T17:44:59+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2020-06-02T17:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=22b2e9c901231312d6d8c6fd5d138b98501bc65e'/>
<id>22b2e9c901231312d6d8c6fd5d138b98501bc65e</id>
<content type='text'>
* lisp/language/misc-lang.el (composition-function-table): Reorder
Arabic composition rules in descending order of lookback.

* src/composite.c (syms_of_composite): Document the order of rules
in 'composition-function-table'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/language/misc-lang.el (composition-function-table): Reorder
Arabic composition rules in descending order of lookback.

* src/composite.c (syms_of_composite): Document the order of rules
in 'composition-function-table'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Write project list to file only when changed</title>
<updated>2020-06-02T17:27:55+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-06-02T17:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9afcf2bd39ceb2988ed516efa0a474137fb30f74'/>
<id>9afcf2bd39ceb2988ed516efa0a474137fb30f74</id>
<content type='text'>
* lisp/progmodes/project.el (project--add-to-project-list-front):
Write the project list to file only when it has changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el (project--add-to-project-list-front):
Write the project list to file only when it has changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'project--ensure-file-exists'</title>
<updated>2020-06-02T17:12:19+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-05-29T14:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e7065459d96498163e737c0c8e45e5dc2412f181'/>
<id>e7065459d96498163e737c0c8e45e5dc2412f181</id>
<content type='text'>
* lisp/progmodes/project.el (project--ensure-file-exists): Remove.
(project--read-project-list): Set 'project--list' to nil when the
project list file doesn't exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el (project--ensure-file-exists): Remove.
(project--read-project-list): Set 'project--list' to nil when the
project list file doesn't exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of CGJ in Hebrew text</title>
<updated>2020-06-02T15:42:09+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2020-06-02T15:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7ddfbb98d25cd939b808d71ec9693e316bc956b2'/>
<id>7ddfbb98d25cd939b808d71ec9693e316bc956b2</id>
<content type='text'>
* lisp/language/hebrew.el (hebrew): Add CGJ U+034F to the
combining characters supported in Hebrew compositions. (Bug#41645)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/language/hebrew.el (hebrew): Add CGJ U+034F to the
combining characters supported in Hebrew compositions. (Bug#41645)
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify and regularize some offset tests in alloc.c</title>
<updated>2020-06-02T05:42:01+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-06-02T05:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3973f68f590dabc6b7beda97d45fa8d88ae40ffc'/>
<id>3973f68f590dabc6b7beda97d45fa8d88ae40ffc</id>
<content type='text'>
* src/alloc.c (live_string_holding, live_cons_holding)
(live_symbol_holding, live_float_p): Simplify and regularize.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/alloc.c (live_string_holding, live_cons_holding)
(live_symbol_holding, live_float_p): Simplify and regularize.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-06-02T05:26:33+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-06-02T05:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e10940f3f14e91e2740b139c1ff2983a88d66cc7'/>
<id>e10940f3f14e91e2740b139c1ff2983a88d66cc7</id>
<content type='text'>
0260d2d2db Don't call 'mbrtowc' on WINDOWSNT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
0260d2d2db Don't call 'mbrtowc' on WINDOWSNT
</pre>
</div>
</content>
</entry>
</feed>
