aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-06-19 00:47:00 +0200
committerPaul Eggert2016-06-19 00:47:00 +0200
commit68cb71c0928eb8b10487a125192f43923e8bfe7f (patch)
tree053133358af1bd991d60ed6c29590ad84b29fed0 /etc
parent87c9d8fcec183c8f4933e218c1895b6a0722b1e1 (diff)
parent9ae514a9b7ed368ea97ddefa806079b6423833cb (diff)
downloademacs-68cb71c0928eb8b10487a125192f43923e8bfe7f.tar.gz
emacs-68cb71c0928eb8b10487a125192f43923e8bfe7f.zip
Merge from origin/emacs-25
9ae514a * etc/AUTHORS: Update the AUTHORS file 3ca428e add entries to authors.el 66d556b Fix eldoc-related freezes in python mode d59bcbc Handle mouse leaving initial window in `mouse-set-region' (Bu... 27fe1e4 org.el: Fix bindings of < and > for calendar scrolling a813487 Fix undo boundary in recursive edit (Bug#23632) 1f85b7c Doc fixes re alist-get. (Bug#23548) ba3f206 * lisp/progmodes/python.el (inferior-python-mode): Avoid tabs... 56fa055 * src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>:... 4c1370a * lisp/help-fns.el (describe-function-1): Fix handling of fil... a3f7ae8 * lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by". 601b9b2 * doc/misc/cl.texi (Mapping over Sequences): Fix cl-notevery.
Diffstat (limited to 'etc')
-rw-r--r--etc/AUTHORS15
-rw-r--r--etc/NEWS3
2 files changed, 9 insertions, 9 deletions
diff --git a/etc/AUTHORS b/etc/AUTHORS
index 760d7354ba5..9a4aaf6d554 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -351,14 +351,13 @@ and changed ada-mode.texi frames.texi generic-x.el texinfo.el
351 351
352Artem Chuprina: changed message.el 352Artem Chuprina: changed message.el
353 353
354Artur Malabarba: wrote character-fold-tests.el faces-tests.el 354Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el
355 isearch-tests.el let-alist.el simple-test.el sort-tests.el 355 let-alist.el simple-test.el sort-tests.el tabulated-list-test.el
356 tabulated-list-test.el 356and changed package.el isearch.el lisp/char-fold.el files.el
357and changed package.el isearch.el character-fold.el files.el 357 tabulated-list.el package-test.el menu-bar.el
358 tabulated-list.el package-test.el menu-bar.el faces.el files-x.el 358 test/automated/char-fold-tests.el faces.el files-x.el help-fns.el
359 help-fns.el replace.el align.el bytecomp.el custom.texi cl-lib-tests.el 359 replace.el align.el bytecomp.el custom.texi cl-lib-tests.el custom.el
360 custom.el map.el simple.el subr-tests.el variables.texi bindings.el 360 map.el simple.el subr-tests.el variables.texi and 40 other files
361 and 39 other files
362 361
363Arun Persaud: changed org-agenda.el org-src.el 362Arun Persaud: changed org-agenda.el org-src.el
364 363
diff --git a/etc/NEWS b/etc/NEWS
index d8583cf5ab8..b3a044d4cd2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2177,7 +2177,8 @@ codeset is "UTF-8" (as in "en_US.UTF-8"). This is needed because
2177MS-Windows doesn't support UTF-8 as codeset in its locales. 2177MS-Windows doesn't support UTF-8 as codeset in its locales.
2178 2178
2179+++ 2179+++
2180** New function 'alist-get', which is also a valid place (aka lvalue). 2180** New function 'alist-get', which is a generalized variable
2181suitable for use with 'setf'.
2181 2182
2182+++ 2183+++
2183** New function 'funcall-interactively', which works like 'funcall' 2184** New function 'funcall-interactively', which works like 'funcall'