commit 585858538a85e78c95263b4f9075a243333463b5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 20 11:07:00 2015 +0100

    0.5

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 46c02dda4381cac345e0d0d433eb76978070c87f
Merge: 5b7ecee 2995d22
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 15:15:22 2015 +0200

    Merge pull request #9 from alisoleimani/master

    Resolve issue #6: Add FRIBIDI_LIBS to bconsole/Makefile.am LDADD

commit 2995d22587ff3455bd5bb0e831acdba07ef96a77
Author: Ali Soleimani Dehdivan <ali.soleimani.dehdivan@gmail.com>
Date:   Tue Aug 11 20:50:18 2015 +0430

    Resolve issue #6: Add FRIBIDI_LIBS to bconsole/Makefile.am LDADD

 bconsole/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 5b7eceee2634dff149a7a8ebc0d462a2507b54fb
Merge: 1e71287 ac57530
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Jul 3 16:22:15 2015 -0700

    Merge pull request #7 from metemaddar/patch-1

    Needed ./autogen.sh before ./configure

commit ac57530e87a03c1d13de659134d1866b1553c8f3
Author: Mohammad Etemaddar <mohammad.etemaddar@gmail.com>
Date:   Sat Jul 4 01:57:29 2015 +0430

    Needed ./autogen.sh before ./configure

 README | 1 +
 1 file changed, 1 insertion(+)

commit 1e7128710f49ca1c53a892b9db3a364ec038f931
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Oct 14 17:36:50 2014 -0700

    Properly exit if child exited but didn't die

    Happens, if for example you have a subprocess running in a shell but
    exit the shell...

 bicon/pty_spawn.c | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

commit d9f400af264b174335cae2325f164043f24b9bab
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 15:07:22 2014 -0400

    0.4

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit ebf85cd1803f12fe33596708711eb92c1a8fa738
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Jul 28 16:04:49 2014 -0400

    Remove cruft

 Makefile.am          | 10 ----------
 bconsole/Makefile.am | 10 ----------
 bicon/Makefile.am    | 10 ----------
 bin/Makefile.am      | 10 ----------
 bjoining/Makefile.am | 10 ----------
 doc/Makefile.am      | 10 ----------
 doc/man/Makefile.am  | 10 ----------
 font/Makefile.am     | 10 ----------
 keymap/Makefile.am   | 10 ----------
 testtext/Makefile.am | 10 ----------
 10 files changed, 100 deletions(-)

commit bedb5e2c1819311361dad189202213ed92abb2ed
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 15:02:40 2014 -0400

    Don't run past the end of buffer!

    Fixes "git diff" corruption.

 bicon/bicon_read.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

commit 4f83248dc8f884bd3e2f0efe5d3d15f0f7c1a1ea
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 14:47:31 2014 -0400

    Typos

 bicon/bicon_read.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 37cd6511f7615828ca81d42fe06b4e057be57c7f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 14:25:24 2014 -0400

    Return child's exit status

 bicon/pty_spawn.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 800bd7d5be92cebd3d40142770f15bc9346a115c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 14:19:38 2014 -0400

    Fix _xread()

 bicon/pty_spawn.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 3f1ac7a29a38d9b96a84a65f03d735559fe6f7b8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 14:16:26 2014 -0400

    Refactor _xwrite()

 bicon/pty_spawn.c | 44 +++++++++++++++++++++++---------------------
 1 file changed, 23 insertions(+), 21 deletions(-)

commit f92042219c0378d94f0e1da0335cb5fb9cb4fb8a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 14:10:27 2014 -0400

    Refactor _xread()

 bicon/pty_spawn.c | 33 +++++++++++++++++++++------------
 1 file changed, 21 insertions(+), 12 deletions(-)

commit ec68aa7a3717e544bf364f09334bf37b3417281b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 14:05:54 2014 -0400

    Handle EINTR at write()

 bicon/pty_spawn.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit cd6b5632961d0b4d2b09234ae13123a1b69ebe39
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 14:04:33 2014 -0400

    Handle premature write() return

    The other write was already handled.  Weird.

 bicon/pty_spawn.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 279383bd6b73d493034d21125bd311aa1c7dd50e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 14:02:07 2014 -0400

    Allow EINTR on read()

 bicon/pty_spawn.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 24f284b78f378d7badc7c1c8e3bc0ec44edc5e91
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 27 13:51:16 2014 -0400

    Check for child cwd change only when terminal is steady

    Removes any performance worry with that functionality.

 bicon/pty_spawn.c | 55
 ++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 36 insertions(+), 19 deletions(-)

commit 741d0c09dd438aa47f8cf9c2c9d7eece5b997013
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Jul 26 20:15:19 2014 -0400

    Follow child process's current directory

 bicon/pty_spawn.c | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

commit 0032211427fd26bd42af674c8b16665a209eb053
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Jul 26 18:11:26 2014 -0400

    Pass termios down to child

 bicon/pty_spawn.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit b75c8dd04f444f3c501c49d1b6c6754e2fe4c75c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Jul 26 18:02:39 2014 -0400

    Fix window resize signal handling

 bicon/pty_spawn.c | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

commit 836426e3172cf2bf5ba5991b83a39c455fd475e5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Jul 26 17:45:55 2014 -0400

    Set window size during initial fork

 bicon/pty_spawn.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit e50fc9916230775215fefeab7847f387c577ac79
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Jan 26 16:43:54 2014 +0200

    Hebrew testing text

    A poem by the national poet Hayim Nahman Bialik

 testtext/kan_zipor | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 05c0d9cbf3dc7dcf1ea6ad2195e5cf803ef77bda
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat May 4 15:12:19 2013 -0400

    Bump version up, update project URL

 README       | 11 +++--------
 configure.ac | 15 +--------------
 2 files changed, 4 insertions(+), 22 deletions(-)

commit 9f00e592d7c43b2b43dfbe684a3dc499db94a650
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat May 4 15:11:19 2013 -0400

    Add git.mk

 Makefile.am          |  23 ++---
 bconsole/Makefile.am |   2 +
 bicon/Makefile.am    |   2 +
 bin/Makefile.am      |   2 +
 bjoining/Makefile.am |   2 +
 doc/Makefile.am      |   2 +
 doc/man/Makefile.am  |   2 +
 font/Makefile.am     |   2 +
 git.mk               | 285
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 keymap/Makefile.am   |   2 +
 testtext/Makefile.am |   2 +
 11 files changed, 311 insertions(+), 15 deletions(-)

commit 9bfeb991497aa32a489e2b36ea7c13cda299c221
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat May 4 15:10:23 2013 -0400

    Port ChangeLog generation to git

 Makefile.am | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

commit 849c3207493006fa651e6126b98b4d1d82bfe8d2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat May 4 15:07:46 2013 -0400

    Switch to autogen.sh

 Makefile.am |   9 +---
 autogen.sh  |  27 +++++++++++
 bootstrap   | 159
 ------------------------------------------------------------
 3 files changed, 29 insertions(+), 166 deletions(-)

commit c5d6eec30b9bc738bbe9b1cb5b56777d5cba8c8e
Merge: 01193c8 9982cb0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Jul 28 16:00:49 2014 -0400

    Merge tag 'svn-trunk' into reconstruct-history

    Conflicts:
	Makefile.am
	bconsole/Makefile.am
	bconsole/bconsole_lig.i
	bicon.pc.in
	bicon/pty_spawn.c
	bjoining/Makefile.am

commit 01193c8e10d3bc135bd2c9181354114bc6f2e507
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jul 28 15:49:46 2014 -0400

    Prepare for merging with SVN history

 Makefile.am		 | 10 +++++-----
 bconsole/Makefile.am	 | 10 +++++-----
 bconsole/bconsole_lig.i |  4 ++++
 bicon/Makefile.am	 | 10 +++++-----
 bin/Makefile.am	 | 10 +++++-----
 bin/bicon.in		 |  2 +-
 bjoining/Makefile.am	 | 10 +++++-----
 bjoining/arablig.i	 | 16 ++++++++--------
 bootstrap		 |  8 ++++----
 configure.ac		 | 12 ++++++------
 doc/Makefile.am	 | 10 +++++-----
 doc/man/Makefile.am	 | 10 +++++-----
 font/Makefile.am	 | 10 +++++-----
 keymap/Makefile.am	 | 10 +++++-----
 testtext/Makefile.am	 | 10 +++++-----
 testtext/marks		 | 36 ++++++++++++++++++------------------
 16 files changed, 91 insertions(+), 87 deletions(-)

commit 684edb969ef6ce10cba02b89953403ca78f41d16
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 4 15:04:43 2013 -0400

    Initial import to git

    The Arabeyes CVS repo seems to have gone for quite a while now,
    and has taken the project history with it.	Here's a new import
    of the checkout I had.

 .indent.pro		       |    25 +
 AUTHORS		       |     2 +
 COPYING		       |   583 +
 HISTORY		       |    87 +
 HISTORY.farsi		       |   572 +
 Makefile.am		       |    72 +
 NEWS			       |    10 +
 README			       |    53 +
 THANKS			       |    10 +
 TODO			       |    14 +
 bconsole/Makefile.am	       |    38 +
 bconsole/bconsole-config.in   |    71 +
 bconsole/bconsole.h	       |     9 +
 bconsole/bconsole_lig.i       |    55 +
 bconsole/bconsole_ligature.c  |   170 +
 bconsole/bconsole_ligature.h  |    11 +
 bconsole/bconsole_log2con.c   |    21 +
 bconsole/bconsole_log2con.h   |    13 +
 bconsole/bconsole_nsm_shape.i |     9 +
 bconsole/bconsole_vu.c        |    42 +
 bicon.pc.in		       |    13 +
 bicon/Makefile.am	       |    33 +
 bicon/bicon.c		       |    35 +
 bicon/bicon_read.c	       |   236 +
 bicon/bicon_read.h	       |    11 +
 bicon/bicon_so.c	       |    77 +
 bicon/pty_spawn.c	       |   126 +
 bicon/pty_spawn.h	       |    20 +
 bin/Makefile.am	       |    27 +
 bin/bicon.in		       |   155 +
 bin/bicon.old		       |    97 +
 bjoining/Makefile.am	       |    43 +
 bjoining/arablig.i	       |     8 +
 bjoining/bjoining-config.in   |    76 +
 bjoining/bjoining.h	       |    43 +
 bjoining/bjoining_charprop.c  |    35 +
 bjoining/bjoining_charprop.h  |     9 +
 bjoining/bjoining_compose.c   |    37 +
 bjoining/bjoining_compose.h   |    10 +
 bjoining/bjoining_log2cuni.c  |    41 +
 bjoining/bjoining_log2cuni.h  |    13 +
 bjoining/bjoining_vis2cuni.c  |   298 +
 bjoining/bjoining_vis2cuni.h  |    30 +
 bjoining/bjoining_vu.c        |    42 +
 bjoining/bjoining_ye.c        |    42 +
 bjoining/bjoining_ye.h        |    18 +
 bjoining/compose.i	       |     8 +
 bjoining/fixpersianye.c       |    38 +
 bjoining/msye.c	       |    30 +
 bjoining/nonspace.i	       |    92 +
 bjoining/shape.i	       |    76 +
 bootstrap		       |   159 +
 configure.ac		       |    81 +
 doc/Makefile.am	       |    11 +
 doc/man/Makefile.am	       |    11 +
 doc/man/bicon.1	       |   114 +
 doc/man/bicon.bin.1	       |    77 +
 font/Makefile.am	       |    60 +
 font/bdf_set_names	       |    41 +
 font/bicon-8x16.bdf	       | 66502
 ++++++++++++++++++++++++++++++++++++++++
 font/bicon-arabic.sub-sfm     |   212 +
 font/bicon-ascii.sub-sfm      |    96 +
 font/bicon-bdf2psf.pl	       |   302 +
 font/bicon-marks.sub-sfm      |   242 +
 font/bicon-nomarks.sub-sfm    |   233 +
 font/fonts.mk		       |    17 +
 font/glyphlist.txt	       |  4291 +++
 keymap/Makefile.am	       |    46 +
 keymap/arabic.map	       |   136 +
 keymap/ir.map		       |   147 +
 keymap/keymaps.mk	       |     5 +
 sbin/farsigetty	       |    65 +
 testtext/Makefile.am	       |    11 +
 testtext/fatiha	       |     7 +
 testtext/hafez		       |    14 +
 testtext/marks		       |    18 +
 76 files changed, 76584 insertions(+)

commit 9982cb0820f738262c6654b706f2b4154d9162ff
Author: djihed <djihed@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 25 15:40:09 2007 +0000

    Explicitly specificed /bin/bash because of bashisms in startup script,
    now working on newer ubuntu/debian systems


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10906
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/bicon.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f8a1a00afcee2fa7b5a4712eb4e59b8af6213220
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 16 03:10:53 2005 +0000

    Changed "farsi" to "persian" in file names.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10662
    ac4de199-f505-45eb-a205-a3044268e3e3

 COPYING		 |  2 +-
 README			 |  9 ++++++---
 bjoining/.cvsignore	 |  2 +-
 bjoining/Makefile.am	 |  2 +-
 bjoining/bjoining_ye.c  |  4 ++--
 bjoining/bjoining_ye.h  |  4 ++--
 bjoining/fixfarsiye.c	 | 38 --------------------------------------
 bjoining/fixpersianye.c | 38 ++++++++++++++++++++++++++++++++++++++
 bjoining/msye.c	 | 12 ++----------
 keymap/arabic.map	 |  2 +-
 10 files changed, 54 insertions(+), 59 deletions(-)

commit 24466758f73700566ed82bee5df42bc5110f08c0
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Apr 13 00:48:29 2005 +0000

    Updated glyphlist.txt and updated code and bdf.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10661
    ac4de199-f505-45eb-a205-a3044268e3e3

 font/bdf_set_names  |	  2 +-
 font/bicon-8x16.bdf | 2676 ++++++++++++-------------
 font/glyphlist.txt  | 5434
 ++++++++++++++++++++++++++++++++++++++++-----------
 3 files changed, 5626 insertions(+), 2486 deletions(-)

commit deda521b76a2e2068c6af523629bec062a3ccb28
Author: elzubeir <elzubeir@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Nov 16 18:44:41 2004 +0000

    added dependency section


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10468
    ac4de199-f505-45eb-a205-a3044268e3e3

 README | 7 +++++++
 1 file changed, 7 insertions(+)

commit 578c22eb3c34d248b8fa15512c5aba35c8d703e6
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Aug 27 21:54:19 2004 +0000

    Updated build system from GNU FriBidi CVS.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10395
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am |	46 +++++++++++++++-------
 bootstrap   | 125
 ++++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 119 insertions(+), 52 deletions(-)

commit c67ff7c26c5a4f371af1090ad551751124cd8e25
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Aug 22 13:06:46 2004 +0000

    Version modified to 0.2.0


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10372
    ac4de199-f505-45eb-a205-a3044268e3e3

 NEWS	      | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ae7b8e12f23a61191be2b29fa1129b03c4b66886
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Aug 22 12:58:42 2004 +0000

    Still, trivial changes for 0.2


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10371
    ac4de199-f505-45eb-a205-a3044268e3e3

 NEWS	      | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c0695506e4727e07f60f55eeb134c4e3cf6a43e8
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Aug 22 12:23:58 2004 +0000

    Respawning as bicon 0.2


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10370
    ac4de199-f505-45eb-a205-a3044268e3e3

 NEWS	| 2 ++
 THANKS | 3 +++
 TODO	| 1 +
 3 files changed, 6 insertions(+)

commit 3cca37ac02587eb688ce039393ac7e396162c13a
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Mon May 24 20:11:51 2004 +0000

    Changed bugzilla address to the BiCon component.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10252
    ac4de199-f505-45eb-a205-a3044268e3e3

 doc/man/bicon.1     | 3 ++-
 doc/man/bicon.bin.1 | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 3f43048e929934a0ff9295ee9a5fee8cb4278c27
Author: elzubeir <elzubeir@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Mon May 24 12:35:45 2004 +0000

    + Removed reference to missing ant (shame on you, I fixed that!)


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10245
    ac4de199-f505-45eb-a205-a3044268e3e3

 doc/man/bicon.1     | 2 +-
 doc/man/bicon.bin.1 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 98722502f272ed9ac7bbb37223795ec6008e43a1
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu May 6 00:08:03 2004 +0000

    BiCon 0.0.20040505 released.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10190
    ac4de199-f505-45eb-a205-a3044268e3e3

 NEWS	      | 15 ++++++++-------
 configure.ac |  2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)

commit 5825910afafb98bcf95c934c042fb44ff74d3dc0
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Apr 25 18:27:55 2004 +0000

    Updated, from GNU FriBidi tree.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10183
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am | 40 ++++++++++++++++++----------------------
 1 file changed, 18 insertions(+), 22 deletions(-)

commit 78826798c89871cc1eb447085ad36754f9cbaaf6
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 24 19:23:58 2004 +0000

    Better indent rule that works when building from another directory
    too.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10180
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit b653b7c1b5be893db08aaafbecccc5820e2b7bc3
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 23 16:08:23 2004 +0000

    Include <fribidi.h> instead of <fribidi/fribidi.h>


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10178
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am		      | 10 +++++-----
 bconsole/bconsole_vu.c       |  1 -
 bicon/bicon_read.c	      |  1 -
 bjoining/bjoining.h	      |  2 +-
 bjoining/bjoining_log2cuni.c |  1 -
 bjoining/bjoining_vu.c       |  1 -
 bjoining/fixfarsiye.c	      |  1 -
 bjoining/msye.c	      |  1 -
 8 files changed, 6 insertions(+), 12 deletions(-)

commit 9f8915860aef02b4068b8a9e1748b99d8e4cae1d
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Mon Apr 19 12:54:30 2004 +0000

    "find" should have -print.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10175
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a9d493f3559e95b6d6beea6339984b29427e67c4
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Mon Apr 19 07:51:26 2004 +0000

    Minor adjustments.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10174
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am  | 2 --
 configure.ac | 5 +----
 2 files changed, 1 insertion(+), 6 deletions(-)

commit bf0851c3aee68ad4fc001814c615ef35d903f3e0
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 17 10:02:06 2004 +0000

    Removed ChangeLog, so it nags if you have ChangeLog!  You are supposed
    not to
    have it, it will be generated fresh when you want to do make dist.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10173
    ac4de199-f505-45eb-a205-a3044268e3e3

 .cvsignore  |	1 -
 Makefile.am | 13 ++++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 5455b723dfccdf33cfa830b78bc49aa87f26be16
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 17 09:43:46 2004 +0000

    Removed ChangeLog from CVS!  Will be created when you do 'make dist'
    from CVS
    log.  It needs you to be connected to internet.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10172
    ac4de199-f505-45eb-a205-a3044268e3e3

 .cvsignore  |	 1 +
 ChangeLog   | 880
 ------------------------------------------------------------
 Makefile.am |	21 +-
 3 files changed, 15 insertions(+), 887 deletions(-)

commit 56f9567226345b07e8b1dfbda28796b37131dab7
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Apr 13 08:42:11 2004 +0000

    Added [$]Author: tag.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10163
    ac4de199-f505-45eb-a205-a3044268e3e3

 HISTORY.farsi	      | 479
 +++++++++++++++++++++++----------------------------
 Makefile.am	      |   1 +
 bconsole/Makefile.am |   1 +
 bicon.pc.in	      |   1 +
 bicon/Makefile.am    |   1 +
 bin/Makefile.am      |   1 +
 bjoining/Makefile.am |   1 +
 bootstrap	      |   1 +
 configure.ac	      |   1 +
 doc/Makefile.am      |   1 +
 doc/man/Makefile.am  |   1 +
 font/Makefile.am     |   1 +
 keymap/Makefile.am   |   1 +
 testtext/Makefile.am |   1 +
 14 files changed, 231 insertions(+), 261 deletions(-)

commit f4e91b8343f89cc6105e7dc5e3a47e47f3512d9d
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 10 03:44:31 2004 +0000

    Added.  Please update this file with the list of contributors that
    are not
    authors.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10160
    ac4de199-f505-45eb-a205-a3044268e3e3

 THANKS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 46c4a21eb6f80dea3b99e8d5e9a19bb3b366ab8d
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 10 01:44:30 2004 +0000

    Fixed make distcheck problem.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10159
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am	    |  3 +++
 font/Makefile.am   |  4 ++--
 keymap/Makefile.am | 12 ++++++------
 3 files changed, 11 insertions(+), 8 deletions(-)

commit 477cbb453ac0af4d6b9ac6f6275594c816bc130d
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 10 01:10:17 2004 +0000

    RCS headers added.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10158
    ac4de199-f505-45eb-a205-a3044268e3e3

 .cvsignore	      | 2 ++
 Makefile.am	      | 9 +++++++++
 bconsole/Makefile.am | 9 +++++++++
 bicon/Makefile.am    | 9 +++++++++
 bin/Makefile.am      | 9 +++++++++
 bjoining/Makefile.am | 9 +++++++++
 bootstrap	      | 8 ++++++++
 configure.ac	      | 3 +++
 doc/Makefile.am      | 9 +++++++++
 doc/man/Makefile.am  | 9 +++++++++
 font/Makefile.am     | 9 +++++++++
 keymap/Makefile.am   | 9 +++++++++
 testtext/Makefile.am | 9 +++++++++
 13 files changed, 103 insertions(+)

commit a356637dc28680fb3900ace410033439627539b5
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 10 00:44:37 2004 +0000

    Added to hold the list of fonts and keymaps.  I separated them,
    so we may
    include them in Makefiles from other directories, if we needed the
    list (for
    example to write cross-directory tests).


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10157
    ac4de199-f505-45eb-a205-a3044268e3e3

 font/fonts.mk	   | 17 +++++++++++++++++
 keymap/keymaps.mk |  5 +++++
 2 files changed, 22 insertions(+)

commit e88901ca20f53f4a1697c75805776204ea48f217
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sat Apr 10 00:42:06 2004 +0000

    bootstrap improved.  Warnings from bootstrap -W fixed in makefiles.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10156
    ac4de199-f505-45eb-a205-a3044268e3e3

 .cvsignore	    |	1 +
 Makefile.am	    |  20 +++++------
 NEWS		    |	1 +
 bin/Makefile.am    |	2 ++
 bootstrap	    | 103
 ++++++++++++++++++++++++++++++++++++++++++-----------
 configure.ac	    |	3 +-
 font/Makefile.am   |  68 +++++++++++++++++------------------
 keymap/Makefile.am |  31 +++++++++-------
 8 files changed, 146 insertions(+), 83 deletions(-)

commit 8aceb90c216568f87a0f7c2df91d786eb54c1701
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 9 12:47:15 2004 +0000

    Wrote a more sophisticated bootstrap, to use autoreconf if available.
    Please
    test.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10155
    ac4de199-f505-45eb-a205-a3044268e3e3

 bootstrap    | 44 +++++++++++++++++++++++++++++++-------------
 configure.ac |  1 -
 2 files changed, 31 insertions(+), 14 deletions(-)

commit 139f7a5f72f751b59835f7db113e1b53daa7f248
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 9 11:25:43 2004 +0000

    Removed extra slash between $(DESTDIR)$(xxxdir).


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10154
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 78051b5ecd234eced107065becfce6489d316ebe
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 9 10:46:51 2004 +0000

    Better Unicode mode support in console.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10153
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/bicon.in | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

commit 7e2d702fa1a66d1b2fab26b43deec2ebd169e90b
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 9 07:06:24 2004 +0000

    Turn all warnings on.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10152
    ac4de199-f505-45eb-a205-a3044268e3e3

 bootstrap | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit bede610043ac049933e235212bfcf5d3a019c98a
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 9 07:04:59 2004 +0000

    Autoconf is a Monster :(.  More playing.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10151
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/Makefile.am | 2 +-
 configure.ac	 | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 7edd6975c611f1e6eab54346e0a36ee0b709bf5a
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 9 06:56:43 2004 +0000

    Several portability and depracated issues fixed.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10150
    ac4de199-f505-45eb-a205-a3044268e3e3

 bconsole/Makefile.am |  8 ++++----
 bicon/Makefile.am    | 10 +++++-----
 bin/bicon.in	      | 30 +++++++++++++++---------------
 bjoining/Makefile.am |  6 +++---
 configure.ac	      | 11 +++++------
 keymap/Makefile.am   |  8 +++++---
 6 files changed, 37 insertions(+), 36 deletions(-)

commit 7555e1064a9a4b550ef7903c3a87262c1c1ff219
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 8 15:43:33 2004 +0000

    Better autotools stuff yet.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10149
    ac4de199-f505-45eb-a205-a3044268e3e3

 bconsole/Makefile.am |  4 +---
 bin/Makefile.am      | 18 +++++++++---------
 bin/bicon.in	      |  3 +++
 bjoining/Makefile.am |  4 +---
 font/Makefile.am     |  2 +-
 5 files changed, 15 insertions(+), 16 deletions(-)

commit 29d320f61ad54e2b223f072604523f8e7385d59b
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 8 14:25:05 2004 +0000

    Moved libraries to $prefix/lib/bicon.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10148
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am	      | 11 ++++++-----
 bconsole/Makefile.am |  2 +-
 bicon.pc.in	      |  2 +-
 bjoining/Makefile.am |  2 +-
 4 files changed, 9 insertions(+), 8 deletions(-)

commit 6447ed342611a1536b76ed800ed0d8d1e2747bc4
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 8 13:01:35 2004 +0000

    All compilation warnings fixed.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10147
    ac4de199-f505-45eb-a205-a3044268e3e3

 .indent.pro		      |  1 +
 Makefile.am		      |  5 +++++
 bconsole/bconsole.h	      |  4 ----
 bconsole/bconsole_ligature.c |  2 +-
 bconsole/bconsole_ligature.h |  2 +-
 bconsole/bconsole_log2con.c  |  4 ++--
 bconsole/bconsole_log2con.h  |  4 ++--
 bicon/bicon.c		      |  2 +-
 bicon/bicon_read.c	      | 19 ++++++++++---------
 bicon/pty_spawn.c	      | 11 ++++++-----
 bjoining/bjoining_compose.c  |  2 +-
 bjoining/bjoining_compose.h  |  2 +-
 bjoining/bjoining_log2cuni.c |  4 ++--
 bjoining/bjoining_log2cuni.h |  4 ++--
 bjoining/bjoining_vis2cuni.c |  4 ++--
 bjoining/bjoining_vis2cuni.h |  4 ++--
 bjoining/bjoining_ye.c       |  4 ++--
 bjoining/bjoining_ye.h       |  4 ++--
 configure.ac		      | 16 +++++++++++++++-
 19 files changed, 58 insertions(+), 40 deletions(-)

commit b5a16e92b06679ce4e383591e08b28a4f38b35c5
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 8 11:04:16 2004 +0000

    Create bicon from bicon.in through Makefile, not configure.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10146
    ac4de199-f505-45eb-a205-a3044268e3e3

 bicon.pc.in	 |  6 ++++--
 bin/Makefile.am | 13 +++++++++++++
 bin/bicon.in	 |  9 ++++-----
 configure.ac	 | 37 +++++++++++++++++++++++++------------
 4 files changed, 46 insertions(+), 19 deletions(-)

commit 9e2e14b4c5c1a35d6ff00db88cfcc768d48e91b7
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 8 08:26:35 2004 +0000

    Added AC_REVISION.	Changed package name to "BiCon".


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10145
    ac4de199-f505-45eb-a205-a3044268e3e3

 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 77c3fdd369859c1d3d7e02976fd6cb3e34c5674b
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 8 08:17:17 2004 +0000

    Last changed fixed :">.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10144
    ac4de199-f505-45eb-a205-a3044268e3e3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6a5b5db07835bc7f2e2a0df42fc951845c710836
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 8 08:14:33 2004 +0000

    Set automake options.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10143
    ac4de199-f505-45eb-a205-a3044268e3e3

 configure.ac | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit c1413df2782744acf5b4553634858759d1972b81
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 8 07:14:20 2004 +0000

    Don't build bicon_so now.  It needs to be revised.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10142
    ac4de199-f505-45eb-a205-a3044268e3e3

 bicon/Makefile.am |  8 ++++----
 configure.ac	   | 36 +++++++++++++++++-------------------
 2 files changed, 21 insertions(+), 23 deletions(-)

commit a0f9cc8916f7a92c52dcc5c9fba8f48cedadfa27
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Apr 7 16:59:30 2004 +0000

    RLM, LRM removed.  not needed.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10141
    ac4de199-f505-45eb-a205-a3044268e3e3

 bjoining/shape.i | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit d25ddd637ae6e3705c233b70a7efe2d92c2d2fad
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Apr 7 14:12:37 2004 +0000

    Edited comments.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10140
    ac4de199-f505-45eb-a205-a3044268e3e3

 bconsole/bconsole_lig.i | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 9043ac588bfcae3f9a4d1b848c844d83424e9a11
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Apr 7 14:04:58 2004 +0000

    Not needed, removed.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10139
    ac4de199-f505-45eb-a205-a3044268e3e3

 bjoining/arabname.i | 91
 -----------------------------------------------------
 1 file changed, 91 deletions(-)

commit 81d486963edbfe63021215b30b966a4fa154c06f
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Apr 4 23:39:50 2004 +0000

    Removed Makefile.cvs.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10135
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.cvs | 4 ----
 1 file changed, 4 deletions(-)

commit 7d5d724b94ea01d5040fce448e5a1679d7649212
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Apr 4 23:39:34 2004 +0000

    Added AM_MAINTAINER_MODE.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10134
    ac4de199-f505-45eb-a205-a3044268e3e3

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit 5abbd3750942b815f14ade8304b9cf96f5df335e
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 2 22:46:52 2004 +0000

    Better $LANGUAGES handling.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10132
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/bicon.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 91eac05915846f13b5a41e89a693df7869c0f2bf
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Apr 2 22:37:48 2004 +0000

    Changed DSTDIR to DESTDIR.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10131
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 276e53ddb5bf108ffec5c87997858fd4321a3c18
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 16:28:45 2004 +0000

    Increase version number to 0.1


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10129
    ac4de199-f505-45eb-a205-a3044268e3e3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c32c4c48fe9da37dc17726a44cb7cb9e447db4e
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 16:28:29 2004 +0000

    Return the return value of bicon.bin.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10128
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/bicon.in | 3 +++
 1 file changed, 3 insertions(+)

commit f11dff506e717b61623fcef24fd4df81336ea0ba
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 16:28:17 2004 +0000

    Check for exec failure.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10127
    ac4de199-f505-45eb-a205-a3044268e3e3

 bicon/bicon.c	   |  5 ++---
 bicon/pty_spawn.c | 13 +++++++++++--
 bicon/pty_spawn.h |  2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)

commit be0c969e1b2cfe3c18a8b1f4f9f8c09cf8fee160
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 16:15:05 2004 +0000

    Changed Arabic Yehs to Persian Yeh.  Justified lines by inserting
    tatweels.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10126
    ac4de199-f505-45eb-a205-a3044268e3e3

 testtext/hafez | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 8b1f3d9554f87e4cf027918eeea9399c14a09c2e
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 16:04:58 2004 +0000

    Use xkbcomp to set xkb keymap.  Should give better results when
    running bicon from remote X clients.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10125
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/bicon.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 3737486fd69096ba1c04d6e81b1fe69f6340fd3a
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 13:54:34 2004 +0000

    Well, you simply forget a couple of directories.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10124
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/.cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit a01a7d7e119daa51a6b6158fece00dce31b84b09
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 13:47:25 2004 +0000

    BiCon 0.0.20040401 released.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10123
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog | 711
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 NEWS	   |   4 +-
 2 files changed, 666 insertions(+), 49 deletions(-)

commit 96f6ac6bb483a24b889da0fe089c03a893cbc87c
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 13:33:34 2004 +0000

    Wow, now bicon(1) works for X terminals too!


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10122
    ac4de199-f505-45eb-a205-a3044268e3e3

 README		     |	 7 +--
 bin/bicon.in	     | 144
 +++++++++++++++++++++++++++++++++++++++++++---------
 doc/man/Makefile.am |	 2 +-
 doc/man/bicon.1     |	69 +++++++++++++++++++++++--
 doc/man/bicon.bin.1 |	25 ++++++++-
 5 files changed, 216 insertions(+), 31 deletions(-)

commit 34943752bacb77ecd695b1a80a9a63c1eac29685
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 11:44:52 2004 +0000

    One more.  Sorry for the noise ;).


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10121
    ac4de199-f505-45eb-a205-a3044268e3e3

 bicon/.cvsignore | 1 +
 1 file changed, 1 insertion(+)

commit 496787b889f2884338b2eac8349fa5b5a80c6c34
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 11:44:07 2004 +0000

    .cvsignore added for each directory that needs it.
    Happy "cvs up"ing :).


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10120
    ac4de199-f505-45eb-a205-a3044268e3e3

 .cvsignore	     | 18 ++++++++++++++++++
 bconsole/.cvsignore |	1 +
 bjoining/.cvsignore |	3 +++
 font/.cvsignore     |	4 ++++
 keymap/.cvsignore   |	1 +
 5 files changed, 27 insertions(+)

commit 6430d761d9eb868f9bcbe60ef8316567eee5db88
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 11:35:43 2004 +0000

    Changed to create bin/bicon instead of bin/bicon_console.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10119
    ac4de199-f505-45eb-a205-a3044268e3e3

 README       | 16 +++++++---------
 configure.ac |  2 +-
 2 files changed, 8 insertions(+), 10 deletions(-)

commit 8f6e06b960ccd88fa38e18ace4dde16e9604227b
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 11:35:16 2004 +0000

    The output is called bicon.bin now, instead of bicon.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10118
    ac4de199-f505-45eb-a205-a3044268e3e3

 bicon/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b8019267a77491cd45b8189feee3abf08adca2b3
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 11:34:57 2004 +0000

    bicon renamed to bicon.old, bicon_console.in renamed to bicon.in


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10117
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/Makefile.am      |  2 +-
 bin/bicon	      | 97
 ----------------------------------------------------
 bin/bicon.in	      | 40 ++++++++++++++++++++++
 bin/bicon.old	      | 97
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 bin/bicon_console.in | 40 ----------------------
 5 files changed, 138 insertions(+), 138 deletions(-)

commit ce1132d2f3eefd0458d94bd397cec380c268cabc
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 11:33:49 2004 +0000

    A bug causing ZWNJ to be converted to U-FFFF fixed.  Also some
    code cleanup.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10116
    ac4de199-f505-45eb-a205-a3044268e3e3

 bconsole/bconsole_ligature.c | 12 ++++++------
 bjoining/bjoining_vis2cuni.c | 21 +++++++++++----------
 bjoining/bjoining_vis2cuni.h |  2 --
 bjoining/shape.i	      |  3 +--
 4 files changed, 18 insertions(+), 20 deletions(-)

commit 870aaa948c2368a3f23436477f44a9f050158f63
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 11:33:00 2004 +0000

    Changed accordingly and added


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10115
    ac4de199-f505-45eb-a205-a3044268e3e3

 doc/man/bicon.1     | 50
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/man/bicon.bin.1 | 53
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+)

commit da0c7de3f00d1565795b732464b1aa333ec63d19
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 11:32:37 2004 +0000

    Sorry, I'm renaming bicon_console to bicon, and bicon to
    bicon.bin.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10114
    ac4de199-f505-45eb-a205-a3044268e3e3

 doc/man/Makefile.am	 |  2 +-
 doc/man/bicon.1	 | 53
 -------------------------------------------------
 doc/man/bicon_console.1 | 50
 ----------------------------------------------
 3 files changed, 1 insertion(+), 104 deletions(-)

commit 696d878ebc742c732c23e2d22ce68ccaabf4d325
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 10:50:41 2004 +0000

    "unichar" added as a type.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10113
    ac4de199-f505-45eb-a205-a3044268e3e3

 .indent.pro | 1 +
 1 file changed, 1 insertion(+)

commit b8d10ccff3b5f14d6f7f95c6eecccb939b4e1f2e
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 10:47:28 2004 +0000

    Removed.  All they did was to set font (different fonts each) and
    cat "$@" to bconsole_vu.  Later bconsole_start can be called to
    set the fonts.  We may add something like these again.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10112
    ac4de199-f505-45eb-a205-a3044268e3e3

 bconsole/edconsole | 5 -----
 bconsole/vuconsole | 5 -----
 2 files changed, 10 deletions(-)

commit 4c23f76d39cf32758d53d8878d164b47faadaf2a
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 10:43:05 2004 +0000

    NEWS updated for release.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10111
    ac4de199-f505-45eb-a205-a3044268e3e3

 NEWS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 844c63a54048f0709be33602856e07478b23c21c
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 10:40:20 2004 +0000

    Autoindented with GNU syntax. (not much difference)


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10110
    ac4de199-f505-45eb-a205-a3044268e3e3

 bconsole/bconsole_ligature.c | 12 +++++++++---
 bconsole/bconsole_ligature.h |  5 ++++-
 bconsole/bconsole_log2con.c  |  8 ++++++--
 bconsole/bconsole_log2con.h  |  8 ++++++--
 bconsole/bconsole_vu.c       |  4 +++-
 bicon/bicon.c		      |  4 +++-
 bicon/bicon_read.c	      |  8 ++++++--
 bicon/bicon_read.h	      |  8 ++++++--
 bicon/bicon_so.c	      |  3 ++-
 bicon/pty_spawn.c	      | 15 +++++++++++----
 bicon/pty_spawn.h	      | 13 ++++++++++---
 bjoining/bjoining_charprop.c |  3 ++-
 bjoining/bjoining_charprop.h |  3 ++-
 bjoining/bjoining_compose.c  |  4 +++-
 bjoining/bjoining_compose.h  |  4 +++-
 bjoining/bjoining_log2cuni.c |  8 ++++++--
 bjoining/bjoining_log2cuni.h |  8 ++++++--
 bjoining/bjoining_vis2cuni.c | 26 +++++++++++++++++++-------
 bjoining/bjoining_vis2cuni.h | 16 ++++++++++++----
 bjoining/bjoining_vu.c       |  4 +++-
 bjoining/bjoining_ye.c       |  8 ++++++--
 bjoining/bjoining_ye.h       |  8 ++++++--
 bjoining/fixfarsiye.c	      |  3 ++-
 bjoining/msye.c	      |  3 ++-
 24 files changed, 138 insertions(+), 48 deletions(-)

commit a677080a6d8c212bd6ef1118d3ce8fccf0b3af6c
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 10:37:35 2004 +0000

    Added phony targets ChangeLog-update and indent.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10109
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 3b21769b7a7ea26a64b3ceaffdbc0dca33e5bcad
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 10:37:20 2004 +0000

    Removed INSTALL.  ./bootstrap creates it.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10108
    ac4de199-f505-45eb-a205-a3044268e3e3

 INSTALL | 229
 ----------------------------------------------------------------
 1 file changed, 229 deletions(-)

commit 67b74c8029faeb02fd80db510a5afe91cb7ac763
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 10:28:27 2004 +0000

    indent(1) config file added.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10107
    ac4de199-f505-45eb-a205-a3044268e3e3

 .indent.pro	    | 23 +++++++++++++++++++++++
 Makefile.am	    | 31 +++++++++++++------------------
 font/Makefile.am   |  3 +--
 keymap/Makefile.am |  9 ++++-----
 4 files changed, 41 insertions(+), 25 deletions(-)

commit cc2b584bc4f3a717fb0fce7a4915498ce967ceb6
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 09:49:26 2004 +0000

    These are just renamed from testtexts/


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10106
    ac4de199-f505-45eb-a205-a3044268e3e3

 testtext/Makefile.am |  1 +
 testtext/fatiha      |  7 +++++++
 testtext/hafez       | 14 ++++++++++++++
 testtext/marks       | 18 ++++++++++++++++++
 4 files changed, 40 insertions(+)

commit f6ed4b5ee0692d6c20e6c2279c1487b865a8d8b7
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 09:48:36 2004 +0000

    renamed testtexts/ to testtext/


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10105
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am	       |  2 +-
 configure.ac	       |  1 +
 keymap/Makefile.am    |  4 ++--
 testtexts/Makefile.am |  2 --
 testtexts/fatiha      |  7 -------
 testtexts/hafez       | 14 --------------
 testtexts/marks       | 18 ------------------
 7 files changed, 4 insertions(+), 44 deletions(-)

commit d12d5893215495faae24342feaa9fc0ec3e4180f
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 09:35:25 2004 +0000

    Fixing "make distcheck".  Not done yet.  wait.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10104
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am	       | 2 +-
 bin/bicon_console.in  | 2 +-
 configure.ac	       | 4 ++--
 doc/man/Makefile.am   | 2 +-
 testtexts/Makefile.am | 2 ++
 5 files changed, 7 insertions(+), 5 deletions(-)

commit c7ca54ceaa2fede2df07a4843ccaac3143528bc2
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 09:34:52 2004 +0000

    Rewritten for better build.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10103
    ac4de199-f505-45eb-a205-a3044268e3e3

 font/Makefile.am	    |  59 ++++++++---
 font/bicon-arabic.sfm	    | 212 ---------------------------------------
 font/bicon-arabic.sub-sfm  | 212 +++++++++++++++++++++++++++++++++++++++
 font/bicon-ascii.sfm	    |  96 ------------------
 font/bicon-ascii.sub-sfm   |  96 ++++++++++++++++++
 font/bicon-marks.sfm	    | 242
 ---------------------------------------------
 font/bicon-marks.sub-sfm   | 242
 +++++++++++++++++++++++++++++++++++++++++++++
 font/bicon-nomarks.sfm     | 233
 -------------------------------------------
 font/bicon-nomarks.sub-sfm | 233
 +++++++++++++++++++++++++++++++++++++++++++
 keymap/Makefile.am	    |  38 +++----
 10 files changed, 841 insertions(+), 822 deletions(-)

commit d69cfde51fa3cd03a8f232267f81504ea2b5909f
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 09:34:24 2004 +0000

    Removing a file modified by a third party is damn hard :(.
    Finally done I guess.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10102
    ac4de199-f505-45eb-a205-a3044268e3e3

 font/create_psf | 37 -------------------------------------
 1 file changed, 37 deletions(-)

commit e16c25beb1a992c5652e43b6fec70b34f8a475c1
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Apr 1 08:54:40 2004 +0000

    Fixes for Makfile.am so make distcheck works


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10101
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am	    | 11 +++++++++--
 configure.ac	    |  2 +-
 font/Makefile.am   | 10 +++++-----
 font/create_psf    |  4 +++-
 keymap/Makefile.am |  9 +++++++--
 5 files changed, 25 insertions(+), 11 deletions(-)

commit a14d252f5471d51b851658af8a63334dbf4b64f9
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Mar 31 05:17:51 2004 +0000

    Makefile.cvs calls ./bootstrap. Conforming with developers guide.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10096
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.cvs | 4 ++++
 1 file changed, 4 insertions(+)

commit 855057787f2fa567e8093cd8448b53ea75e5b5ea
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Mar 31 05:06:52 2004 +0000

    Updating ChangeLog for alpha release


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10095
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

commit e0507ab6caaa2ebaea2a8af134e5d29df0fb6b6d
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Mar 31 04:49:08 2004 +0000

    minor corrections to the man page of bicon_console


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10094
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog		 | 24 ++++++++++++++++++++++++
 doc/man/bicon_console.1 |  5 +++++
 2 files changed, 29 insertions(+)

commit 917067239780db4efef442f94dfe6b8624a56feb
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Mar 31 04:22:58 2004 +0000

    minor corrections to the man page of bicon


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10093
    ac4de199-f505-45eb-a205-a3044268e3e3

 doc/man/bicon.1 | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit e46d12f47324a8e217442fc164707e56dccdd70e
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Mar 31 03:18:42 2004 +0000

    renaming abicon to bicon_console, all references


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10092
    ac4de199-f505-45eb-a205-a3044268e3e3

 README			 | 17 ++++++++++-------
 bin/Makefile.am	 |  2 +-
 bin/abicon.in		 | 40 ----------------------------------------
 bin/bicon_console.in	 | 40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac		 |  2 +-
 doc/man/Makefile.am	 |  2 +-
 doc/man/abicon.1	 | 45
 ---------------------------------------------
 doc/man/bicon.1	 |  6 +++---
 doc/man/bicon_console.1 | 45
 +++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 101 insertions(+), 98 deletions(-)

commit 492a9c3849d206af2c3389b4f896d92ab680d81c
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Mar 31 03:06:39 2004 +0000

    renamed ar.map to arabic.map.  ar.map probably is reserved for
    Argentina.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10091
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/Makefile.am |  34 +++++++-------
 keymap/ar.map	    | 136
 -----------------------------------------------------
 keymap/arabic.map  | 136
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 153 insertions(+), 153 deletions(-)

commit 0c2f0661001cc9cfde8133e9711a83109c0099f6
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Mar 31 02:44:28 2004 +0000

    - make install now creates arabic countries keymaps as symbolic
    links to ar.map
    - abicon now uses the country as a parameter rather than the language,
    as different keymaps exist for the same language (Arabic).


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10090
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog	    | 28 ++++++++++++++++++++++++++++
 bin/abicon.in	    |  5 ++++-
 configure.ac	    |  1 +
 keymap/Makefile.am | 20 ++++++++++++++++++++
 4 files changed, 53 insertions(+), 1 deletion(-)

commit 24707fd8057abf95d2bf4fb9203fe7675eed3e5e
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Mon Mar 29 14:25:18 2004 +0000

    Renamed "fa.map" to "ir.map", as this is the way to name keymaps.
    "ar" should be renamed too if it's the layout for a specific
    country.  Is it?


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10087
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/fa.map | 147
 ----------------------------------------------------------
 keymap/ir.map | 147
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 147 insertions(+), 147 deletions(-)

commit 508be72e80253b84a0c836952f7f9111ee575168
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Mon Mar 29 13:59:44 2004 +0000

    Try system's keymaps if we don't have a keymap for the language.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10086
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/abicon.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 1ea1edf5dfc061b6b236fca01d04e227b942584a
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 28 20:46:05 2004 +0000

    Wrapped lines in README


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10079
    ac4de199-f505-45eb-a205-a3044268e3e3

 README | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

commit 5b00e894627326f1e463b0fc4e85e02352a7fe9a
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 28 20:42:02 2004 +0000

    updating README


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10078
    ac4de199-f505-45eb-a205-a3044268e3e3

 INSTALL | 229
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README  |  83 ++++++-----------------
 2 files changed, 250 insertions(+), 62 deletions(-)

commit a52902cde376d50b18585bb0634e2857b7c142da
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 28 20:31:12 2004 +0000

    Using sed to cut out of LANG.  No bashism.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10077
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/abicon.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit a17d0500ae2b213585334727b09e7e8f6a75ce1a
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 28 20:06:50 2004 +0000

    configure installation of man pages


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10076
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog	     | 74
 ++++++++++++++++++++++++++++++++++-------------------
 Makefile.am	     |	2 +-
 configure.ac	     |	5 +++-
 doc/Makefile.am     |	1 +
 doc/man/Makefile.am |	1 +
 5 files changed, 55 insertions(+), 28 deletions(-)

commit e254914405344fbbeecd9beda19cc7efdaf9f732
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 28 19:34:18 2004 +0000

    added abicon man page


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10075
    ac4de199-f505-45eb-a205-a3044268e3e3

 doc/man/abicon.1 | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

commit c3a86bd36abd5801e93273550bb47f6e4cd979fe
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 28 15:05:32 2004 +0000

    abicon gets its default language from the LANG parameter


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10074
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/abicon.in | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 312c8f5b546d47bd564efaa295945fe31899c02b
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 28 00:51:06 2004 +0000

    Now you can invoke "abicon fa" to get a Persian keyboard.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10073
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/abicon.in | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 0cf3822ff3fb26878c43099cde03d804726396d7
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 28 00:50:22 2004 +0000

    Removed wrong header from Arabic map.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10072
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/ar.map | 13 -------------
 1 file changed, 13 deletions(-)

commit 65774e6fa35de202d229b7a07fcd2258fc84f74a
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 21 21:35:20 2004 +0000

    ChangeLog generated from CVS log


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10061
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit b036e387add16f79ef59596cd930ec291b8e5056
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Sun Mar 14 22:47:13 2004 +0000

    Writing the man page for bicon.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10025
    ac4de199-f505-45eb-a205-a3044268e3e3

 doc/man/bicon.1 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

commit a43f7adf4b6d71cab485674bc4d28ec6b661972a
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Mar 12 03:17:52 2004 +0000

    correcting abicon with the new naming (farsi=>bicon)


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@10019
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/abicon.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7fd0006b1b16792f6e3c4a3f2d9cebe6f3117b75
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 26 03:43:03 2004 +0000

    Appended old ChangeLog to HISTORY.	ChangeLog is going to be
    generated by calling cvs2cl periodically.  Don't forget to call
    it before making dist.  I would automate this later.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9997
    ac4de199-f505-45eb-a205-a3044268e3e3

 AUTHORS     |	 4 +-
 ChangeLog   | 206
 +++++++++++++++++++++++++++++++++++++++++++++++++-----------
 HISTORY     |	40 ++++++++++++
 Makefile.am |	 2 +-
 4 files changed, 213 insertions(+), 39 deletions(-)

commit 4144cb9f75f0d980bae494e15edd72950968b895
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 26 03:31:02 2004 +0000

    Ok, removed changelog entry ;).


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9996
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog	    | 5 -----
 keymap/Makefile.am | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

commit cfaf5bfeb50c4aa55d7d383e1ee01107cf913869
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 26 03:13:43 2004 +0000

    renamed farsi to bicon.  slightly modified Makefile.am


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9995
    ac4de199-f505-45eb-a205-a3044268e3e3

 font/Makefile.am	|    25 +-
 font/bdf_set_names	|     3 +-
 font/bicon-8x16.bdf	| 66502
 +++++++++++++++++++++++++++++++++++++++++++++++
 font/bicon-arabic.sfm	|   212 +
 font/bicon-ascii.sfm	|    96 +
 font/bicon-bdf2psf.pl	|   302 +
 font/bicon-marks.sfm	|   242 +
 font/bicon-nomarks.sfm |   233 +
 font/create_psf	|     7 +-
 font/farsi-8x16.bdf.gz |   Bin 39284 -> 0 bytes
 font/farsi_arabic.sfm	|   212 -
 font/farsi_ascii.sfm	|    96 -
 font/farsi_bdf2psf.pl	|   300 -
 font/farsi_marks.sfm	|   242 -
 font/farsi_nomarks.sfm |   233 -
 font/glyphlist.txt	|  1151 +
 font/glyphlist.txt.gz	|   Bin 12839 -> 0 bytes
 17 files changed, 68754 insertions(+), 1102 deletions(-)

commit 66608b5b0321ac6bf391f140ef1cd29048224454
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 26 02:48:19 2004 +0000

    Alkarouri: Please log your changes in ChangeLog.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9994
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

commit d8cfc6fc7135ef602bbd54eca70708fd6f9d7891
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 26 02:46:21 2004 +0000

    Keymaps renamed to the locale they represent.  Makefile.am fixed
    to find and build(compress) all keymaps.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9993
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/Makefile.am    |  10 ++--
 keymap/ar.map	       | 149
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 keymap/arab.kmap      | 149
 --------------------------------------------------
 keymap/fa.map	       | 147
 +++++++++++++++++++++++++++++++++++++++++++++++++
 keymap/isiri2901.kmap | 147
 -------------------------------------------------
 5 files changed, 302 insertions(+), 300 deletions(-)

commit 4fd079791319d3f4fe3ae34c5c348ac988d8e189
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 26 01:50:14 2004 +0000

    correcting keymap Makefile.am and adding a script bin/abicon


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9992
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am	    |  2 +-
 bin/Makefile.am    |  2 ++
 bin/abicon.in	    | 30 ++++++++++++++++++++++++++++++
 configure.ac	    |  4 +++-
 keymap/Makefile.am |  2 +-
 5 files changed, 37 insertions(+), 3 deletions(-)

commit 18dacc97350eefdc38fd35b16a55670c3f9fb69a
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Feb 25 01:48:18 2004 +0000

    the keymap and font directories are added to the package


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9991
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am	    |  2 +-
 configure.ac	    |  4 +++-
 font/Makefile	    | 29 -----------------------------
 font/Makefile.am   | 29 +++++++++++++++++++++++++++++
 keymap/Makefile.am |  8 ++++++++
 5 files changed, 41 insertions(+), 31 deletions(-)

commit 092d729d69667917a5a49878769a18ecdbcf87b6
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 19 03:02:19 2004 +0000

    removed farsidict and farsifilter.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9974
    ac4de199-f505-45eb-a205-a3044268e3e3

 bin/farsidict	 | 17 -----------------
 bin/farsifilter | 14 --------------
 2 files changed, 31 deletions(-)

commit f524d1abcaee9f2ba865dd8bc731043eef0fface
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 19 02:59:35 2004 +0000

    my email address updated


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9973
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/isiri2901.kmap | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit a7ebb55bf8c68d0983cc26c55484962538dfc536
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 19 02:58:47 2004 +0000

    typo fixed


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9972
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/isiri2901.kmap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 78d2dee7a5d7c355c94ab5d6bb9032fad400c109
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 19 02:58:00 2004 +0000

    Removed arab.kmap.gz and isiri2901.kmap.gz and added ungzipped
    versions.  We can compress them in build process.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9971
    ac4de199-f505-45eb-a205-a3044268e3e3

 keymap/arab.kmap	  | 149
 +++++++++++++++++++++++++++++++++++++++++++++++
 keymap/arab.kmap.gz	  | Bin 1850 -> 0 bytes
 keymap/isiri2901.kmap	  | 147
 ++++++++++++++++++++++++++++++++++++++++++++++
 keymap/isiri2901.kmap.gz | Bin 1856 -> 0 bytes
 4 files changed, 296 insertions(+)

commit 0f5c019f0b4617217b5f2a13b0af86779565c818
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Thu Feb 19 02:54:41 2004 +0000

    Removing the COPYING files in subdirectories, as ./COPYING includes
    all info


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9970
    ac4de199-f505-45eb-a205-a3044268e3e3

 bconsole/COPYING | 1 -
 bjoining/COPYING | 1 -
 keymap/COPYING   | 1 -
 3 files changed, 3 deletions(-)

commit 5a3acc7a0c9fd9a4bdb4a2f048c24b61ee5c0895
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Jan 30 20:31:30 2004 +0000

    pkgconfig file added


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9945
    ac4de199-f505-45eb-a205-a3044268e3e3

 bicon.pc.in | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 2e97b1e84d71752e1083a4680281bbde0396b580
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Fri Jan 30 20:31:06 2004 +0000

    Fixes here and there.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9944
    ac4de199-f505-45eb-a205-a3044268e3e3

 Makefile.am	      | 17 +++++++++++++++++
 bconsole/Makefile.am |  2 +-
 bjoining/Makefile.am |  2 +-
 bootstrap	      | 28 ++++++++++++++++++++++------
 configure.ac	      |  3 ++-
 5 files changed, 43 insertions(+), 9 deletions(-)

commit 02d0a475366cb29c99387945cb313103de12ac18
Author: alkarouri <alkarouri@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Jan 27 15:44:16 2004 +0000

    Clarifying license issues in COPYING


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9943
    ac4de199-f505-45eb-a205-a3044268e3e3

 COPYING | 590
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 583 insertions(+), 7 deletions(-)

commit 3ea82176462fa0faa71df84ee8cc19f8b4dfa6a4
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Jan 27 07:58:47 2004 +0000

    exit if anyone fails


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9942
    ac4de199-f505-45eb-a205-a3044268e3e3

 bootstrap | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit b7bc43655ec530881e12f49ec67ce183396c7c81
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Jan 27 07:55:25 2004 +0000

    check if we need to run libtoolize


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9941
    ac4de199-f505-45eb-a205-a3044268e3e3

 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c2b40cf2493fd33491f1878c9c5ced3b31b63ff
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Jan 27 07:53:34 2004 +0000

    Renamed binitread or something like that to bicon_read_init


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9940
    ac4de199-f505-45eb-a205-a3044268e3e3

 bicon/bicon_read.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 61f1122dc61180ba7c4a226429ae84de3a05549f
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Jan 27 07:38:57 2004 +0000

    Fixed Makefile.am stuff to make distcheck to work.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9939
    ac4de199-f505-45eb-a205-a3044268e3e3

 AUTHORS		      |  2 +-
 ChangeLog		      |  2 +-
 NEWS			      |  1 +
 bconsole/COPYING	      |  1 +
 bconsole/Makefile.am	      | 12 +++++++-----
 bconsole/bconsole_ligature.c |  4 ++--
 bicon/Makefile.am	      | 25 ++++++++++++++++++++-----
 bicon/bicon_read.c	      |  4 ++--
 bjoining/COPYING	      |  1 +
 bjoining/Makefile.am	      |  8 +++++---
 bjoining/bjoining_vis2cuni.c |  6 +++---
 11 files changed, 44 insertions(+), 22 deletions(-)

commit 2c0fa339b47c1d04bf7d836facf62edee0e3bff8
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Jan 27 07:11:09 2004 +0000

    Fixing Makefile.am (hopefully)


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9938
    ac4de199-f505-45eb-a205-a3044268e3e3

 bconsole/COPYING     |  1 -
 bconsole/Makefile.am | 24 +++++++++++++++++++-----
 bjoining/COPYING     |  1 -
 bjoining/Makefile.am | 29 +++++++++++++++++++++++++----
 4 files changed, 44 insertions(+), 11 deletions(-)

commit d035d4952e648f73177214f8f2340f3c5a7081ca
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Jan 27 06:59:47 2004 +0000

    General cleanup.


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9937
    ac4de199-f505-45eb-a205-a3044268e3e3

 ChangeLog	   | 11 +++++++++++
 HISTORY	   | 46 +++++++++++++++++++++++++---------------------
 TODO		   | 14 ++++++++------
 bicon/Makefile.am |  5 ++++-
 bicon/bicon_so.c  |  2 +-
 bootstrap	   |  2 +-
 6 files changed, 50 insertions(+), 30 deletions(-)

commit 37d21b5efc7c20963cbd5cf51b17a5d119b59695
Author: behdad <behdad@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Tue Jan 27 06:32:26 2004 +0000

    Some cleanup.  Renamed bconso.c to bicon_so.c


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9935
    ac4de199-f505-45eb-a205-a3044268e3e3

 bicon/bconso.c     | 76
 ------------------------------------------------------
 bicon/bicon.c	    | 34 ++++++++++++++----------
 bicon/bicon_read.c |  9 +++++--
 bicon/bicon_so.c   | 76
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 bicon/pty_spawn.c  | 12 ++++-----
 5 files changed, 110 insertions(+), 97 deletions(-)

commit a5705a0b455cb63e7cbcceca105d2d0b339d8087
Author: elzubeir <elzubeir@ac4de199-f505-45eb-a205-a3044268e3e3>
Date:	Wed Jan 21 10:14:33 2004 +0000

    Initial revision


    git-svn-id: https://svn.arabeyes.org/svn/projects/trunk/bicon@9928
    ac4de199-f505-45eb-a205-a3044268e3e3

 AUTHORS		       |   2 +
 COPYING		       |   7 +
 ChangeLog		       |  25 ++
 HISTORY		       |  43 +++
 HISTORY.farsi		       | 615
 ++++++++++++++++++++++++++++++++++++++++++
 Makefile.am		       |   1 +
 README			       |  71 +++++
 TODO			       |  11 +
 bconsole/COPYING	       |   1 +
 bconsole/Makefile.am	       |  14 +
 bconsole/bconsole-config.in   |  71 +++++
 bconsole/bconsole.h	       |  13 +
 bconsole/bconsole_lig.i       |  62 +++++
 bconsole/bconsole_ligature.c  | 164 +++++++++++
 bconsole/bconsole_ligature.h  |   8 +
 bconsole/bconsole_log2con.c   |  17 ++
 bconsole/bconsole_log2con.h   |   9 +
 bconsole/bconsole_nsm_shape.i |   9 +
 bconsole/bconsole_vu.c        |  41 +++
 bconsole/edconsole	       |   5 +
 bconsole/vuconsole	       |   5 +
 bicon/Makefile.am	       |   5 +
 bicon/bconso.c		       |  76 ++++++
 bicon/bicon.c		       |  26 ++
 bicon/bicon_read.c	       | 227 ++++++++++++++++
 bicon/bicon_read.h	       |   7 +
 bicon/pty_spawn.c	       |  97 +++++++
 bicon/pty_spawn.h	       |  13 +
 bin/bicon		       |  97 +++++++
 bin/farsidict		       |  17 ++
 bin/farsifilter	       |  14 +
 bjoining/COPYING	       |   1 +
 bjoining/Makefile.am	       |  11 +
 bjoining/arablig.i	       |   8 +
 bjoining/arabname.i	       |  91 +++++++
 bjoining/bjoining-config.in   |  76 ++++++
 bjoining/bjoining.h	       |  43 +++
 bjoining/bjoining_charprop.c  |  34 +++
 bjoining/bjoining_charprop.h  |   8 +
 bjoining/bjoining_compose.c   |  35 +++
 bjoining/bjoining_compose.h   |   8 +
 bjoining/bjoining_log2cuni.c  |  38 +++
 bjoining/bjoining_log2cuni.h  |   9 +
 bjoining/bjoining_vis2cuni.c  | 285 ++++++++++++++++++++
 bjoining/bjoining_vis2cuni.h  |  24 ++
 bjoining/bjoining_vu.c        |  41 +++
 bjoining/bjoining_ye.c        |  38 +++
 bjoining/bjoining_ye.h        |  14 +
 bjoining/compose.i	       |   8 +
 bjoining/fixfarsiye.c	       |  38 +++
 bjoining/msye.c	       |  38 +++
 bjoining/nonspace.i	       |  92 +++++++
 bjoining/shape.i	       |  79 ++++++
 bootstrap		       |   6 +
 configure.ac		       |  46 ++++
 font/Makefile		       |  29 ++
 font/bdf_set_names	       |  40 +++
 font/create_psf	       |  38 +++
 font/farsi-8x16.bdf.gz        | Bin 0 -> 39284 bytes
 font/farsi_arabic.sfm	       | 212 +++++++++++++++
 font/farsi_ascii.sfm	       |  96 +++++++
 font/farsi_bdf2psf.pl	       | 300 +++++++++++++++++++++
 font/farsi_marks.sfm	       | 242 +++++++++++++++++
 font/farsi_nomarks.sfm        | 233 ++++++++++++++++
 font/glyphlist.txt.gz	       | Bin 0 -> 12839 bytes
 keymap/COPYING		       |   1 +
 keymap/arab.kmap.gz	       | Bin 0 -> 1850 bytes
 keymap/isiri2901.kmap.gz      | Bin 0 -> 1856 bytes
 sbin/farsigetty	       |  65 +++++
 testtexts/fatiha	       |   7 +
 testtexts/hafez	       |  14 +
 testtexts/marks	       |  18 ++
 72 files changed, 4139 insertions(+)
