index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
ses.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport: Don't compare arguments that can be nil (Bug#28039)
Oscar Fuentes
2017-12-17
1
-1
/
+1
*
* lisp/ses.el (ses-print-cell): Fix alignment of text cells. (Bug#27653)
Gemini Lasswell
2017-10-05
1
-2
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
; Spelling fixes
Paul Eggert
2017-07-20
1
-2
/
+2
*
Fix relocation with named cell referred to by a one-symbol formula.
Vincent Belaïche
2017-07-17
1
-4
/
+8
*
Fix symbol completion and document it.
Vincent Belaïche
2017-07-17
1
-1
/
+171
*
Add tests for SES, and fix one more cell renaming bug.
Vincent Belaïche
2017-07-13
1
-19
/
+29
*
Convert more uses of looking-at to following-char
Mark Oteiza
2017-07-06
1
-2
/
+2
*
Fix symbol relocation when the relocated cell is renamed.
Vincent Belaïche
2017-06-23
1
-14
/
+32
*
Do not hard code A1 cell reference, as it may be renamed.
Vincent Belaïche
2017-06-22
1
-1
/
+2
*
Don't pass the value of point to 'push-mark', as that's the default.
Bartosz Duszel
2017-04-28
1
-3
/
+3
*
* lisp/ses.el: Silence byte-compiler warnings.
Stefan Monnier
2017-04-02
1
-5
/
+7
*
; Spelling fixes
Paul Eggert
2017-04-01
1
-1
/
+1
*
Solve ses-recalculate-cell updating only current line bug.
Vincent Belaïche
2017-03-20
1
-4
/
+7
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Revert "Fix local printer set to left aligned string formatter."
John Wiegley
2016-08-02
1
-4
/
+0
|
*
Revert "Fix ses-delete-blanks to delete only blanks + documentation."
John Wiegley
2016-08-02
1
-2
/
+1
|
*
Fix ses-delete-blanks to delete only blanks + documentation.
Vincent Belaïche
2016-07-29
1
-1
/
+2
|
*
Fix local printer set to left aligned string formatter.
Vincent Belaïche
2016-07-28
1
-0
/
+4
*
|
Handle nil cell value in compiled printer functions.
Vincent Belaïche
2016-08-10
1
-3
/
+6
*
|
Apply changes from commits 3c97b0f758 and 8a38e948b0 to master branch.
Vincent Belaïche
2016-08-09
1
-1
/
+6
*
|
Spelling and minor grammar fixes
Paul Eggert
2016-08-05
1
-4
/
+3
*
|
Enable addition of local printers from a mode hook.
Vincent Belaïche
2016-07-28
1
-35
/
+90
*
|
Make ses-jump with completing input.
Vincent Belaïche
2016-06-02
1
-1
/
+11
*
|
Merge from origin/emacs-25
Paul Eggert
2016-05-26
1
-4
/
+16
|
\
|
|
*
Correct old cell name unbinding when renaming cell.
Vincent Belaïche
2016-05-26
1
-4
/
+16
*
|
Merge from origin/emacs-25
John Wiegley
2016-02-03
1
-4
/
+2
|
\
|
|
*
Spelling fixes
Paul Eggert
2016-01-30
1
-4
/
+2
|
*
Correct a whole bunch of bugs coming with renamed cell relocation.
Vincent Belaïche
2016-01-29
1
-33
/
+108
*
|
Correct a whole bunch of bugs coming with renamed cell relocation.
Vincent Belaïche
2016-01-20
1
-31
/
+105
*
|
Merge from origin/emacs-25
John Wiegley
2016-01-11
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
|
*
fix bug#21054
Vincent Belaïche
2015-12-31
1
-3
/
+1
*
|
Merge branch 'emacs-25-merge'
John Wiegley
2016-01-02
1
-16
/
+16
|
\
|
|
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-16
/
+16
*
|
Align textually on fix done for emacs-25 branch for bug#21054
Vincent Belaïche
2016-01-02
1
-7
/
+1
*
|
Correct ses-rename-cell cursor-intangible text prop updating.
Vincent Belaïche
2015-12-31
1
-9
/
+11
*
|
Don't fake empty cells value by "" when printing with a lambda.
Vincent Belaïche
2015-12-30
1
-1
/
+1
*
|
Quick temporary hack to fix curcell refreshing.
Vincent Belaïche
2015-12-30
1
-1
/
+5
|
/
*
Escape ` and ' in doc
Paul Eggert
2015-09-01
1
-2
/
+2
*
Top-level elisp files respect ‘text-quoting-style’
Paul Eggert
2015-08-26
1
-2
/
+4
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-3
/
+3
*
Further lisp-complete-symbol related cleanup.
Glenn Morris
2015-05-18
1
-1
/
+1
*
Deprecate `intangible' and `point-entered' properties
Stefan Monnier
2015-04-13
1
-78
/
+113
*
cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"
Stefan Monnier
2015-04-10
1
-1
/
+1
*
Fix byte-compilation warning in lisp/ses.el
Eli Zaretskii
2015-04-05
1
-8
/
+8
*
Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.
Alan Mackenzie
2015-04-05
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* ses.el (macroexp): add require for this package, so that
Vincent Belaïche
2014-10-25
1
-1
/
+2
[next]