summaryrefslogtreecommitdiff
path: root/lisp/ses.el
AgeCommit message (Expand)Author
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-16Docfix: use command substitution for 'universal-argument'Stefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-03Avoid cl-lib alias for cadadr and friendsStefan Kangas
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-05-05Fix error in ses.el when setting the current rowBoruch Baum
2021-04-25* lisp/ses.el: Doc fixes.Stefan Kangas
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-03-24Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro
2021-03-11* lisp/ses.el (ses-set-cell): Use `macroexp-let2`Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-19Shorten some over-wide docstrings in functions and macrosStefan Kangas
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas
2020-09-21; Fix typosStefan Kangas
2020-09-09Merge from origin/emacs-27Glenn Morris
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-09-02; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-07Remove duplicate macros from ses.elEli Zaretskii
2019-10-16Fix some &rest body edebug specsLars Ingebrigtsen
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero
2019-07-28Make atomic cell update in data area.Vincent Belaïche
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-03-01Quieten ses.el compilationGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-17Backport: Don't compare arguments that can be nil (Bug#28039)Oscar Fuentes
2017-10-05* lisp/ses.el (ses-print-cell): Fix alignment of text cells. (Bug#27653)Gemini Lasswell
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-20; Spelling fixesPaul Eggert
2017-07-17Fix relocation with named cell referred to by a one-symbol formula.Vincent Belaïche
2017-07-17Fix symbol completion and document it.Vincent Belaïche
2017-07-13Add tests for SES, and fix one more cell renaming bug.Vincent Belaïche
2017-07-06Convert more uses of looking-at to following-charMark Oteiza
2017-06-23Fix symbol relocation when the relocated cell is renamed.Vincent Belaïche
2017-06-22Do not hard code A1 cell reference, as it may be renamed.Vincent Belaïche
2017-04-28Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel
2017-04-02* lisp/ses.el: Silence byte-compiler warnings.Stefan Monnier
2017-04-01; Spelling fixesPaul Eggert
2017-03-20Solve ses-recalculate-cell updating only current line bug.Vincent Belaïche
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-08-10Handle nil cell value in compiled printer functions.Vincent Belaïche
2016-08-09Apply changes from commits 3c97b0f758 and 8a38e948b0 to master branch.Vincent Belaïche
2016-08-05Spelling and minor grammar fixesPaul Eggert