<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch bug-reference-setup</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>bug-reference-setup</title>
<updated>2020-06-11T21:22:30+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2020-06-11T15:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ea43151b5b625ee39ff5c22b722b1b4169719123'/>
<id>ea43151b5b625ee39ff5c22b722b1b4169719123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/faces.el (readable-foreground-color): Fix editing mistake.</title>
<updated>2020-06-10T22:06:24+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2020-06-10T22:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d8a6d2e4810a4072cabbf76170dc4bf708f27d10'/>
<id>d8a6d2e4810a4072cabbf76170dc4bf708f27d10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved light/dark colour predicate (bug#41544)</title>
<updated>2020-06-10T18:11:13+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2020-06-10T17:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=68ae6faa7f1b4c348740667f98fbf1d1ce5a7979'/>
<id>68ae6faa7f1b4c348740667f98fbf1d1ce5a7979</id>
<content type='text'>
Add a predicate, color-dark-p, for deciding whether a colour is more
readable with black or white as contrast.  It has experimentally been
shown to be more accurate and robust than the various methods
currently employed.

The new predicate compares the relative luminance of the colour to an
empirically determined cut-off value, and it seems to get it right in
almost all cases, with no value leading to outright bad results.

* lisp/faces.el (readable-foreground-color): Use color-dark-p.
(color-dark-p): New function.
* lisp/facemenu.el (list-colors-print): Use readable-foreground-color,
improving readability of list-colors-display.
* lisp/textmodes/css-mode.el (css--contrasty-color): Remove.
(css--fontify-region): Use readable-foreground-color.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a predicate, color-dark-p, for deciding whether a colour is more
readable with black or white as contrast.  It has experimentally been
shown to be more accurate and robust than the various methods
currently employed.

The new predicate compares the relative luminance of the colour to an
empirically determined cut-off value, and it seems to get it right in
almost all cases, with no value leading to outright bad results.

* lisp/faces.el (readable-foreground-color): Use color-dark-p.
(color-dark-p): New function.
* lisp/facemenu.el (list-colors-print): Use readable-foreground-color,
improving readability of list-colors-display.
* lisp/textmodes/css-mode.el (css--contrasty-color): Remove.
(css--fontify-region): Use readable-foreground-color.
</pre>
</div>
</content>
</entry>
<entry>
<title>Futher tramp-crypt implementation and documentation</title>
<updated>2020-06-10T17:36:53+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-06-10T17:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b19259c8412ee2e715c4bd145711e23729411fd0'/>
<id>b19259c8412ee2e715c4bd145711e23729411fd0</id>
<content type='text'>
* doc/misc/tramp.texi (Top, Configuration): Insert section
`Keeping files encrypted' in menu.
(Keeping files encrypted): New node.

* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
Add `tramp-set-file-uid-gid'.
(tramp-crypt-maybe-open-connection): Simplify.
(tramp-crypt-do-encrypt-or-decrypt-file): Use `binary' coding system.
(tramp-crypt-handle-set-file-uid-gid): New defun.

* test/lisp/net/tramp-tests.el (tramp-test09-insert-file-contents):
Adapt test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Top, Configuration): Insert section
`Keeping files encrypted' in menu.
(Keeping files encrypted): New node.

* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
Add `tramp-set-file-uid-gid'.
(tramp-crypt-maybe-open-connection): Simplify.
(tramp-crypt-do-encrypt-or-decrypt-file): Use `binary' coding system.
(tramp-crypt-handle-set-file-uid-gid): New defun.

* test/lisp/net/tramp-tests.el (tramp-test09-insert-file-contents):
Adapt test.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * test/lisp/emacs-lisp/generator-tests.el: Checkdoc fixes</title>
<updated>2020-06-10T13:49:57+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2020-06-10T13:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ee8b2742d7f6d03daea37f1bac48c2746f7ca789'/>
<id>ee8b2742d7f6d03daea37f1bac48c2746f7ca789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly improve commit 73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3.</title>
<updated>2020-06-10T13:46:12+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2020-06-10T13:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=00f4b7215c63b02171d0a5c48d3da802a202463e'/>
<id>00f4b7215c63b02171d0a5c48d3da802a202463e</id>
<content type='text'>
* lisp/emacs-lisp/cl-macs.el (cl-lambda-list, cl-lambda-list1)
(cl-macro-list, cl-macro-list1): Use exactly the same specification as
for &amp;optional (sans the third optional list element).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/cl-macs.el (cl-lambda-list, cl-lambda-list1)
(cl-macro-list, cl-macro-list1): Use exactly the same specification as
for &amp;optional (sans the third optional list element).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow destructuring in &amp;aux sections when using edebug (Bug#40431)</title>
<updated>2020-06-10T13:34:41+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2020-06-10T13:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3'/>
<id>73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3</id>
<content type='text'>
* lisp/emacs-lisp/cl-macs.el (cl-lambda-list, cl-lambda-list1)
(cl-macro-list, cl-macro-list1): Allow arbitrary 'cl-lambda'
arguments in the &amp;aux section.

* test/lisp/emacs-lisp/cl-macs-tests.el (cl-macs-aux-edebug): New
regression test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/cl-macs.el (cl-lambda-list, cl-lambda-list1)
(cl-macro-list, cl-macro-list1): Allow arbitrary 'cl-lambda'
arguments in the &amp;aux section.

* test/lisp/emacs-lisp/cl-macs-tests.el (cl-macs-aux-edebug): New
regression test.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Simplify last change</title>
<updated>2020-06-10T00:00:01+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2020-06-10T00:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9e04d0f289cc74fe2453910287bdab37e4aa1d35'/>
<id>9e04d0f289cc74fe2453910287bdab37e4aa1d35</id>
<content type='text'>
* lisp/progmodes/project.el (project--read-project-list): We are
already at BOB after insert-file-contents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el (project--read-project-list): We are
already at BOB after insert-file-contents.
</pre>
</div>
</content>
</entry>
<entry>
<title>Save project list as lisp data</title>
<updated>2020-06-09T18:45:55+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-06-05T17:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d4e7087b68d70a1f05decbce07340801fe08fe7e'/>
<id>d4e7087b68d70a1f05decbce07340801fe08fe7e</id>
<content type='text'>
Save the project list file as lisp data instead of line separated
strings to make it more extendable in the future.

* lisp/progmodes/project.el (project--read-project-list)
(project--write-project-list, project--add-to-project-list-front)
(project--remove-from-project-list): Adjust to `project--list' now
being an alist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Save the project list file as lisp data instead of line separated
strings to make it more extendable in the future.

* lisp/progmodes/project.el (project--read-project-list)
(project--write-project-list, project--add-to-project-list-front)
(project--remove-from-project-list): Adjust to `project--list' now
being an alist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Orthographical amendments to commit 145aab0672ae259736ee9230f8e0ff4effa5f4fd</title>
<updated>2020-06-09T16:58:52+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2020-06-09T16:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5a6e790247ca8f0964ee8acd6dc6c564daaf6077'/>
<id>5a6e790247ca8f0964ee8acd6dc6c564daaf6077</id>
<content type='text'>
* etc/NEWS: Correct the spelling of CC Mode.

* lisp/progmodes/cc-fonts.el (doxygen-font-lock-doc-comments): Replace curly
  quotes in comments by ASCII ones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Correct the spelling of CC Mode.

* lisp/progmodes/cc-fonts.el (doxygen-font-lock-doc-comments): Replace curly
  quotes in comments by ASCII ones.
</pre>
</div>
</content>
</entry>
</feed>
