Mercurial > emacs
comparison lisp/ChangeLog @ 51497:bd8689acb25b
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 05 Jun 2003 20:07:16 +0000 |
parents | 6a918c94f0ee |
children | 4addbb67f0bb |
comparison
equal
deleted
inserted
replaced
51496:28f18afa589b | 51497:bd8689acb25b |
---|---|
1 2003-06-05 Takaaki Ota <Takaaki.Ota@am.sony.com> | |
2 | |
3 * textmodes/table.el (table-cell-horizontal-chars): Renamed from | |
4 table-cell-horizontal-char. Now a string value instead of a | |
5 character. ?= is allowed for horizontal boundary as well as ?-. | |
6 (table-command-remap-alist, table-command-list): Changed defconst to | |
7 defvar because the value is modified. | |
8 (table-insert, table-insert-row, table-insert-column) | |
9 (table-recognize, table-recognize-region, table-widen-cell) | |
10 (table-span-cell, table-split-cell-vertically): Change due to | |
11 table-cell-horizontal-chars. | |
12 (table--cell-horizontal-char-p): New function. | |
13 (table--generate-source-scan-lines, table-delete-row) | |
14 (table-delete-column, table--spacify-frame) | |
15 (table--find-row-column, table--probe-cell-left-up) | |
16 (table--probe-cell-right-bottom, table--probe-cell): Change due to | |
17 table-cell-horizontal-chars. From David Abrahams | |
18 <dave@boost-consulting.com> | |
19 | |
1 2003-06-05 Juanma Barranquero <lektu@terra.es> | 20 2003-06-05 Juanma Barranquero <lektu@terra.es> |
2 | 21 |
3 * gud.el: Moved to progmodes. | 22 * gud.el: Moved to progmodes. |
4 | 23 |
5 2003-06-05 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> (tiny change) | 24 2003-06-05 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> (tiny change) |