]> granicus.if.org Git - fribidi/log
fribidi
20 years agoReplace Arabic Yeh with Persian Yeh.
behdad [Tue, 15 Jun 2004 09:19:16 +0000 (09:19 +0000)]
Replace Arabic Yeh with Persian Yeh.

20 years agofribidi-bidi-type.[ch] merged into fribidi-bidi-types.[ch].
behdad [Mon, 14 Jun 2004 18:43:48 +0000 (18:43 +0000)]
fribidi-bidi-type.[ch] merged into fribidi-bidi-types.[ch].
fribidi-joining-type.[ch] merged into fribidi-joining-types.[ch].

20 years agofribidi_get_bidi_types is back. Allow passing bidi types to
behdad [Mon, 14 Jun 2004 17:00:33 +0000 (17:00 +0000)]
fribidi_get_bidi_types is back.  Allow passing bidi types to
get_par_embedding_levels and reorder_line functions.

20 years agoFirst joining stuff checked in. Generate joining table using my beloved
behdad [Sun, 13 Jun 2004 20:11:41 +0000 (20:11 +0000)]
First joining stuff checked in.  Generate joining table using my beloved
packtab, in gen-joining-type-tab.c.  Defined FriBidiJoiningType type and wrote
accompanying functions and macros.

20 years agoWow!!! I use the wonderful packtab to compress the mirroring table now! It
behdad [Wed, 9 Jun 2004 20:01:00 +0000 (20:01 +0000)]
Wow!!!  I use the wonderful packtab to compress the mirroring table now!  It
gives an smaller and faster table than the old binary search one!  Moreover,
packtab deals with tables with empty heads much better.  Voila!

20 years agoRedundant and compatibility stuff removed. A few macros added, to compile
behdad [Wed, 9 Jun 2004 14:59:21 +0000 (14:59 +0000)]
Redundant and compatibility stuff removed.  A few macros added, to compile
AbiWord from CVS.  The most important is the FRIBIDI_TYPE_PRIVATE in
fribidi-bidi-types.h

20 years agoNot serious changed. Going to remove easy-to-replace compatibility stuff.
behdad [Wed, 9 Jun 2004 08:56:53 +0000 (08:56 +0000)]
Not serious changed.  Going to remove easy-to-replace compatibility stuff.

20 years agoFinally done with the clean API for bidi functionality. The API is not final
behdad [Mon, 7 Jun 2004 20:38:21 +0000 (20:38 +0000)]
Finally done with the clean API for bidi functionality.  The API is not final
yet, but does the job.  Also define FriBidiCharType as an enum if possible.
Added type FriBidiParType for paragraph direction types.

20 years agoIsolating bidi reordering call, take 1.
behdad [Fri, 4 Jun 2004 16:43:51 +0000 (16:43 +0000)]
Isolating bidi reordering call, take 1.

20 years agoAnyone seen my log ;-).
behdad [Fri, 4 Jun 2004 09:43:57 +0000 (09:43 +0000)]
Anyone seen my log ;-).

20 years agoCleaning up here and there. Last lingers before adding joining.
behdad [Fri, 4 Jun 2004 09:41:11 +0000 (09:41 +0000)]
Cleaning up here and there.  Last lingers before adding joining.

20 years agoGNU Coding Standards applied and typos fixed.
behdad [Mon, 31 May 2004 18:43:26 +0000 (18:43 +0000)]
GNU Coding Standards applied and typos fixed.

20 years agoGNU Coding Standards applied where appropriate.
behdad [Mon, 31 May 2004 18:39:39 +0000 (18:39 +0000)]
GNU Coding Standards applied where appropriate.

20 years agoTo be moved to gen.tab/
behdad [Mon, 31 May 2004 10:59:14 +0000 (10:59 +0000)]
To be moved to gen.tab/

20 years agoWe need UnicodeData.txt for shaping tables, so seems like we are forced to use
behdad [Mon, 31 May 2004 10:43:44 +0000 (10:43 +0000)]
We need UnicodeData.txt for shaping tables, so seems like we are forced to use
the big fat huge UnicodeData.txt, so no need to used extracted/Derived files
anymore. :-(

20 years agoTweaked the headers again. According to GNU GPL now.
behdad [Sat, 29 May 2004 11:32:23 +0000 (11:32 +0000)]
Tweaked the headers again.  According to GNU GPL now.

20 years agoOk, now DLL build works with Cygwin. Still remains to test with Mingw.
behdad [Tue, 25 May 2004 12:41:17 +0000 (12:41 +0000)]
Ok, now DLL build works with Cygwin.  Still remains to test with Mingw.

20 years agoOk, seems like there are a few bits wrong in Pango, and I simply copied :">.
behdad [Tue, 25 May 2004 12:28:11 +0000 (12:28 +0000)]
Ok, seems like there are a few bits wrong in Pango, and I simply copied :">.

20 years agoSeems like using $build_os instead of broken $host should fix the problem.
behdad [Tue, 25 May 2004 12:15:44 +0000 (12:15 +0000)]
Seems like using $build_os instead of broken $host should fix the problem.

20 years agoTrying to build DLL on Cygwin.
behdad [Tue, 25 May 2004 12:09:39 +0000 (12:09 +0000)]
Trying to build DLL on Cygwin.

20 years agoDefine extra GNU function attributes only if using GLIB.
behdad [Tue, 25 May 2004 12:00:29 +0000 (12:00 +0000)]
Define extra GNU function attributes only if using GLIB.

20 years agoAdded a dummy gettext.h that simply defines "gettext" to null.
behdad [Tue, 25 May 2004 11:35:39 +0000 (11:35 +0000)]
Added a dummy gettext.h that simply defines "gettext" to null.

20 years agoAnother oops. You know, it's 7:30 in the morning!
behdad [Tue, 25 May 2004 11:27:50 +0000 (11:27 +0000)]
Another oops.  You know, it's 7:30 in the morning!

20 years agoMy oops. Sorry.
behdad [Tue, 25 May 2004 11:26:28 +0000 (11:26 +0000)]
My oops.  Sorry.

20 years agoAdded $(EXEEXT) to binaries we build and run, to make cygwin-safe.
behdad [Tue, 25 May 2004 11:21:06 +0000 (11:21 +0000)]
Added $(EXEEXT) to binaries we build and run, to make cygwin-safe.

20 years agoMoved gen.tab to the first subdir.
behdad [Tue, 25 May 2004 11:14:14 +0000 (11:14 +0000)]
Moved gen.tab to the first subdir.

20 years agoSmall fixes.
behdad [Mon, 24 May 2004 06:45:42 +0000 (06:45 +0000)]
Small fixes.

20 years agoWhen reading DerivedBidiClass.txt, should only default to L.
behdad [Sat, 22 May 2004 12:17:10 +0000 (12:17 +0000)]
When reading DerivedBidiClass.txt, should only default to L.

20 years agoMake gen-mirroring-tab and gen-unicode-version work. gen.tab/ works now.
behdad [Sat, 22 May 2004 11:21:39 +0000 (11:21 +0000)]
Make gen-mirroring-tab and gen-unicode-version work.  gen.tab/ works now.

20 years agoMaking gen-bidi-tab work, and more clean up.
behdad [Sat, 22 May 2004 10:35:30 +0000 (10:35 +0000)]
Making gen-bidi-tab work, and more clean up.

20 years agogen-unicode-version is operational now.
behdad [Wed, 12 May 2004 23:13:55 +0000 (23:13 +0000)]
gen-unicode-version is operational now.

20 years agoBetter handling with Unicode info.
behdad [Wed, 12 May 2004 08:17:19 +0000 (08:17 +0000)]
Better handling with Unicode info.

20 years agoUpdated .cvsignore files.
behdad [Wed, 12 May 2004 07:09:09 +0000 (07:09 +0000)]
Updated .cvsignore files.

20 years agoUpdated the gen.tab to work again. Other fixes here and there.
behdad [Wed, 12 May 2004 07:06:21 +0000 (07:06 +0000)]
Updated the gen.tab to work again.  Other fixes here and there.

20 years agoCleaning here and there. We may be ready for a release tonight :).
behdad [Fri, 7 May 2004 06:30:37 +0000 (06:30 +0000)]
Cleaning here and there.  We may be ready for a release tonight :).

20 years agoMore TODO. And change autoconf requirement to 2.56 from 2.59.
behdad [Wed, 5 May 2004 21:47:34 +0000 (21:47 +0000)]
More TODO.  And change autoconf requirement to 2.56 from 2.59.

20 years agoChanged the run data structure from a double-terminated deque, to a
behdad [Mon, 3 May 2004 22:05:19 +0000 (22:05 +0000)]
Changed the run data structure from a double-terminated deque, to a
circular deque with a single sentinel.  To debug that, also added some assert
stuff, added function attributes, deprecated old interfaces, and humm, that it
for now.

21 years agoCleaning up exported symbols.
behdad [Wed, 28 Apr 2004 03:20:22 +0000 (03:20 +0000)]
Cleaning up exported symbols.

21 years agoAdded FriBidiRun type, private for now. Moved all library-wide static variables...
behdad [Wed, 28 Apr 2004 02:37:56 +0000 (02:37 +0000)]
Added FriBidiRun type, private for now.  Moved all library-wide static variables to env.h.

21 years agoNothing really important.
behdad [Tue, 27 Apr 2004 23:53:43 +0000 (23:53 +0000)]
Nothing really important.

21 years agoFirst try to integrate c2man manual generation in build system.
behdad [Tue, 27 Apr 2004 16:47:22 +0000 (16:47 +0000)]
First try to integrate c2man manual generation in build system.

21 years agoHeader changed so RCS header and Authors follow the copyright notice.
behdad [Tue, 27 Apr 2004 15:23:25 +0000 (15:23 +0000)]
Header changed so RCS header and Authors follow the copyright notice.

21 years agoNew items added. Should be cleared before the release.
behdad [Tue, 27 Apr 2004 15:22:53 +0000 (15:22 +0000)]
New items added.  Should be cleared before the release.

21 years agoMore .cvsignore's added.
behdad [Sun, 25 Apr 2004 19:13:35 +0000 (19:13 +0000)]
More .cvsignore's added.

21 years agoRenamed subdir tablegen to gentable.
behdad [Sun, 25 Apr 2004 19:13:04 +0000 (19:13 +0000)]
Renamed subdir tablegen to gentable.

21 years agoMore recovery after the unintentionaly rm -f *.c!
behdad [Sun, 25 Apr 2004 19:12:42 +0000 (19:12 +0000)]
More recovery after the unintentionaly rm -f *.c!

21 years agoNo #ifdef or #ifndef when possible. #if or #if ! is a better way most of the times...
behdad [Sun, 25 Apr 2004 18:58:25 +0000 (18:58 +0000)]
No #ifdef or #ifndef when possible.  #if or #if ! is a better way most of the times.  See the examples in source.

21 years agoThe ChangeLog from the old days.
behdad [Sun, 25 Apr 2004 18:49:12 +0000 (18:49 +0000)]
The ChangeLog from the old days.

21 years agoInitial revision
behdad [Sun, 25 Apr 2004 18:47:56 +0000 (18:47 +0000)]
Initial revision