Mercurial > hg > xemacs-beta
comparison nt/ChangeLog @ 2526:902d5bd9b75c
[xemacs-hg @ 2005-01-28 02:36:11 by ben]
Support symlinks under Windows
nt.c, fileio.c: Fix sync comments.
config.h.in, dired-msw.c, emacs.c, event-msw.c, fileio.c, glyphs.c, lisp.h, nt.c, process-nt.c, realpath.c, sound.c, symsinit.h, sysdep.c, sysfile.h, syswindows.h, win32.c: Add support for treating shortcuts under Windows as symbolic links.
Enabled with mswindows-shortcuts-are-links (t by default). Rewrite
lots of places to use PATHNAME_CONVERT_OUT, which is moved to
sysfile.h. Add PATHNAME_RESOLVE_LINKS, which only does things
under Windows.
Add profiling section for expand_file_name calls.
nt.c, sysdep.c: Unicode-ize.
realpath.c: Renamed from readlink_and_correct_case. Fix some problems with
Windows implementation due to incorrect understanding of workings
of the function.
sound.c, ntplay.c, sound.h: Rename play_sound_file to nt_play_sound_file and pass
internally-formatted data to it to avoid converting out and back
again.
text.h: is_c -> is_ascii.
author | ben |
---|---|
date | Fri, 28 Jan 2005 02:36:28 +0000 |
parents | c634f2d588e8 |
children | bc47870c97c2 |
comparison
equal
deleted
inserted
replaced
2525:52f00344a629 | 2526:902d5bd9b75c |
---|---|
1 2004-11-17 Ben Wing <ben@xemacs.org> | |
2 | |
3 * config.inc.samp: | |
4 * xemacs.mak (HAVE_WIDGETS): | |
5 * xemacs.mak (MSW_DEFINES): | |
6 * xemacs.mak ( NOTE): | |
7 | |
8 2004-11-13 Ben Wing <ben@xemacs.org> | |
9 | |
10 * config.inc.samp: | |
11 * xemacs.mak (HAVE_WIDGETS): | |
12 * xemacs.mak (MSW_DEFINES): | |
13 * xemacs.mak ( NOTE): | |
14 Support HAVE_WINDOWS_SHORTCUTS_AS_LINKS. | |
15 | |
1 2005-01-27 Ben Wing <ben@xemacs.org> | 16 2005-01-27 Ben Wing <ben@xemacs.org> |
2 | 17 |
3 * xemacs.mak ({$(MANDIR)}.texi{$(INFODIR)}.info): | 18 * xemacs.mak ({$(MANDIR)}.texi{$(INFODIR)}.info): |
4 Use filename only when calling makeinfo, or it chokes on index | 19 Use filename only when calling makeinfo, or it chokes on index |
5 generation. | 20 generation. |