>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 27-Oct-99 Jean-Marc Lasgouttes wrote:
>>>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
>>
Juergen> Hi! I've just seen that the '-' -> '_' problem is not solved
Juergen> yet in lyx-devel. I think at least this should be solved
Juergen> before releasing 1.1.1! Does somebody have an idea how this
Juergen> could be done cleanly?
>> The latest I've seen proposed is from SMiyata, something like the
>> following in Spaceless()
>>
>> - if (!isalnum(name[i]) && name[i] != '.') + if (!isalnum(name[i])
>> && name[i] != '.' + && name[i] != '-' && name[i] != '+' && name[i]
>> != '=' )
>>
>> However, Lars has already prepared lyx 1.1.1 for release, and I am
>> to announce it. So be it. Anyway, there will be various problems
>> with 1.1.1 and 1.1.2 should follow soon.
>>
Juergen> I really think at least this fix should go in!!!
I think it should have too. But since Lars has already put the files
on ftp, I thought I had no choice. The announce has gone now.
JMarc