From 4ecda532670bff07eb8104331806a8fe7ff0012b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 25 Oct 2000 12:14:15 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9db8862f563..870fa2bc33a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index e72d99c820d..a2865c12b47 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.2