<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src, branch scratch/raeburn-startup</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>; Merge from branch 'master'</title>
<updated>2017-07-31T05:13:53+00:00</updated>
<author>
<name>Ken Raeburn</name>
</author>
<published>2017-07-31T05:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=13f3370400031e2ac1c9be0932f411370fc6984e'/>
<id>13f3370400031e2ac1c9be0932f411370fc6984e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix use of "-l" on command line after installation.</title>
<updated>2017-07-31T05:05:15+00:00</updated>
<author>
<name>Ken Raeburn</name>
</author>
<published>2017-06-14T01:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=de4505145df3dda8816263a2547588daeab28fea'/>
<id>de4505145df3dda8816263a2547588daeab28fea</id>
<content type='text'>
The use of "-l" shouldn't override the loading of dumped.elc for
users.  When we need to suppress the use of dumped.elc in the build
process, do so explicitly.

* src/emacs.c (main): Let the loading of dumped.elc override the
loading of a module specified with "-l".
* src/Makefile.in (emacs$(EXEEXT)): Pass --no-loadup when running
temacs.
(bootstrap-emacs$(EXEEXT)): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The use of "-l" shouldn't override the loading of dumped.elc for
users.  When we need to suppress the use of dumped.elc in the build
process, do so explicitly.

* src/emacs.c (main): Let the loading of dumped.elc override the
loading of a module specified with "-l".
* src/Makefile.in (emacs$(EXEEXT)): Pass --no-loadup when running
temacs.
(bootstrap-emacs$(EXEEXT)): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add comment regarding silent loading of dumped.elc.</title>
<updated>2017-07-31T05:04:53+00:00</updated>
<author>
<name>Ken Raeburn</name>
</author>
<published>2017-06-11T21:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d95042af918217a2124181aff5a811bae48d7227'/>
<id>d95042af918217a2124181aff5a811bae48d7227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Don't use non-ASCII quotes in comments</title>
<updated>2017-07-30T19:42:18+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2017-07-30T19:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dcfcaf40d577808d640016c886d4fae7280a7fd5'/>
<id>dcfcaf40d577808d640016c886d4fae7280a7fd5</id>
<content type='text'>
* src/regex.h:
* src/regex.c (re_wctype_parse): Don't use non-ASCII quotes in
comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/regex.h:
* src/regex.c (re_wctype_parse): Don't use non-ASCII quotes in
comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve this-command-keys across recursive-edit invocations</title>
<updated>2017-07-28T12:40:25+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2017-07-28T12:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dc9c6a071c0c12be2bd490f85107486bca44623e'/>
<id>dc9c6a071c0c12be2bd490f85107486bca44623e</id>
<content type='text'>
* src/minibuf.c (read_minibuf, read_minibuf_unwind): Save and
restore this-command-keys, to preserve it across recursive-edit.
(Bug#27470)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/minibuf.c (read_minibuf, read_minibuf_unwind): Save and
restore this-command-keys, to preserve it across recursive-edit.
(Bug#27470)
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly align global lispsym</title>
<updated>2017-07-24T23:20:44+00:00</updated>
<author>
<name>Andreas Schwab</name>
</author>
<published>2017-07-24T23:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7a4d9f6304cffa39642507609605bcbfa40d4675'/>
<id>7a4d9f6304cffa39642507609605bcbfa40d4675</id>
<content type='text'>
* lib-src/make-docfile.c (close_emacs_globals): Wrap struct
Lisp_Symbols inside struct.
* src/alloc.c (sweep_symbols): Update use of lispsym.
* src/lisp.h (builtin_lisp_symbol): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/make-docfile.c (close_emacs_globals): Wrap struct
Lisp_Symbols inside struct.
* src/alloc.c (sweep_symbols): Update use of lispsym.
* src/lisp.h (builtin_lisp_symbol): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable GUI Emacs without 'make install' on macOS (Bug #27645)</title>
<updated>2017-07-23T14:48:33+00:00</updated>
<author>
<name>Charles A. Roelli</name>
</author>
<published>2017-07-10T19:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2c87aab57946b95d67b664259f30e64468d08544'/>
<id>2c87aab57946b95d67b664259f30e64468d08544</id>
<content type='text'>
* nextstep/INSTALL: Correct it, and mention that Emacs can be run
from 'src/emacs'.

* src/nsterm.m (applicationDidFinishLaunching:): When Emacs is
launched outside of a macOS application bundle, change its
activation policy from the default 'prohibited' to 'regular'.

; * etc/NEWS: Mention the change on macOS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nextstep/INSTALL: Correct it, and mention that Emacs can be run
from 'src/emacs'.

* src/nsterm.m (applicationDidFinishLaunching:): When Emacs is
launched outside of a macOS application bundle, change its
activation policy from the default 'prohibited' to 'regular'.

; * etc/NEWS: Mention the change on macOS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Signal error for symbol names with strange quotes (Bug#2967)</title>
<updated>2017-07-22T12:47:31+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2017-06-07T23:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8b18911a5c7c6c8a15b3cff12a4376ba68205e1c'/>
<id>8b18911a5c7c6c8a15b3cff12a4376ba68205e1c</id>
<content type='text'>
* src/lread.c (read1): Signal an error when a symbol starts with a
non-escaped quote-like character.
* test/src/lread-tests.el (lread-tests--funny-quote-symbols): New
test.
* etc/NEWS: Announce change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/lread.c (read1): Signal an error when a symbol starts with a
non-escaped quote-like character.
* test/src/lread-tests.el (lread-tests--funny-quote-symbols): New
test.
* etc/NEWS: Announce change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a minor mode interface for display-line-numbers</title>
<updated>2017-07-22T09:16:08+00:00</updated>
<author>
<name>Alexander Gramiak</name>
</author>
<published>2017-07-22T09:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ebb78a7bfa3e6a87cfb53f1f2b17fc2f61add595'/>
<id>ebb78a7bfa3e6a87cfb53f1f2b17fc2f61add595</id>
<content type='text'>
* lisp/cus-start.el: Use the new display-line-numbers group.
* lisp/display-line-numbers.el: New file.

* doc/emacs/custom.texi (Init Rebinding): Re-add entry that used to
belong to linum-mode.
* doc/emacs/modes.texi (Minor Modes): Summarize the mode.
* etc/NEWS: Document display-line-numbers-mode and its customization
variables, and mention that display-line-numbers-width is
buffer-local.

* src/xdisp.c (syms_of_xdisp) &lt;display-line-numbers-width&gt;: Fix a
typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cus-start.el: Use the new display-line-numbers group.
* lisp/display-line-numbers.el: New file.

* doc/emacs/custom.texi (Init Rebinding): Re-add entry that used to
belong to linum-mode.
* doc/emacs/modes.texi (Minor Modes): Summarize the mode.
* etc/NEWS: Document display-line-numbers-mode and its customization
variables, and mention that display-line-numbers-width is
buffer-local.

* src/xdisp.c (syms_of_xdisp) &lt;display-line-numbers-width&gt;: Fix a
typo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CANNOT_DUMP mode.</title>
<updated>2017-07-22T08:36:22+00:00</updated>
<author>
<name>Ken Raeburn</name>
</author>
<published>2017-06-11T20:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=761346dc6e3a8d64cd087796491ab7c1b0a36f20'/>
<id>761346dc6e3a8d64cd087796491ab7c1b0a36f20</id>
<content type='text'>
* configure.ac: Always set CANNOT_DUMP=yes.
* src/Makefile.in (emacs$(EXEEXT)): Always execute the "dump" code.
(bootstrap-emacs$(EXEEXT)): Always execute the "bootstrap" code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac: Always set CANNOT_DUMP=yes.
* src/Makefile.in (emacs$(EXEEXT)): Always execute the "dump" code.
(bootstrap-emacs$(EXEEXT)): Always execute the "bootstrap" code.
</pre>
</div>
</content>
</entry>
</feed>
