<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/startup.el, branch tmp</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>Update copyright year to 2020</title>
<updated>2020-01-01T00:59:52+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-01-01T00:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=365e01cc9f64ce6ca947ccfd8612d60763280a37'/>
<id>365e01cc9f64ce6ca947ccfd8612d60763280a37</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't warn about pure-space overflow</title>
<updated>2019-12-14T11:39:26+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2019-12-14T11:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=82a315b9e733deffe8802990c6312d02a576040c'/>
<id>82a315b9e733deffe8802990c6312d02a576040c</id>
<content type='text'>
* lisp/startup.el (command-line-1): Don't warn about
pure-space overflow if we were dumped with pdumper.
(Bug#38492)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/startup.el (command-line-1): Don't warn about
pure-space overflow if we were dumped with pdumper.
(Bug#38492)
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/startup.el (command-line): Fix last change in package--activated</title>
<updated>2019-11-11T22:14:30+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-11-11T22:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=96828581d9efdcff4ac0c11d0f638d99d3a191bf'/>
<id>96828581d9efdcff4ac0c11d0f638d99d3a191bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/startup.el (package--activated): Fix redundant definition</title>
<updated>2019-11-09T22:42:36+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-11-09T22:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d370c6a686b85abe1a617475e2d9279d506eac46'/>
<id>d370c6a686b85abe1a617475e2d9279d506eac46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid changing value of defcustom package-enable-at-startup</title>
<updated>2019-11-06T00:19:23+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2019-11-06T00:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0661a39d1b501a41e439df8c73f7b7f3bf3e3761'/>
<id>0661a39d1b501a41e439df8c73f7b7f3bf3e3761</id>
<content type='text'>
* lisp/emacs-lisp/package.el (package--activated): New variable to
avoid changing value of defcustom 'package-enable-at-startup'.
(package-initialize): Don't set 'package-enable-at-startup'.
(package-initialize, package-activate-all): Set 'package--activated'
instead of 'package-enable-at-startup'.
(package--initialized): Add doc string.

* lisp/startup.el (command-line): Check if 'package--activated' is
non-nil before activating packages.

* doc/lispref/package.texi (Packaging Basics): Update docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/package.el (package--activated): New variable to
avoid changing value of defcustom 'package-enable-at-startup'.
(package-initialize): Don't set 'package-enable-at-startup'.
(package-initialize, package-activate-all): Set 'package--activated'
instead of 'package-enable-at-startup'.
(package--initialized): Add doc string.

* lisp/startup.el (command-line): Check if 'package--activated' is
non-nil before activating packages.

* doc/lispref/package.texi (Packaging Basics): Update docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable tab-bar-mode from X resources</title>
<updated>2019-10-13T20:56:17+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-10-13T20:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=097a03d2a372c1285696779c7051d5b044d437f5'/>
<id>097a03d2a372c1285696779c7051d5b044d437f5</id>
<content type='text'>
* lisp/startup.el (x-apply-session-resources): Enable tab-bar-mode
when X resource "tabBar" class "TabBar" is "on", "yes" or "1".

* doc/man/emacs.1.in:
* doc/emacs/xresources.texi (Table of Resources):
Document X resource "tabBar" (class "TabBar").
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/startup.el (x-apply-session-resources): Enable tab-bar-mode
when X resource "tabBar" class "TabBar" is "on", "yes" or "1".

* doc/man/emacs.1.in:
* doc/emacs/xresources.texi (Table of Resources):
Document X resource "tabBar" (class "TabBar").
</pre>
</div>
</content>
</entry>
<entry>
<title>Use quit-window in some functions</title>
<updated>2019-10-13T03:08:37+00:00</updated>
<author>
<name>Andreas Politz</name>
</author>
<published>2019-10-13T03:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4d74b2b9539964758fc433480ad93ce912b6f3db'/>
<id>4d74b2b9539964758fc433480ad93ce912b6f3db</id>
<content type='text'>
* lisp/strokes.el:
* lisp/startup.el (fancy-startup-tail):
* lisp/progmodes/verilog-mode.el (verilog-complete-word)
(verilog-show-completions):
* lisp/progmodes/idlwave.el (idlwave-quit-help): Use `quit-window'
(bug#24213).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/strokes.el:
* lisp/startup.el (fancy-startup-tail):
* lisp/progmodes/verilog-mode.el (verilog-complete-word)
(verilog-show-completions):
* lisp/progmodes/idlwave.el (idlwave-quit-help): Use `quit-window'
(bug#24213).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/tabs'</title>
<updated>2019-10-01T20:15:03+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-10-01T20:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2698d3dba2e9858b026ed127d4de3f86810a5ef3'/>
<id>2698d3dba2e9858b026ed127d4de3f86810a5ef3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code and reformat to 70 columns.</title>
<updated>2019-10-01T20:01:08+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-10-01T20:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3f981a0a89bca47a207fb362485f07e7322bb145'/>
<id>3f981a0a89bca47a207fb362485f07e7322bb145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bug reporting and link the manual on the about screen</title>
<updated>2019-09-28T13:24:01+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2019-09-13T19:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3026af7744c6eed59067bfa12be1df226d8c0d64'/>
<id>3026af7744c6eed59067bfa12be1df226d8c0d64</id>
<content type='text'>
* lisp/startup.el (fancy-about-text, normal-about-screen): Clarify
that "Contribute" also describes how to report bugs.  Add new link
"Emacs Manual".  (Bug#20697)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/startup.el (fancy-about-text, normal-about-screen): Clarify
that "Contribute" also describes how to report bugs.  Add new link
"Emacs Manual".  (Bug#20697)
</pre>
</div>
</content>
</entry>
</feed>
