aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorJonathan Yavner <[email protected]>2007-10-25 20:13:19 +0000
committerJonathan Yavner <[email protected]>2007-10-25 20:13:19 +0000
commita9afba2096d15e8121467b2513d92cc2d5be2199 (patch)
treec9dbab1969d67f3ff112119514aca8d923f69ded /doc/misc/ChangeLog
parent4eb3897c84d0e861a5346fd83d425690fbaa63e4 (diff)
ses.texi (The Basics): Mention how to create a new spreadsheet. Mention the
new three-letter column identifiers. (More on cell printing): Calculate-cell and truncate-cell are now `c' and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error message when using `c' on an empty default with default printer. (Buffer-local variables in spreadsheets): `symbolic-formulas' was renamed to `ses--symbolic-formulas' some time ago.
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 90c6da4b15..73677b121e 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,13 @@
+2007-10-25 Jonathan Yavner <[email protected]>
+
+ * ses.texi (The Basics): Mention how to create a new spreadsheet.
+ Mention the new three-letter column identifiers.
+ (More on cell printing): Calculate-cell and truncate-cell are now `c'
+ and `t' rather than `C-c C-c' and `C-c C-t'. Mention the stupid error
+ message when using `c' on an empty default with default printer.
+ (Buffer-local variables in spreadsheets): `symbolic-formulas' was
+ renamed to `ses--symbolic-formulas' some time ago.
+
2007-10-25 Jay Belanger <[email protected]>
* calc.texi (Default Simplifications, Making Selections)