summaryrefslogtreecommitdiff
path: root/lisp/ses.el
Commit message (Expand)AuthorAgeFilesLines
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-3/+3
* Further lisp-complete-symbol related cleanup.Glenn Morris2015-05-181-1/+1
* Deprecate `intangible' and `point-entered' propertiesStefan Monnier2015-04-131-78/+113
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-1/+1
* Fix byte-compilation warning in lisp/ses.elEli Zaretskii2015-04-051-8/+8
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * ses.el (macroexp): add require for this package, so thatVincent Belaïche2014-10-251-1/+2
* * ses.el (macroexp): add require for this package, so that functionVincent Belaïche2014-10-251-1/+2
* * lisp/subr.el (alist-get): New accessor.Stefan Monnier2014-10-011-34/+7
* * lisp/ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.Stefan Monnier2014-09-301-76/+74
* * lisp/ses.el (ses-setup): Don't assume modifying the iteration var ofStefan Monnier2014-09-301-37/+34
* * ses.el (ses-calculate-cell): bind row and col dynamically toVincent Belaïche2014-09-301-22/+33
* * lisp/ses.el (ses--letref): Quote value before it gets re-evaluated.Stefan Monnier2014-09-291-2/+2
* Spelling fixes.Paul Eggert2014-09-111-7/+7
* Correct ses-truncate-cell bug implied by setting ses.el in lexical binding: r...Vincent Belaïche2014-07-211-2/+4
* * lisp/ses.el: Miscellaneous cleanups; use lexical-binding; avoid add-to-list.Stefan Monnier2014-06-151-409/+333
* Adding support for SES local printer functionsVincent Belaïche2014-06-121-23/+221
* Link to info manual in `defgroup'.Rüdiger Sonderfeld2014-01-251-0/+1
* Spelling fixes.Paul Eggert2014-01-051-1/+1
* Reverted 2014-01-02T21:05:34Z!vincentb1@users.sourceforge.net.Vincent Belaïche2014-01-031-220/+23
* Reverted 2014-01-02T22:54:37Z!vincentb1@users.sourceforge.net.Vincent Belaïche2014-01-031-1/+1
* Correct ses--file-format checking.Vincent Belaïche2014-01-021-1/+1
* Add support for local printer functions in SES.Vincent Belaïche2014-01-021-23/+220
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/ses.el (ses-mode): Doc fix.era eriksson2013-11-201-4/+30
* lisp/*.el: Remove lexical-binding warnings; additional small cleanups.Juanma Barranquero2013-08-101-17/+15
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * lisp/ses.el: Use advice-add/remove.Stefan Monnier2012-12-061-11/+13
* | * ses.el (ses-rename-cell): Correct bug on mode-line update after cell renaming.Vincent Belaïche2012-11-241-1/+1
* | * ses.el: Use hash map for getting named cells coordinates.Vincent Belaïche2012-11-091-22/+70
|/
* Add a utility function buffer-narrowed-p, and use it.Chong Yidong2012-09-071-3/+1
* * ses.el (ses-cell-formula-aset): New macro.Vincent Belaïche2012-07-221-33/+56
* Spelling fixes.Paul Eggert2012-07-211-3/+3
* * ses.el (ses-rename-cell): Set new name also in reference list of cells of w...Vincent Belaïche2012-07-201-5/+16
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-23/+24
* * lisp/emacs-lisp/cl.el (flet): Mark obsolete.Stefan Monnier2012-06-271-11/+13
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-1/+1
* Tweaks to Customize interface. Set custom-reset-button-menu to t.Chong Yidong2012-04-221-0/+1
* Merge from trunkpendingStefan Monnier2012-03-251-1/+2
|\
| * Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-111-0/+1
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net...Vincent Belaïche2011-12-191-95/+14
| * Fix typos.Juanma Barranquero2011-12-111-90/+91
| * The overall change is to add cell renaming, that isVincent Belaïche2011-12-111-14/+95
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
| * Spelling fixes.Paul Eggert2011-11-221-2/+2
| * Spelling fixes.Paul Eggert2011-11-191-2/+2
| * Spelling fixes.Paul Eggert2011-11-171-3/+3