aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-03-01 17:52:03 -0800
committerPaul Eggert2011-03-01 17:52:03 -0800
commitba46f4d85a6938273f52a8cdf7e09d9afee61d7f (patch)
tree606ec46b703532d463ccddf287f0053430eb1f4a /etc
parentd9d0d182da35312ed0d7a9859b9c6a03994d86d8 (diff)
parent0dc3e4109e0c41bbf5fdcae0ff1156162719693e (diff)
downloademacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.tar.gz
emacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.zip
Merge from mainline.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
-rw-r--r--etc/NEWS.232
2 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cfb788940d0..7be8d4fb34b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -353,6 +353,11 @@ Just set shell-dir-cookie-re to an appropriate regexp.
353will turn on `whitespace-mode' for *vc-diff* buffers. Modes should 353will turn on `whitespace-mode' for *vc-diff* buffers. Modes should
354call `hack-dir-local-variables-non-file-buffer' to support this. 354call `hack-dir-local-variables-non-file-buffer' to support this.
355 355
356+++
357** You can prevent directory local variables from applying to subdirectories.
358Add an element (subdirs . nil) to the alist portion of any variables
359settings to indicate said section should not be applied to subdirectories.
360
356** ERC changes 361** ERC changes
357 362
358*** New vars `erc-autojoin-timing' and `erc-autojoin-delay'. 363*** New vars `erc-autojoin-timing' and `erc-autojoin-delay'.
@@ -386,6 +391,8 @@ You can get a comparable behavior with:
386 391
387** Calendar, Diary, and Appt 392** Calendar, Diary, and Appt
388 393
394*** New function `diary-hebrew-birthday'.
395
389--- 396---
390*** The obsolete (since Emacs 22.1) method of enabling the appt package 397*** The obsolete (since Emacs 22.1) method of enabling the appt package
391by adding appt-make-list to diary-hook has been removed. Use appt-activate. 398by adding appt-make-list to diary-hook has been removed. Use appt-activate.
diff --git a/etc/NEWS.23 b/etc/NEWS.23
index 6b6cbe48328..181548e98d6 100644
--- a/etc/NEWS.23
+++ b/etc/NEWS.23
@@ -1746,7 +1746,7 @@ directories in which `ffap-rfc' will first search for RFCs.
1746*** hide-ifdef-mode allows shadowing ifdef-blocks instead of hiding them. 1746*** hide-ifdef-mode allows shadowing ifdef-blocks instead of hiding them.
1747See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. 1747See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
1748 1748
1749*** `icomplete-prospects-height' now supercedes `icomplete-prospects-length'. 1749*** `icomplete-prospects-height' now supersedes `icomplete-prospects-length'.
1750 1750
1751*** Info displays breadcrumbs in the header of the page. 1751*** Info displays breadcrumbs in the header of the page.
1752See Info-breadcrumbs-depth to control it. 1752See Info-breadcrumbs-depth to control it.