diff options
| author | Daniel Colascione | 2012-11-18 17:39:37 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-11-18 17:39:37 -0800 |
| commit | 6e9f7997b36d21004794fa2b8a550729cbabd81a (patch) | |
| tree | 593f2e582974d5fd2157204f1fa6eeef425a2f55 /etc | |
| parent | 031b541f1943a49ee06944cc5957dab3f7baedf9 (diff) | |
| download | emacs-6e9f7997b36d21004794fa2b8a550729cbabd81a.tar.gz emacs-6e9f7997b36d21004794fa2b8a550729cbabd81a.zip | |
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). | |||
| 1034 | Pass --with-w32 to configure. The default remains the X11 interface. | 1034 | Pass --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 |
| 1038 | These functions allow Lisp code to access the Cygwin file-name mapping | 1038 | `cygwin-convert-file-name-to-windows'. These functions allow Lisp |
| 1039 | machinery to convert between Cygwin and Windows-native file names. | 1039 | code to access the Cygwin file-name mapping machinery to convert |
| 1040 | between 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, |
| 1042 | Emacs now supports mouse highlight, help-echo (in the echo area), and | 1043 | Emacs now supports mouse highlight, help-echo (in the echo area), and |