]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message *** other-branches/old-bidi
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2005 17:02:01 +0000 (17:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2005 17:02:01 +0000 (17:02 +0000)
src/ChangeLog.22
src/bidi.c

index a81a3e28470e592b59546cfd23dd616042026617..1b57fff7a611c4eefba6cd485eb94d07c0dfe9b6 100644 (file)
@@ -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.
 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.
 
index 16a8288f624dec93f20791b2d1e59ce77691bbd3..2a3a97067679817c03337a34c6a2c1218710c52e 100644 (file)
@@ -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.