diff options
| author | Paul Eggert | 2011-03-01 17:52:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-01 17:52:03 -0800 |
| commit | ba46f4d85a6938273f52a8cdf7e09d9afee61d7f (patch) | |
| tree | 606ec46b703532d463ccddf287f0053430eb1f4a /etc | |
| parent | d9d0d182da35312ed0d7a9859b9c6a03994d86d8 (diff) | |
| parent | 0dc3e4109e0c41bbf5fdcae0ff1156162719693e (diff) | |
| download | emacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.tar.gz emacs-ba46f4d85a6938273f52a8cdf7e09d9afee61d7f.zip | |
Merge from mainline.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | etc/NEWS.23 | 2 |
2 files changed, 8 insertions, 1 deletions
| @@ -353,6 +353,11 @@ Just set shell-dir-cookie-re to an appropriate regexp. | |||
| 353 | will turn on `whitespace-mode' for *vc-diff* buffers. Modes should | 353 | will turn on `whitespace-mode' for *vc-diff* buffers. Modes should |
| 354 | call `hack-dir-local-variables-non-file-buffer' to support this. | 354 | call `hack-dir-local-variables-non-file-buffer' to support this. |
| 355 | 355 | ||
| 356 | +++ | ||
| 357 | ** You can prevent directory local variables from applying to subdirectories. | ||
| 358 | Add an element (subdirs . nil) to the alist portion of any variables | ||
| 359 | settings 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 |
| 391 | by adding appt-make-list to diary-hook has been removed. Use appt-activate. | 398 | by 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. |
| 1747 | See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. | 1747 | See 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. |
| 1752 | See Info-breadcrumbs-depth to control it. | 1752 | See Info-breadcrumbs-depth to control it. |