aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2013-04-18 08:33:35 +0200
committerJoakim Verona2013-04-18 08:33:35 +0200
commit2c9934db35546fb83c060318de178b63f33d42fd (patch)
treef06bafcf59847a06bafdd408e80e7af6356bc69a /etc
parent7ae411e3bef9f3bb49502614067b301944b775bf (diff)
parentfc7f4d7e6a16f2fb5d166d73a678b71cd650c195 (diff)
downloademacs-2c9934db35546fb83c060318de178b63f33d42fd.tar.gz
emacs-2c9934db35546fb83c060318de178b63f33d42fd.zip
auto upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS15
2 files changed, 18 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2b7534dc1e7..0dd27a1c0c0 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-04-18 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention new key ? for describe-prefix-bindings.
4
12013-04-15 Christopher Schmidt <christopher@ch.ristopher.com> 52013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
2 6
3 * NEWS: Mention separation of package descriptor and name of 7 * NEWS: Mention separation of package descriptor and name of
diff --git a/etc/NEWS b/etc/NEWS
index 0830a7be469..8f64aa6e7ee 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -37,6 +37,8 @@ It is no longer needed, as the crt*.o files are no longer linked specially.
37 37
38* Changes in Emacs 24.4 38* Changes in Emacs 24.4
39 39
40** Key ? also describes prefix bindings like C-h.
41
40+++ 42+++
41** `apropos-variable' is now `apropos-user-option' 43** `apropos-variable' is now `apropos-user-option'
42`apropos-user-option' shows all user options while `apropos-variable' 44`apropos-user-option' shows all user options while `apropos-variable'
@@ -323,7 +325,18 @@ file using `set-file-extended-attributes'.
323 325
324* Lisp Changes in Emacs 24.4 326* Lisp Changes in Emacs 24.4
325 327
326** `dont-compile' is declared obsolete. 328** Obsoleted functions:
329*** `dont-compile'
330*** `lisp-complete-symbol'
331*** `field-complete'
332*** `minibuffer-completion-contents'
333
334** `with-wrapper-hook' is obsoleted by `add-function'.
335The few hooks that used with-wrapper-hook are replaced as follows:
336*** `abbrev-expand-function' obsoletes `abbrev-expand-functions'.
337*** `completion-in-region-function' obsoletes `completion-in-region-functions'.
338*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'.
339
327 340
328** `get-upcase-table' is obsoleted by the new `case-table-get-table'. 341** `get-upcase-table' is obsoleted by the new `case-table-get-table'.
329 342