# HG changeset patch # User Eli Zaretskii # Date 1072698049 0 # Node ID e37aae745c216adb40348c1e7d0c0338a24bfcc5 # Parent 6dab9150c9e051f22a49882fd20e8a0d2a48fbd7 *** empty log message *** diff -r 6dab9150c9e0 -r e37aae745c21 lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 29 11:39:44 2003 +0000 +++ b/lisp/ChangeLog Mon Dec 29 11:40:49 2003 +0000 @@ -1,3 +1,14 @@ +2003-12-29 Takaaki Ota + + * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively + for each yank-handler segment. + (insert-for-yank-1): New function, with the body of the previous + insert-for-yank. + + * textmodes/table.el (table-yank-handler): New defcustom. + (table--put-cell-indicator-property): Put yank-handler property + that indicates the yank handler for the table cell. + 2003-12-29 Jesper Harder (tiny change) * generic-x.el (etc-modules-conf-generic-mode): A more complete