aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-12-26 23:55:14 -0800
committerGlenn Morris2012-12-26 23:55:14 -0800
commit1ab0c851fc0f1d2e1c54196bfaeb67a3bd916741 (patch)
tree75904e8eb89d99dd93de5b39ff15991b145967da /etc
parentdb590ef6e30d0b962e226ce5c5a003cc52a17953 (diff)
downloademacs-1ab0c851fc0f1d2e1c54196bfaeb67a3bd916741.tar.gz
emacs-1ab0c851fc0f1d2e1c54196bfaeb67a3bd916741.zip
Document cygwin-convert-file-name-{to|from}-windows
* doc/lispref/files.texi (File Names): Mention Cygwin conversion functions. * src/cygw32.c (Fcygwin_convert_file_name_to_windows) (Fcygwin_convert_file_name_from_windows): Doc fixes. * etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4cf2e9d6da9..292d2d04a13 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -997,14 +997,16 @@ takes precedence over most other maps for a short while (normally one key).
997** Cygwin builds can use the native MS Windows user interface. 997** Cygwin builds can use the native MS Windows user interface.
998Pass --with-w32 to configure. The default remains the X11 interface. 998Pass --with-w32 to configure. The default remains the X11 interface.
999 999
1000+++
1000** Two new functions are available in Cygwin builds: 1001** Two new functions are available in Cygwin builds:
1001`cygwin-convert-file-name-from-windows' and 1002`cygwin-convert-file-name-from-windows' and
1002`cygwin-convert-file-name-to-windows'. These functions allow Lisp 1003`cygwin-convert-file-name-to-windows'. These functions allow Lisp
1003code to access the Cygwin file-name mapping machinery to convert 1004code to access the Cygwin file-name mapping machinery to convert
1004between Cygwin and Windows-native file and directory names. 1005between Cygwin and Windows-native file and directory names.
1005 1006
1007---
1006** When invoked with the -nw switch to run on the Windows text-mode terminal, 1008** When invoked with the -nw switch to run on the Windows text-mode terminal,
1007Emacs now supports mouse highlight, help-echo (in the echo area), and 1009Emacs now supports `mouse-highlight', help-echo (in the echo area), and
1008`mouse-autoselect-window'. 1010`mouse-autoselect-window'.
1009 1011
1010+++ 1012+++