<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/org, branch scratch/package-security</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>Remove Emacs 20 compat code from org.el</title>
<updated>2020-11-20T15:11:33+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-11-20T14:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=430eb2f850b26f7df8473de4d929b5665673a0a2'/>
<id>430eb2f850b26f7df8473de4d929b5665673a0a2</id>
<content type='text'>
* lisp/org/org.el (org-org-menu, org-create-customize-menu):
Remove Emacs 20 compat code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/org/org.el (org-org-menu, org-create-customize-menu):
Remove Emacs 20 compat code.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/org/ob-ruby.el (org-babel-ruby-initiate-session): Use :ruby header arg.</title>
<updated>2020-11-14T20:18:38+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2020-11-14T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=844e82f5a837a16c64e32ff9dd41a9e9b3ad3432'/>
<id>844e82f5a837a16c64e32ff9dd41a9e9b3ad3432</id>
<content type='text'>
Allow specification of ruby command using the :ruby header arg.
https://lists.gnu.org/archive/html/emacs-orgmode/2020-11/msg00166.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow specification of ruby command using the :ruby header arg.
https://lists.gnu.org/archive/html/emacs-orgmode/2020-11/msg00166.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't quote lambdas in several places</title>
<updated>2020-11-14T16:04:23+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-11-14T16:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=61dca6e92ac972b832e889fbeab9b6131fc896fa'/>
<id>61dca6e92ac972b832e889fbeab9b6131fc896fa</id>
<content type='text'>
* lisp/align.el (align-highlight-rule):
* lisp/bookmark.el (bookmark-maybe-sort-alist):
* lisp/emacs-lisp/advice.el (ad-read-advice-name)
(ad-retrieve-args-form, ad-make-hook-form, defadvice)
(ad-with-originals):
* lisp/foldout.el (foldout-inhibit-key-bindings):
* lisp/gnus/gnus-bookmark.el (gnus-bookmark-maybe-sort-alist):
* lisp/mail/rfc822.el (rfc822-addresses-1):
* lisp/net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple):
* lisp/net/net-utils.el (network-connection-to-service):
* lisp/net/socks.el (socks-build-auth-list):
* lisp/org/ox-odt.el (org-odt--image-size):
* lisp/pcomplete.el (pcomplete-command-completion-function)
(pcomplete-default-completion-function, pcomplete-opt):
* lisp/progmodes/cperl-mode.el (cperl-highlight-charclass)
(cperl-tags-hier-init, cperl-tags-treeify)
(cperl-next-interpolated-REx, cperl-time-fontification):
* lisp/shadowfile.el (shadow-copy-files, shadow-shadows-of-1)
(shadow-save-buffers-kill-emacs):
* lisp/strokes.el (strokes-renormalize-to-grid):
* lisp/tempo.el (tempo-insert, tempo-forward-mark)
(tempo-backward-mark):
* lisp/textmodes/artist.el (artist-submit-bug-report):
* lisp/textmodes/ispell.el (ispell-complete-word):
* lisp/url/url-auth.el (url-get-authentication):
* lisp/url/url-cache.el (url-cache-create-filename-human-readable):
* lisp/vcursor.el (vcursor-find-window):
* test/lisp/textmodes/reftex-tests.el
(reftex-parse-bibtex-entry-test): Don't quote lambdas.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/align.el (align-highlight-rule):
* lisp/bookmark.el (bookmark-maybe-sort-alist):
* lisp/emacs-lisp/advice.el (ad-read-advice-name)
(ad-retrieve-args-form, ad-make-hook-form, defadvice)
(ad-with-originals):
* lisp/foldout.el (foldout-inhibit-key-bindings):
* lisp/gnus/gnus-bookmark.el (gnus-bookmark-maybe-sort-alist):
* lisp/mail/rfc822.el (rfc822-addresses-1):
* lisp/net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple):
* lisp/net/net-utils.el (network-connection-to-service):
* lisp/net/socks.el (socks-build-auth-list):
* lisp/org/ox-odt.el (org-odt--image-size):
* lisp/pcomplete.el (pcomplete-command-completion-function)
(pcomplete-default-completion-function, pcomplete-opt):
* lisp/progmodes/cperl-mode.el (cperl-highlight-charclass)
(cperl-tags-hier-init, cperl-tags-treeify)
(cperl-next-interpolated-REx, cperl-time-fontification):
* lisp/shadowfile.el (shadow-copy-files, shadow-shadows-of-1)
(shadow-save-buffers-kill-emacs):
* lisp/strokes.el (strokes-renormalize-to-grid):
* lisp/tempo.el (tempo-insert, tempo-forward-mark)
(tempo-backward-mark):
* lisp/textmodes/artist.el (artist-submit-bug-report):
* lisp/textmodes/ispell.el (ispell-complete-word):
* lisp/url/url-auth.el (url-get-authentication):
* lisp/url/url-cache.el (url-cache-create-filename-human-readable):
* lisp/vcursor.el (vcursor-find-window):
* test/lisp/textmodes/reftex-tests.el
(reftex-parse-bibtex-entry-test): Don't quote lambdas.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't set file name variable in org-element-parse-secondary-string (bug#44524)</title>
<updated>2020-11-10T19:27:37+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2020-11-10T19:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=79d04ae13ff33a93f631061d912168e9703251dd'/>
<id>79d04ae13ff33a93f631061d912168e9703251dd</id>
<content type='text'>
* lisp/org/org-element.el (org-element-parse-secondary-string):
Don't set buffer-local variables buffer-file-name and buffer-file-truename
in temporary buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/org/org-element.el (org-element-parse-secondary-string):
Don't set buffer-local variables buffer-file-name and buffer-file-truename
in temporary buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Prefer https to http in more URLs</title>
<updated>2020-10-24T18:23:27+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-24T18:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dd16e46bb9d0099baea06d780ad8f62728addc2e'/>
<id>dd16e46bb9d0099baea06d780ad8f62728addc2e</id>
<content type='text'>
These were all tested and confirmed working.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were all tested and confirmed working.
</pre>
</div>
</content>
</entry>
<entry>
<title>byte-compile-file: Make optional LOAD argument obsolete</title>
<updated>2020-10-20T16:48:27+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-09-21T22:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4a575eb18cca3eed5019f2d2d2abeea1f0c07005'/>
<id>4a575eb18cca3eed5019f2d2d2abeea1f0c07005</id>
<content type='text'>
* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Declare optional
LOAD argument obsolete.  Adjust callers.  (Bug#38072)
(byte-recompile-file): Declare optional LOAD argument obsolete.
* doc/lispref/compile.texi (Compilation Functions): Update
documentation to reflect above obsoletion.
* etc/NEWS: Announce above obsoletion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Declare optional
LOAD argument obsolete.  Adjust callers.  (Bug#38072)
(byte-recompile-file): Declare optional LOAD argument obsolete.
* doc/lispref/compile.texi (Compilation Functions): Update
documentation to reflect above obsoletion.
* etc/NEWS: Announce above obsoletion.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix trivial typos in ChangeLogs</title>
<updated>2020-10-03T10:53:51+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-02T15:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ceae38b9338ea07b18b2d2efa07bcf304d40c23d'/>
<id>ceae38b9338ea07b18b2d2efa07bcf304d40c23d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-10-02T16:38:24+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-10-02T16:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=726eb835ddcbc209545f681d7272ebaa13788b33'/>
<id>726eb835ddcbc209545f681d7272ebaa13788b33</id>
<content type='text'>
78eacf31e8 ; Fix many typos in symbols in docs and comments
d5d12707d6 * doc/misc/flymake.texi (Using Flymake): Fix a typo.  (Bug...

# Conflicts:
#	lisp/allout.el
#	lisp/progmodes/ebrowse.el
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
78eacf31e8 ; Fix many typos in symbols in docs and comments
d5d12707d6 * doc/misc/flymake.texi (Using Flymake): Fix a typo.  (Bug...

# Conflicts:
#	lisp/allout.el
#	lisp/progmodes/ebrowse.el
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix many typos in symbols in docs and comments</title>
<updated>2020-10-02T11:29:45+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-09-23T11:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=78eacf31e8fe182801ad1943fac717b75fcf286b'/>
<id>78eacf31e8fe182801ad1943fac717b75fcf286b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Prefer https to http in many URLs</title>
<updated>2020-10-01T13:28:15+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-01T13:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c6fa0ad315e38167cb81a4d8c143cc53ad783cc3'/>
<id>c6fa0ad315e38167cb81a4d8c143cc53ad783cc3</id>
<content type='text'>
These were all tested with https and confirmed working.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were all tested with https and confirmed working.
</pre>
</div>
</content>
</entry>
</feed>
