summaryrefslogtreecommitdiff
path: root/lisp/ses.el
Commit message (Expand)AuthorAgeFilesLines
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-16/+16
* | Quieten ses.el compilationGlenn Morris2018-03-011-2/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Backport: Don't compare arguments that can be nil (Bug#28039)Oscar Fuentes2017-12-171-1/+1
* * lisp/ses.el (ses-print-cell): Fix alignment of text cells. (Bug#27653)Gemini Lasswell2017-10-051-2/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; Spelling fixesPaul Eggert2017-07-201-2/+2
* Fix relocation with named cell referred to by a one-symbol formula.Vincent Belaïche2017-07-171-4/+8
* Fix symbol completion and document it.Vincent Belaïche2017-07-171-1/+171
* Add tests for SES, and fix one more cell renaming bug.Vincent Belaïche2017-07-131-19/+29
* Convert more uses of looking-at to following-charMark Oteiza2017-07-061-2/+2
* Fix symbol relocation when the relocated cell is renamed.Vincent Belaïche2017-06-231-14/+32
* Do not hard code A1 cell reference, as it may be renamed.Vincent Belaïche2017-06-221-1/+2
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-3/+3
* * lisp/ses.el: Silence byte-compiler warnings.Stefan Monnier2017-04-021-5/+7
* ; Spelling fixesPaul Eggert2017-04-011-1/+1
* Solve ses-recalculate-cell updating only current line bug.Vincent Belaïche2017-03-201-4/+7
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Revert "Fix local printer set to left aligned string formatter."John Wiegley2016-08-021-4/+0
| * Revert "Fix ses-delete-blanks to delete only blanks + documentation."John Wiegley2016-08-021-2/+1
| * Fix ses-delete-blanks to delete only blanks + documentation.Vincent Belaïche2016-07-291-1/+2
| * Fix local printer set to left aligned string formatter.Vincent Belaïche2016-07-281-0/+4
* | Handle nil cell value in compiled printer functions.Vincent Belaïche2016-08-101-3/+6
* | Apply changes from commits 3c97b0f758 and 8a38e948b0 to master branch.Vincent Belaïche2016-08-091-1/+6
* | Spelling and minor grammar fixesPaul Eggert2016-08-051-4/+3
* | Enable addition of local printers from a mode hook.Vincent Belaïche2016-07-281-35/+90
* | Make ses-jump with completing input.Vincent Belaïche2016-06-021-1/+11
* | Merge from origin/emacs-25Paul Eggert2016-05-261-4/+16
|\ \ | |/
| * Correct old cell name unbinding when renaming cell.Vincent Belaïche2016-05-261-4/+16
* | Merge from origin/emacs-25John Wiegley2016-02-031-4/+2
|\ \ | |/
| * Spelling fixesPaul Eggert2016-01-301-4/+2
| * Correct a whole bunch of bugs coming with renamed cell relocation.Vincent Belaïche2016-01-291-33/+108
* | Correct a whole bunch of bugs coming with renamed cell relocation.Vincent Belaïche2016-01-201-31/+105
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| * fix bug#21054Vincent Belaïche2015-12-311-3/+1
* | Merge branch 'emacs-25-merge'John Wiegley2016-01-021-16/+16
|\ \ | |/
| * Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-16/+16
* | Align textually on fix done for emacs-25 branch for bug#21054Vincent Belaïche2016-01-021-7/+1
* | Correct ses-rename-cell cursor-intangible text prop updating.Vincent Belaïche2015-12-311-9/+11
* | Don't fake empty cells value by "" when printing with a lambda.Vincent Belaïche2015-12-301-1/+1
* | Quick temporary hack to fix curcell refreshing.Vincent Belaïche2015-12-301-1/+5
|/
* Escape ` and ' in docPaul Eggert2015-09-011-2/+2
* Top-level elisp files respect ‘text-quoting-style’Paul Eggert2015-08-261-2/+4
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-3/+3