aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2013-07-20 20:51:53 +0900
committerKenichi Handa2013-07-20 20:51:53 +0900
commit7e67809332c7ac0c798eb13d5573a5804db8134e (patch)
treeee8d4702ed94e7179ae30740f6575ca698539d30 /etc
parent0efe47a860bba25617132f02e2220056bfa098b0 (diff)
parent6b1b199dc0e3e7f8028fabe87fac446f5a845479 (diff)
downloademacs-7e67809332c7ac0c798eb13d5573a5804db8134e.tar.gz
emacs-7e67809332c7ac0c798eb13d5573a5804db8134e.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 46aaf185133..f98ebec8003 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -561,6 +561,9 @@ The few hooks that used with-wrapper-hook are replaced as follows:
561*** `completion-in-region-function' obsoletes `completion-in-region-functions'. 561*** `completion-in-region-function' obsoletes `completion-in-region-functions'.
562*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'. 562*** `filter-buffer-substring-function' obsoletes `filter-buffer-substring-functions'.
563 563
564** `split-string' now takes an optional argument TRIM.
565The value, if non-nil, is a regexp that specifies what to trim from
566the start and end of each substring.
564 567
565** `get-upcase-table' is obsoleted by the new `case-table-get-table'. 568** `get-upcase-table' is obsoleted by the new `case-table-get-table'.
566 569