diff options
| author | Glenn Morris | 2012-12-26 23:55:14 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-26 23:55:14 -0800 |
| commit | 1ab0c851fc0f1d2e1c54196bfaeb67a3bd916741 (patch) | |
| tree | 75904e8eb89d99dd93de5b39ff15991b145967da /etc | |
| parent | db590ef6e30d0b962e226ce5c5a003cc52a17953 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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. |
| 998 | Pass --with-w32 to configure. The default remains the X11 interface. | 998 | Pass --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 |
| 1003 | code to access the Cygwin file-name mapping machinery to convert | 1004 | code to access the Cygwin file-name mapping machinery to convert |
| 1004 | between Cygwin and Windows-native file and directory names. | 1005 | between 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, |
| 1007 | Emacs now supports mouse highlight, help-echo (in the echo area), and | 1009 | Emacs now supports `mouse-highlight', help-echo (in the echo area), and |
| 1008 | `mouse-autoselect-window'. | 1010 | `mouse-autoselect-window'. |
| 1009 | 1011 | ||
| 1010 | +++ | 1012 | +++ |