Re: Org 9.4.5

2021-03-28 Thread Bastien
Hi Detlef,

Detlef Steuer  writes:

> Would it be possible to have the changelog in the mail announcements?
> Either as an attachment or just copied verbatim?

Thanks for the suggestion.  I'm attaching the output of:

~$ git log --pretty=oneline --abbrev-commit release_9.4.4..release_9.4.5

> I really think that would improve the chances the changelog is read :-),
> at least for me :-)

Sure, but remember bugfixes releases are just about bug fixes, so
casual users are not required to read these changelogs.

All best,

-- 
 Bastien
287af207f lisp/org.el: Bump version header to 9.4.5
36622362d org.el (org-do-latex-and-related): Fix duplicate 'latex faces
478929ae6 ox-html: Fix org-html-format-drawer-function's docstring
4f98c86b3 manual: Grammar fix
d15639944 Update example :publishing-function names in manual
5450d6420 ob-export: Give more informative error on unknown call reference
5db61eb0f org.el: Avoid xdg-open silent failure
dbc84311c ob-smiles.el: Fix reference to free variable
1738b455b ob-smiles.el: Update org babel API
e07cb2ad3 manual: Fix org-latex-listings reference in footnote
7470ee93a test-org-clock: Avoid daylight saving time failure
b712b9618 manual: Add publishing-function to publishing example
8244e7ba8 manual: Fix org-html-publish-to-html reference
3a522ad53 agenda: Restore org-agenda-goto-date's date argument
4ab2a4be5 org-adapt-indentation: Tweak headline-data addition
ee4ffa567 org-clock: fix runtime error in org-clock-in
75ccb9719 Allow tags containing capital letters in org-agenda-filter
61336f80d mk/targets.mk: Add version fallback for tag-less repos
862048d4c ob-sql.el: Respect the value of sql-postgres-program
e87959615 footnote: Silence byte-compiler under 'make single'
2ed1c20ff Remove Emacs 21 compat code for bookmark-after-jump-hook
3e64d3475 capture: Fix handling of time range for :time-prompt
0abd4a44c ox-latex.el: Use [Objective]Caml dialect
a50a42cea Use lexical-binding cookie in some trivial files
13e98e2a1 ox-latex.el: fix interpretation of org-latex-pdf-process
b99beaad1 org-macs: Add basic tests for org-matcher-time
aeb9f036f org-macs: Allow specifying relative time in hours
9e8215f4a ob-C.el: Fix missing C, C++ declaration
1806abdc3 org-footnote: Fix inserting new footnote mangling drawers
d02c0218e testing/lisp/test-org-archive.el: Fix test
33de2bd8e org-compat: Take in obsolete org-copy
248dfcd71 Backport commit 5ada3eece from Emacs
332da69b3 element: Fix table.el parsing... again!
273391c97 duration: Avoid recursive load error
99eafe378 Update copyright year to 2021
bd1c3187c .dir-locals.el: Set indent-tabs-mode to nil in Elisp sources
97f1d8e34 element: Improve table.el tables dectection
118da7d28 element: Fix table.el tables parsing


Re: Org 9.4.5

2021-03-28 Thread Kévin Le Gouguec
Detlef Steuer  writes:

> Would it be possible to have the changelog in the mail announcements?
> Either as an attachment or just copied verbatim?

FWIW, if you have the org-mode repo handy, you can hew out a GNU-style
changelog with *breathes in*

$ git log release_9.4.4..release_9.4.5 --format=format:'%as  %an  
<%ae>%n%n%w(0,8,8)%s%n%n%b' | sed 's/^ *$//'

See attached result.

git shortlog release_9.4.4..release_9.4.5 works quite well too,
depending on your taste (attached as well).


2021-03-28  Bastien  

lisp/org.el: Bump version header to 9.4.5


2021-03-19  Sébastien Miquel  

org.el (org-do-latex-and-related): Fix duplicate 'latex faces

* lisp/org.el (org-do-latex-and-related): Do not add a
'org-latex-and-related face beyond the fontification limit.

2021-03-24  Kyle Meyer  

ox-html: Fix org-html-format-drawer-function's docstring

* lisp/ox-html.el (org-html-format-drawer-function): Drop leftover
text from when an example used to be included.

adcebf38f (Fix errors reported by cus-test.el, 2013-11-14) dropped the
example but left the leading part.

Reported-by: Jean-Baptiste Mazon 
Ref: 
https://orgmode.org/list/0e5569e6-15a7-d4c4-0558-8b0ef96a5...@gmail.com

2021-03-24  Kyle Meyer  

manual: Grammar fix

* doc/org-manual.org (Publishing action): Fix conjugation.

2021-03-22  Greg Minshall  

Update example :publishing-function names in manual

* doc/org-manual.org (Publishing action): Fix references to
org-latex-publish-to-pdf and org-org-publish-to-org.

2021-03-21  Kyle Meyer  

ob-export: Give more informative error on unknown call reference

* lisp/ob-exp.el (org-babel-exp-process-buffer): Signal user-error
with an informative message rather than letting
org-babel-exp-do-export call fail due to an invalid INFO argument.
* testing/lisp/test-ob-exp.el (ob-exp/unknown-call-reference): Add
test.

Reported-by: Greg Minshall 
Ref: https://orgmode.org/list/628738.1616259...@apollo2.minshall.org

2021-03-20  Maxim Nikulin  

org.el: Avoid xdg-open silent failure

* lisp/org.el (org-open-file): Use 'pipe :connection-type instead of
'pty to prevent killing of background process on handler exit.
(Bug#44824)

Problem happens only in some desktop environments where configured
through `org-file-apps' or mailcap handlers launches actual viewer
(as defined in .desktop files and obtained from mimeapps.list)
in background.  E.g. xdg-open invokes "gio open" or kde-open5 for Gnome
or KDE accordingly and these handlers launches e.g. eog or okular in
background.  As soon as main process exits, temporary terminal session
created by `start-process-shell-command' is terminated.  As a result
background processes receive SIGHUP.

Previously command were executed with no buffer, so the change
does not affect "needsterminal" and "copiousoutput" mailcap features,
they are not supported as earlier.

If handler main process fails then show a message with exit reason.
Output (including error messages) is ignored as before.
Gtk application tends to report significant amount of failed asserts
hardly informative for majority of users.

TINYCHANGE

2021-03-19  Kyle Meyer  

ob-smiles.el: Fix reference to free variable

* contrib/lisp/ob-smiles.el (molecule-jump): Format string with NAME
argument rather than undefined variable `path'.

2021-03-16  Lein Matsumaru  

ob-smiles.el: Update org babel API

* contrib/lisp/ob-smiles.el (org-link): Fix from org-add-link-type to
org-link-set-parameters

TINYCHANGE

2021-03-15  Kyle Meyer  

manual: Fix org-latex-listings reference in footnote

* doc/org-manual.org (Footnotes): Refer to org-latex-listings instead
of org-export-latex-listings.

The last occurrence of org-export-latex-listings was deleted with the
contrib/oldexp/ removal in Org 8.

2021-03-14  Kyle Meyer  

test-org-clock: Avoid daylight saving time failure

* testing/lisp/test-org-clock.el (test-org-clock/clocktable/match):
Shift times away from the beginning of the day to avoid unexpected
time totals due to DST changes.

test-org-clock/clocktable/match fails today in the US because at 2:00
clocks jumped to 3:00, and the total time check uses the range
2:00-4:00.

2021-03-02  Kyle Meyer  

manual: Add publishing-function to publishing example

* doc/org-manual.org (Example: simple publishing configuration): Add
:publishing-function to org-publish-project-alist.

This appears to have been necessary since 0ccf650b4 (org-e-publish:
Remove default value for publishing function, 2012-10-08).

Re: Org 9.4.5

2021-03-28 Thread Detlef Steuer
Hi Bastien,

thx for all the work, as usual! :-)

Would it be possible to have the changelog in the mail announcements?
Either as an attachment or just copied verbatim?

I really think that would improve the chances the changelog is read :-),
at least for me :-)

All the best and thx again!

Detlef



Am Sun, 28 Mar 2021 08:59:14 +0200
schrieb Bastien :

> Hi all,
> 
> Org 9.4.5, a bugfix release, is out.
> 
> Enjoy!
> 




Org 9.4.5

2021-03-28 Thread Bastien
Hi all,

Org 9.4.5, a bugfix release, is out.

Enjoy!

-- 
 Bastien