]> git.eshelyaron.com Git - emacs.git/commit
Apply changes from commits 3c97b0f758 and 8a38e948b0 to master branch.
authorVincent Belaïche <vincentb1@users.sourceforge.net>
Tue, 9 Aug 2016 21:46:13 +0000 (23:46 +0200)
committerVincent Belaïche <vincentb1@users.sourceforge.net>
Tue, 9 Aug 2016 21:46:13 +0000 (23:46 +0200)
commit731d225cf3a8f95d3bad0baf60c792afc7d58b78
tree9d33bc49657e9b4e7aadecc44cc6d76389d212ef
parente13c5467fc0c08c6875653df56b8b54185d0c4cc
Apply changes from commits 3c97b0f758 and 8a38e948b0 to master branch.

Here follows the logs from the two commits which I apply to master.

commit 3c97b0f7589e06aeb1ab0147f0ee32974c32926d
Author: Vincent Belaïche <vincentb1@users.sourceforge.net>
Date:   Fri Jul 29 13:44:14 2016 +0200

Fix ses-delete-blanks to delete only blanks + documentation.

* doc/misc/ses.texi (Quick Tutorial): Mention the '!'
'ses-range' modifier as an alternative to 'ses+'.
(Advanced Features): Add a refernce to node 'Nonrelocatable
references' concerning function 'ses-rename-cell'.
(Standard formula functions): Mention the '!' 'ses-range'
modifier as an alternative to 'ses-delete-blanks'.
(More on cell printing): Fix fallback printer
definition.  Minor editorial formatting changes.
(Nonrelocatable references): Document the use of
'ses-rename-cell' as a better way to make cell reference
non-relocatable.
(The data area): Document the presence of local printer
definitions in the data area.

* lisp/ses.el (ses-delete-blanks): Do not remove
*error*.  Any error in an argument should propagate into the
using formula rather than being silently hidden !

commit 8a38e948b039516e70176ebe20c5349e2ade6ac5
Author: Vincent Belaïche <vincentb1@users.sourceforge.net>
Date:   Thu Jul 28 19:49:37 2016 +0200

Fix local printer set to left aligned string formatter.

* lisp/ses.el (ses-local-printer-compile): Add missing case
for left-aligned string formatter.
doc/misc/ses.texi
lisp/ses.el