aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaniel Colascione2012-11-18 17:39:37 -0800
committerDaniel Colascione2012-11-18 17:39:37 -0800
commit6e9f7997b36d21004794fa2b8a550729cbabd81a (patch)
tree593f2e582974d5fd2157204f1fa6eeef425a2f55 /etc
parent031b541f1943a49ee06944cc5957dab3f7baedf9 (diff)
downloademacs-6e9f7997b36d21004794fa2b8a550729cbabd81a.tar.gz
emacs-6e9f7997b36d21004794fa2b8a550729cbabd81a.zip
Rename cygwin_convert_path* to cygwin_convert_file_name*
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 57e40982af6..c906640d80e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1034,9 +1034,10 @@ takes precedence over most other maps for a short while (normally one key).
1034Pass --with-w32 to configure. The default remains the X11 interface. 1034Pass --with-w32 to configure. The default remains the X11 interface.
1035 1035
1036** Two new functions are available in Cygwin builds: 1036** Two new functions are available in Cygwin builds:
1037`cygwin-convert-path-from-windows' and `cygwin-convert-path-to-windows'. 1037`cygwin-convert-file-name-from-windows' and
1038These functions allow Lisp code to access the Cygwin file-name mapping 1038`cygwin-convert-file-name-to-windows'. These functions allow Lisp
1039machinery to convert between Cygwin and Windows-native file names. 1039code to access the Cygwin file-name mapping machinery to convert
1040between Cygwin and Windows-native file and directory names.
1040 1041
1041** When invoked with the -nw switch to run on the Windows text-mode terminal, 1042** When invoked with the -nw switch to run on the Windows text-mode terminal,
1042Emacs now supports mouse highlight, help-echo (in the echo area), and 1043Emacs now supports mouse highlight, help-echo (in the echo area), and