aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-08 00:11:21 -0800
committerDaniel Colascione2012-10-08 00:11:21 -0800
commitde6e3a605daa95ecbf427deb00a86c583262ce2c (patch)
treee90cc722ce17f15d9818aad0b888fe212400ee7a /etc
parente08348a0e6d440d5c2764c101de0a95fc12168c7 (diff)
downloademacs-de6e3a605daa95ecbf427deb00a86c583262ce2c.tar.gz
emacs-de6e3a605daa95ecbf427deb00a86c583262ce2c.zip
Add NEWS entries for cygw32
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1a7eb82967d..ef7ef0c3d38 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -72,6 +72,10 @@ If you don't pass --with-x-toolkit to configure or if you pass
72with Gtk+ version 3, and if that fails, try Gtk+ version 2. 72with Gtk+ version 3, and if that fails, try Gtk+ version 2.
73You can explicitly require a specific version by passing 73You 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
78interface 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.
877Emacs now supports mouse highlight, help-echo (in the echo area), and 881Emacs now supports mouse highlight, help-echo (in the echo area), and
878mouse-autoselect-window. 882mouse-autoselect-window.
879 883
884** Two new functions are available in Cygwin builds of Emacs:
885cygwin-convert-path-from-windows and cygwin-convert-path-to-windows.
886These functions allows lisp code to access the Cygwin path mapping
887machinery 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