diff options
author | Daniel Colascione <dancol@dancol.org> | 2012-11-18 17:39:37 -0800 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2012-11-18 17:39:37 -0800 |
commit | 6e9f7997b36d21004794fa2b8a550729cbabd81a (patch) | |
tree | 593f2e582974d5fd2157204f1fa6eeef425a2f55 /etc | |
parent | 031b541f1943a49ee06944cc5957dab3f7baedf9 (diff) | |
download | emacs-6e9f7997b36d21004794fa2b8a550729cbabd81a.tar.gz |
Rename cygwin_convert_path* to cygwin_convert_file_name*
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1034,9 +1034,10 @@ takes precedence over most other maps for a short while (normally one key). Pass --with-w32 to configure. The default remains the X11 interface. ** Two new functions are available in Cygwin builds: -`cygwin-convert-path-from-windows' and `cygwin-convert-path-to-windows'. -These functions allow Lisp code to access the Cygwin file-name mapping -machinery to convert between Cygwin and Windows-native file names. +`cygwin-convert-file-name-from-windows' and +`cygwin-convert-file-name-to-windows'. These functions allow Lisp +code to access the Cygwin file-name mapping machinery to convert +between Cygwin and Windows-native file and directory names. ** When invoked with the -nw switch to run on the Windows text-mode terminal, Emacs now supports mouse highlight, help-echo (in the echo area), and |