Am Mittwoch, 5. April 2006 03:39 schrieb Enrico Forestieri:
> I also fixed the bug about the checkbox status in QPrefs.C, as it is
> very annoying that it does the contrary of what its label says
> (inverted logic).
What about qt4, xforms, gtk? Please send a patch if one of them needs this
fix, too.
I put the patch in. Log:
Fix mess up of internal/external paths (from Enrico Forestieri)
* src/frontends/qt2/QPrefs.C:
(internal_path_list, external_path_list): Handle the PATH prefix
style according to the user-prefs style.
(QPrefs::apply, QPrefs::update_contents): fix inverted logic of
rc.cygwin_path_fix
* src/support/os.h: New declarations to deal with PATH lists.
* src/support/os_cygwin.C: Major rewrite to account for path style
problems.
* src/support/os_unix.C:
* src/support/os_win32.C: Stub functions for PATH lists.
* src/support/environment.C: fix bug 2344: Wrong path_prefix handling
in cygwin
* src/support/filetools.C (ChangeExtension): fix for the path
style to be written in .tex files (cygwin related).
Georg