[LyX/master] Keep permissions of the saved files intact.

2018-12-07 Thread Pavel Sanda
commit 04fe818b2239ac2fcc4af48618b699cb50ccf543 Author: Pavel Sanda Date: Fri Dec 7 23:10:46 2018 +0100 Keep permissions of the saved files intact. Previously the permission were destroyed by the newly created temporary file -- which is later used as new saved file. Tested

[LyX/master] typo

2018-12-07 Thread Pavel Sanda
commit 9547e0b765e52fccad3b40525009d6511a1483ea Author: Pavel Sanda Date: Sat Dec 8 00:04:04 2018 +0100 typo --- src/support/FileName.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/support/FileName.h b/src/support/FileName.h index fad5077..3bfdf13 100644 --