# HG changeset patch # User Eli Zaretskii # Date 1014741485 0 # Node ID 604306558b077e9e53f941987cba23cb18ca1121 # Parent 244e1fe7e57f20b36cce3c6d3c5de183c8c5965c *** empty log message *** diff -r 244e1fe7e57f -r 604306558b07 lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 26 16:37:15 2002 +0000 +++ b/lisp/ChangeLog Tue Feb 26 16:38:05 2002 +0000 @@ -1,3 +1,9 @@ +2002-02-26 Eli Zaretskii + + * international/mule.el (ctext-pre-write-conversion): Handle the + case when FROM is a string, and when we are called from + build_annotations_2. + 2002-02-26 Richard M. Stallman * rect.el (clear-rectangle-line): Reindent to the same column diff -r 244e1fe7e57f -r 604306558b07 src/ChangeLog --- a/src/ChangeLog Tue Feb 26 16:37:15 2002 +0000 +++ b/src/ChangeLog Tue Feb 26 16:38:05 2002 +0000 @@ -1,3 +1,9 @@ +2002-02-26 Eli Zaretskii + + * xselect.c (Qcompound_text_with_extensions): Renamed from + Qcompound_text_no_extensions. + (lisp_data_to_selection_data, syms_of_xselect): Use the new name. + 2002-02-26 Juanma Barranquero * w32proc.c (syms_of_ntproc): Doc fix.