diff options
-rw-r--r-- | src/ChangeLog.22 | 8 | ||||
-rw-r--r-- | src/bidi.c | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index a81a3e28470..1b57fff7a61 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,3 +1,8 @@ +2005-12-03 Eli Zaretskii <eliz@gnu.org> + + * bidi.c: Include stdio.h unconditionally. Fix and elaborate + commentary. Add Copyright blurb. + 2004-03-08 Kenichi Handa <handa@m17n.org> * xdisp.c (reseat_1): Call bidi_init_it with a previous position. @@ -7,11 +12,10 @@ 2004-03-04 Kenichi Handa <handa@m17n.org> The following changes are to support for bi-directional text - displaying. + display. * Makefile.in (obj): Include bidi.o. (bidi.o): New target. - (xdisp.o): Depend on bidi.h. * bidi.c: New file. diff --git a/src/bidi.c b/src/bidi.c index 16a8288f624..2a3a9706767 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -1,5 +1,5 @@ /* Low-level bidirectional buffer-scanning functions for GNU Emacs. - Copyright (C) 2000, 2001, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Emacs. |