summaryrefslogtreecommitdiff
path: root/lisp/ses.el
Commit message (Expand)AuthorAge
* Prefer command remapping in ses.elStefan Kangas2021-12-16
* Remove redundant #' before lambdaStefan Kangas2021-10-21
* Use format-prompt for many more promptsStefan Kangas2021-10-05
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-16
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Avoid cl-lib alias for cadadr and friendsStefan Kangas2021-09-03
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-08
* Fix error in ses.el when setting the current rowBoruch Baum2021-05-05
* * lisp/ses.el: Doc fixes.Stefan Kangas2021-04-25
* ; Normalize and add missing first and last linesStefan Kangas2021-04-19
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-24
* * lisp/ses.el (ses-set-cell): Use `macroexp-let2`Stefan Monnier2021-03-11
* Update copyright year to 2021Paul Eggert2021-01-01
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-19
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | ; Fix typosStefan Kangas2020-09-21
* | Merge from origin/emacs-27Glenn Morris2020-09-09
|\|
| * ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-02
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Remove duplicate macros from ses.elEli Zaretskii2019-12-07
* Fix some &rest body edebug specsLars Ingebrigtsen2019-10-16
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-19
* Make atomic cell update in data area.Vincent Belaïche2019-07-28
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-22
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Quieten ses.el compilationGlenn Morris2018-03-01
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Backport: Don't compare arguments that can be nil (Bug#28039)Oscar Fuentes2017-12-17
* * lisp/ses.el (ses-print-cell): Fix alignment of text cells. (Bug#27653)Gemini Lasswell2017-10-05
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* ; Spelling fixesPaul Eggert2017-07-20
* Fix relocation with named cell referred to by a one-symbol formula.Vincent Belaïche2017-07-17
* Fix symbol completion and document it.Vincent Belaïche2017-07-17
* Add tests for SES, and fix one more cell renaming bug.Vincent Belaïche2017-07-13
* Convert more uses of looking-at to following-charMark Oteiza2017-07-06
* Fix symbol relocation when the relocated cell is renamed.Vincent Belaïche2017-06-23
* Do not hard code A1 cell reference, as it may be renamed.Vincent Belaïche2017-06-22
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-28
* * lisp/ses.el: Silence byte-compiler warnings.Stefan Monnier2017-04-02
* ; Spelling fixesPaul Eggert2017-04-01
* Solve ses-recalculate-cell updating only current line bug.Vincent Belaïche2017-03-20
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
| * Revert "Fix local printer set to left aligned string formatter."John Wiegley2016-08-02