# HG changeset patch # User Stefan Monnier # Date 1017784733 0 # Node ID dba5b0b03cc547bf6585c89c102cb3ae8e7e58ff # Parent 80c9e94bec17ce5e6b7e203895e7f4a82961818b *** empty log message *** diff -r 80c9e94bec17 -r dba5b0b03cc5 src/ChangeLog --- a/src/ChangeLog Tue Apr 02 21:58:39 2002 +0000 +++ b/src/ChangeLog Tue Apr 02 21:58:53 2002 +0000 @@ -1,10 +1,17 @@ +2002-04-02 Stefan Monnier + + * doc.c (reread_doc_file): Return whether reload was attempted. + (Fdocumentation, Fdocumentation_property): Don't try to reload + if the doc is 0 and only ask once. + + * Makefile.in (lisp, shortlisp): Add ucs-tables.elc. + 2002-04-02 Eli Zaretskii * keyboard.c (read_char): If the event was Qselect_window, restore timer_idleness_start_time to its previous value. - * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when - required. + * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required. 2002-04-01 Stefan Monnier @@ -13,7 +20,7 @@ * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE. - * doc.c (get_doc_string): Return nil of the location is wrong. + * doc.c (get_doc_string): Return nil if the location is wrong. (reread_doc_file): New fun. (Fdocumentation, Fdocumentation_property): Call it if get_doc_string fails.