emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 05 Jun 2003 16:07:17 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5203 emacs/lisp/ChangeLog:1.5204
*** emacs/lisp/ChangeLog:1.5203 Thu Jun  5 15:58:26 2003
--- emacs/lisp/ChangeLog        Thu Jun  5 16:07:16 2003
***************
*** 1,3 ****
--- 1,22 ----
+ 2003-06-05  Takaaki Ota  <address@hidden>
+ 
+       * 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
+       <address@hidden>
+ 
  2003-06-05  Juanma Barranquero  <address@hidden>
  
        * gud.el: Moved to progmodes.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]