jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Jed on Windows: last minute fixes


Hi,

John said he will release jed 0.99-18 soon, so there are some fixes needed
on Windows.

- jed-fix-win32-relative-with-drive.patch is a one-character patch to fix
opening a file with a relative path but specifying a drive.
Well, on DOS, a path like 'D:testfile.txt' means "open the file
'testfile.txt' located on the current directory of drive 'D'". Yes, DOS (and
Windows) keeps a "current directory" for every drive. Without this patch,
JED converted the path to 'D:\testfile.txt'.

- wjed-extended-input-support.patch: well, this is a far more complex patch.

With this, an UTF-enabled WJED recodes Double Byte characters to WideChar,
allowing a correct display. This also enables tracking the input locale
changes while WJED is running, changing the convertion charset and choosing
a good font to display characters in the new character set.

I wrote this following some hints from Marko.

Thanks,
					Dino

Attachment: jed-fix-win32-relative-with-drive.patch
Description: Binary data

Attachment: wjed-extended-input-support.patch
Description: Binary data


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]