diff options
| author | Daniel Colascione | 2012-10-08 00:11:21 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-10-08 00:11:21 -0800 |
| commit | de6e3a605daa95ecbf427deb00a86c583262ce2c (patch) | |
| tree | e90cc722ce17f15d9818aad0b888fe212400ee7a /etc | |
| parent | e08348a0e6d440d5c2764c101de0a95fc12168c7 (diff) | |
| download | emacs-de6e3a605daa95ecbf427deb00a86c583262ce2c.tar.gz emacs-de6e3a605daa95ecbf427deb00a86c583262ce2c.zip | |
Add NEWS entries for cygw32
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -72,6 +72,10 @@ If you don't pass --with-x-toolkit to configure or if you pass | |||
| 72 | with Gtk+ version 3, and if that fails, try Gtk+ version 2. | 72 | with Gtk+ version 3, and if that fails, try Gtk+ version 2. |
| 73 | You can explicitly require a specific version by passing | 73 | You can explicitly require a specific version by passing |
| 74 | --with-x-toolkit=gtk2 or --with-x-toolkit=gtk3 to configure. | 74 | --with-x-toolkit=gtk2 or --with-x-toolkit=gtk3 to configure. |
| 75 | -- | ||
| 76 | ** The native Windows user interface is available for Cygwin. Passing | ||
| 77 | --with-w32 will configure a Cygwin emacs to use the Windows user | ||
| 78 | interface instead of the default, X11. | ||
| 75 | 79 | ||
| 76 | 80 | ||
| 77 | * Startup Changes in Emacs 24.3 | 81 | * Startup Changes in Emacs 24.3 |
| @@ -877,6 +881,11 @@ is detected. | |||
| 877 | Emacs now supports mouse highlight, help-echo (in the echo area), and | 881 | Emacs now supports mouse highlight, help-echo (in the echo area), and |
| 878 | mouse-autoselect-window. | 882 | mouse-autoselect-window. |
| 879 | 883 | ||
| 884 | ** Two new functions are available in Cygwin builds of Emacs: | ||
| 885 | cygwin-convert-path-from-windows and cygwin-convert-path-to-windows. | ||
| 886 | These functions allows lisp code to access the Cygwin path mapping | ||
| 887 | machinery to convert between Cygwin and Windows-native paths. | ||
| 888 | |||
| 880 | ** On MS-Windows Vista and later Emacs now supports symbolic links. | 889 | ** On MS-Windows Vista and later Emacs now supports symbolic links. |
| 881 | 890 | ||
| 882 | * Changes in Emacs 24.2 | 891 | * Changes in Emacs 24.2 |