# HG changeset patch # User Gerd Moellmann # Date 972476055 0 # Node ID d37727fd841b8c74493614aff53e9b5608f36c3a # Parent 0ad3db06d19bc7cf4b4da4c52bc45fc42112d072 *** empty log message *** diff -r 0ad3db06d19b -r d37727fd841b lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 25 12:13:52 2000 +0000 +++ b/lisp/ChangeLog Wed Oct 25 12:14:15 2000 +0000 @@ -1,3 +1,8 @@ +2000-10-25 Gerd Moellmann + + * menu-bar.el (menu-bar-options-menu): Add a help string for + `uniquify'. + 2000-10-25 Stephen Gildea * time-stamp.el (time-stamp-string-preprocess): Fix a wrong diff -r 0ad3db06d19b -r d37727fd841b src/ChangeLog --- a/src/ChangeLog Wed Oct 25 12:13:52 2000 +0000 +++ b/src/ChangeLog Wed Oct 25 12:14:15 2000 +0000 @@ -1,3 +1,13 @@ +2000-10-25 Gerd Moellmann + + * window.c (pos_fully_visible_p): Removed. + (Fpos_visible_in_window_p): Use pos_visible_p to determine + if position is visible and/or fully visible. + + * lisp.h (pos_visible_p): Add prototype. + + * xdisp.c (pos_visible_p): New function. + 2000-10-25 Kenichi Handa * process.c (send_process): If OBJECT is t, it means that the data