index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
ses.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ses.el (ses-rename-cell): Correct bug on mode-line update after cell renaming.
Vincent Belaïche
2012-11-24
1
-1
/
+1
*
* ses.el: Use hash map for getting named cells coordinates.
Vincent Belaïche
2012-11-09
1
-22
/
+70
*
Add a utility function buffer-narrowed-p, and use it.
Chong Yidong
2012-09-07
1
-3
/
+1
*
* ses.el (ses-cell-formula-aset): New macro.
Vincent Belaïche
2012-07-22
1
-33
/
+56
*
Spelling fixes.
Paul Eggert
2012-07-21
1
-3
/
+3
*
* ses.el (ses-rename-cell): Set new name also in reference list of cells of w...
Vincent Belaïche
2012-07-20
1
-5
/
+16
*
More CL cleanups and reduction of use of cl.el.
Stefan Monnier
2012-07-11
1
-23
/
+24
*
* lisp/emacs-lisp/cl.el (flet): Mark obsolete.
Stefan Monnier
2012-06-27
1
-11
/
+13
*
Remove incorrect uses of "modeline".
Chong Yidong
2012-06-02
1
-1
/
+1
*
Tweaks to Customize interface. Set custom-reset-button-menu to t.
Chong Yidong
2012-04-22
1
-0
/
+1
*
Merge from trunk
Stefan Monnier
2012-03-25
1
-1
/
+2
|
\
|
*
Add missing :version tags to new defgroups and defcustoms
Glenn Morris
2012-02-11
1
-0
/
+1
|
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
|
*
Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net...
Vincent Belaïche
2011-12-19
1
-95
/
+14
|
*
Fix typos.
Juanma Barranquero
2011-12-11
1
-90
/
+91
|
*
The overall change is to add cell renaming, that is
Vincent Belaïche
2011-12-11
1
-14
/
+95
|
*
Spelling fixes.
Paul Eggert
2011-12-04
1
-1
/
+1
|
*
Spelling fixes.
Paul Eggert
2011-11-22
1
-2
/
+2
|
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-2
/
+2
|
*
Spelling fixes.
Paul Eggert
2011-11-17
1
-3
/
+3
|
*
Spelling fixes.
Paul Eggert
2011-11-11
1
-1
/
+1
*
|
The overall change is to add cell renaming, that is setting fancy names for c...
Vincent Belaïche
2011-12-27
1
-113
/
+208
|
/
*
* lisp/ses.el (row, col): Declare dynamic variables honestly.
Glenn Morris
2011-06-29
1
-4
/
+2
*
Silence ses.el compilation.
Glenn Morris
2011-06-29
1
-8
/
+12
*
(ses-destroy-cell-variable-range): Fix heading comment convention.
Vincent Belaïche
2011-06-27
1
-8
/
+10
*
(ses-relocate-range): Keep rest of arguments for ses-range.
Vincent Belaïche
2011-06-27
1
-9
/
+122
*
(ses-repair-cell-reference-all): New function.
Vincent Belaïche
2011-06-27
1
-0
/
+70
*
Update cycle detection algorithm.
Vincent Belaïche
2011-06-27
1
-81
/
+291
*
Fix commenting and indenting convention.
Vincent Belaïche
2011-06-27
1
-235
/
+241
*
Simplify unloading functions after 2011-06-25T17:42:18Z!lekktu@gmail.com.
Juanma Barranquero
2011-06-25
1
-5
/
+0
*
Refill some long/short copyright headers.
Glenn Morris
2011-01-26
1
-2
/
+1
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-1
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
* gnus/nnheader.el (nnheader-find-file-noselect):
Stefan Monnier
2009-08-28
1
-1
/
+1
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+2
*
* ses.el (ses-goto-print): Use move-to-column rather than
Jonathan Yavner
2008-05-15
1
-8
/
+31
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-6
/
+4
*
Merge from emacs--rel--22
Miles Bader
2008-01-08
1
-1
/
+1
|
\
|
*
Add 2008 to copyright years.
Glenn Morris
2008-01-07
1
-1
/
+1
*
|
Merge from emacs--rel--22
Miles Bader
2007-11-09
1
-1
/
+14
|
\
|
|
*
(ses-unload-function): New function.
Juanma Barranquero
2007-10-30
1
-1
/
+14
|
*
(ses-calculate-cell): Don't evaluate unsafe formulae.
Glenn Morris
2007-09-23
1
-2
/
+3
*
|
Make `ses--symbolic-formulas' a safe local variable.
Jonathan Yavner
2007-10-25
1
-4
/
+17
*
|
(ses-calculate-cell): Don't evaluate unsafe formulae.
Glenn Morris
2007-09-23
1
-2
/
+3
|
/
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
(ses-cleanup): Prevent Emacs from spuriously checking if the
Stefan Monnier
2007-07-23
1
-3
/
+8
*
(ses-call-printer): Fix typo in docstring.
Juanma Barranquero
2007-06-06
1
-3
/
+3
*
(ses-mode): Doc fix.
Glenn Morris
2007-03-07
1
-1
/
+1
[next]