# HG changeset patch # User Juanma Barranquero # Date 1054843636 0 # Node ID bd8689acb25b119937624a8ad0f3b0be81de3cf0 # Parent 28f18afa589b4ba867eec35e1c8eaaf75d316f32 *** empty log message *** diff -r 28f18afa589b -r bd8689acb25b lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 05 20:03:54 2003 +0000 +++ b/lisp/ChangeLog Thu Jun 05 20:07:16 2003 +0000 @@ -1,3 +1,22 @@ +2003-06-05 Takaaki Ota + + * textmodes/table.el (table-cell-horizontal-chars): Renamed from + table-cell-horizontal-char. Now a string value instead of a + character. ?= is allowed for horizontal boundary as well as ?-. + (table-command-remap-alist, table-command-list): Changed defconst to + defvar because the value is modified. + (table-insert, table-insert-row, table-insert-column) + (table-recognize, table-recognize-region, table-widen-cell) + (table-span-cell, table-split-cell-vertically): Change due to + table-cell-horizontal-chars. + (table--cell-horizontal-char-p): New function. + (table--generate-source-scan-lines, table-delete-row) + (table-delete-column, table--spacify-frame) + (table--find-row-column, table--probe-cell-left-up) + (table--probe-cell-right-bottom, table--probe-cell): Change due to + table-cell-horizontal-chars. From David Abrahams + + 2003-06-05 Juanma Barranquero * gud.el: Moved to progmodes.