summaryrefslogtreecommitdiff
path: root/lisp/ses.el
Commit message (Expand)AuthorAgeFilesLines
* Fix error in ses.el when setting the current rowBoruch Baum2021-05-051-6/+7
* * lisp/ses.el: Doc fixes.Stefan Kangas2021-04-251-37/+39
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-7/+5
* * lisp/ses.el (ses-set-cell): Use `macroexp-let2`Stefan Monnier2021-03-111-12/+12
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-1/+2
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | ; Fix typosStefan Kangas2020-09-211-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-09-091-1/+1
|\ \ | |/
| * ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-021-1/+1
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-7/+5
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove duplicate macros from ses.elEli Zaretskii2019-12-071-11/+0
* Fix some &rest body edebug specsLars Ingebrigtsen2019-10-161-1/+1
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* Make atomic cell update in data area.Vincent Belaïche2019-07-281-2/+3
* 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