Share

Table editor for Emacs

File Release Notes and Changelog

Release Name: 1.5.18

Notes:
Fixed an error at byte-compile.
Fixed an key binding expression for iso-lefttab.
In HTML generation TH control is available via
`table-html-th-rows' and `table-html-th-columns' variables.


Changes: 2001-01-23 Takaaki Ota <Takaaki.Ota@am.sony.com> * table.el (table-html-th-rows): renamed from table-html-th-top. (table-html-th-columns): renamed from table-html-th-left. (table-cell-bindings): changed [S-iso-lefttab] to [(shift iso-lefttab)]. (defconst table-advice-prefix): is evaluated at compilation time so that the macro definitions referring this do not cause an error. (table--generate-source-cells-in-a-row): html header cells are tagged with TH instead of TD. (table--generate-source-cells-in-a-row): so are the closing tags. 2001-01-22 Takaaki Ota <Takaaki.Ota@am.sony.com> * table.el (table--generate-source-cells-in-a-row): removed unnecessary alignment information from the CALS entry tag.