]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Emulate POSIX_SIGNALS on MS-Windows.
[gnu-emacs] / etc / NEWS
index 31b3e13371252c1fda2f597cf2af9c9373531bef..e4288684818bccffb45c631a3b67c171a78f7158 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -30,6 +30,10 @@ so we will look at it and add it to the manual.
 These provide no new functionality, they just remove the need to edit
 lib-src/Makefile by hand in order to use the associated features.
 
+---
+** There is a new configure option --with-crt-dir.
+This is only useful if your crt*.o files are in a non-standard location.
+
 ** Configure links against libselinux if it is found.
 You can disable this by using --without-selinux.
 
@@ -103,11 +107,16 @@ define it as a scroll command affected by `scroll-preserve-screen-position.
 \f
 * Editing Changes in Emacs 24.1
 
+** completion-at-point is now an alias for complete-symbol.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 24.1
 
 ** Archive Mode has basic support to browse 7z archives.
 
+** In ido-mode, C-v is no longer bound to ido-toggle-vc.
+The reason is that this interferes with cua-mode.
+
 ** partial-completion-mode is now obsolete.
 You can get the same behavior with
 (setq completion-styles '(partial-completion initials)).