# HG changeset patch # User Eli Zaretskii # Date 1001846922 0 # Node ID a9746e8cd6d7dc387e96825e2942c0512f9aa35f # Parent b7d5e9ab6f932d013fffd74966f2618af08cef1c *** empty log message *** diff -r b7d5e9ab6f93 -r a9746e8cd6d7 lisp/ChangeLog --- a/lisp/ChangeLog Sun Sep 30 10:47:22 2001 +0000 +++ b/lisp/ChangeLog Sun Sep 30 10:48:42 2001 +0000 @@ -1,3 +1,7 @@ +2001-09-30 Eli Zaretskii + + * frame.el (select-frame-by-name, other-frame): Doc fix. + 2001-09-29 Eli Zaretskii * play/snake.el (snake-score-file): Use temporary-file-directory diff -r b7d5e9ab6f93 -r a9746e8cd6d7 lispref/ChangeLog --- a/lispref/ChangeLog Sun Sep 30 10:47:22 2001 +0000 +++ b/lispref/ChangeLog Sun Sep 30 10:48:42 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-30 Eli Zaretskii + + * frames.texi (Finding All Frames): Document that next-frame and + previous-frame are local to current terminal. + 2001-09-26 Eli Zaretskii * keymaps.texi (Creating Keymaps): Fix the description of the diff -r b7d5e9ab6f93 -r a9746e8cd6d7 src/ChangeLog --- a/src/ChangeLog Sun Sep 30 10:47:22 2001 +0000 +++ b/src/ChangeLog Sun Sep 30 10:48:42 2001 +0000 @@ -1,3 +1,7 @@ +2001-09-30 Eli Zaretskii + + * frame.c (syms_of_frame) : Doc fix. + 2001-09-28 Pavel Jan,Bm(Bk * s/gnu-linux.h: Fix a typo in comment.