aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorNicolas Petton2016-09-15 23:30:09 +0200
committerNicolas Petton2016-09-15 23:30:09 +0200
commitf0eb70d8935be90f7c03e187c12d9b60e7214cc6 (patch)
tree2a5904095b758c453ebfda6a1e79b88d4544dc6d /ChangeLog.2
parent8d0ff839a5e3d1fbb25b16ad86bf37ccd2f6b291 (diff)
downloademacs-f0eb70d8935be90f7c03e187c12d9b60e7214cc6.tar.gz
emacs-f0eb70d8935be90f7c03e187c12d9b60e7214cc6.zip
; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 releaseemacs-25.1
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.2108
1 files changed, 107 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index bff2a0d98f2..79f44fd8bb8 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,109 @@
12016-09-16 Nicolas Petton <nicolas@petton.fr>
2
3 * Version 25.1 released.
4
52016-09-15 Nicolas Petton <nicolas@petton.fr>
6
7 * etc/AUTHORS: Regenerate the AUTHORS file
8
92016-09-15 Eli Zaretskii <eliz@gnu.org>
10
11 Update admin/authors.el
12
13 * admin/authors.el (authors-fixed-entries): Add an entry for Bob
14 Weiner.
15
162016-09-14 Eli Zaretskii <eliz@gnu.org>
17
18 Update Antinews in ELisp manual
19
20 * doc/lispref/anti.texi (Antinews): Update for Emacs 25.1.
21 * doc/lispref/elisp.texi (Top): Update the main menu entry for
22 Antinews.
23
242016-09-11 Noam Postavsky <npostavs@gmail.com>
25
26 Fix comments on window height macros
27
28 * src/window.h (WINDOW_MODE_LINE_HEIGHT, WINDOW_HEADER_LINE_HEIGHT): Fix
29 confusing claim that "height is in pixels and in lines"; in fact it's in
30 pixels.
31
322016-09-10 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
33
34 Fix 'url-http-create-request' when cookies are used
35
36 * lisp/url/url-http.el (url-http-create-request): Make sure the
37 cookie headers are a unibyte string. For the details, see
38 http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00202.html.
39
402016-09-08 Martin Rudalics <rudalics@gmx.at>
41
42 Fix cross reference in frames.texi
43
44 * doc/lispref/frames.texi (Minibuffers and Frames): Fix cross
45 reference.
46
472016-09-04 immerrr <immerrr@gmail.com>
48
49 Fix regexp-opt documentation (bug #17862)
50
51 * lisp/emacs-lisp/regexp-opt.el (regexp-opt):
52 * doc/lispref/searching.texi (Regexp Functions): Update PAREN doc.
53
542016-08-31 Nicolas Richard <youngfrog@members.fsf.org>
55
56 * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.
57
582016-08-27 Noam Postavsky <npostavs@gmail.com>
59
60 Fix tags-query-replace docstring
61
62 * lisp/progmodes/etags.el (tags-query-replace): Remove incorrect info
63 regarding non-existent parameters.
64
652016-08-26 Eli Zaretskii <eliz@gnu.org>
66
67 Clarify documentation of precision in format specs
68
69 * doc/lispref/strings.texi (Formatting Strings): Be less
70 definitive wrt what precision means in format specs other than
71 floating-point, %s and %S. (Bug#24314)
72
732016-08-24 Eli Zaretskii <eliz@gnu.org>
74
75 Improve and clarify documentation of subprocesses
76
77 * doc/lispref/processes.texi (Subprocess Creation, Shell Arguments):
78 Mention 'make-process' rather than 'start-process'. Update wrt
79 standard destinations of standard output/error streams and due to
80 different formats of arguments accepted by 'make-process'.
81 (Processes): Mention process objects that represent connections.
82 (Synchronous Processes): Minor clarifications.
83 (Asynchronous Processes): Describe 'make-process' and
84 'make-pipe-process' before 'start-process'. Update and expand the
85 documentation.
86 (Deleting Processes, Process Information, Input to Processes)
87 (Signals to Processes, Query Before Exit, Network): Update and
88 expand the documentation, especially wrt process objects that
89 represent connections.
90 (Output from Processes): Mention the possibility of separating
91 stderr via 'make-process'.
92 (Filter Functions): Mention that stderr by default arrives at the
93 filter function together with stdout. (Bug#24287)
94
95 * src/process.c (Fprocess_id, Fprocess_command)
96 (Fprocess_contact, Fprocess_type, Fstop_process): Doc fixes for
97 process objects that represent connections.
98
992016-08-23 Paul Eggert <eggert@cs.ucla.edu>
100
101 * etc/PROBLEMS: Mention gnutls-cli 3.5.3 (Bug#24247).
102
1032016-08-21 Nicolas Petton <nicolas@petton.fr>
104
105 * etc/AUTHORS: Update the AUTHORS file
106
12016-08-20 Philipp Stephani <phst@google.com> 1072016-08-20 Philipp Stephani <phst@google.com>
2 108
3 Some assorted documentation clarifications 109 Some assorted documentation clarifications
@@ -33363,7 +33469,7 @@
33363 33469
33364This file records repository revisions from 33470This file records repository revisions from
33365commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 33471commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
33366commit 73cbb813cfea53e4162409f2adc0a793ab301894 (inclusive). 33472commit 0ffc9cef49b0fceb3c5e904837ea5675fe4306ac (inclusive).
33367See ChangeLog.1 for earlier changes. 33473See ChangeLog.1 for earlier changes.
33368 33474
33369;; Local Variables: 33475;; Local Variables: