aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2019-04-11 21:58:20 +0200
committerNicolas Petton2019-04-11 21:58:20 +0200
commite04aa5aff25855367b1ac3ee5b584e6864ebd776 (patch)
treeabe31169b50b77ecd4ae3698e45c6fe67362f571
parent8297e97f1a31b03828dfd6773e77b18cc5265391 (diff)
downloademacs-e04aa5aff25855367b1ac3ee5b584e6864ebd776.tar.gz
emacs-e04aa5aff25855367b1ac3ee5b584e6864ebd776.zip
; ChangeLog.3 update
-rw-r--r--ChangeLog.3147
1 files changed, 146 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 53c1bcf614f..e49a3762643 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,148 @@
12019-04-11 Eli Zaretskii <eliz@gnu.org>
2
3 Improve documentation of 'read-command'
4
5 * src/minibuf.c (Fread_command): Document the return value
6 when DEFAULT-VALUE is nil and the user enters nothing.
7 * doc/lispref/minibuf.texi (High-Level Completion): Document
8 the printed representation of a symbol whose name is empty.
9 (Bug#3522)
10
112019-04-11 Eli Zaretskii <eliz@gnu.org>
12
13 Fix an outdated URL in a comment
14
15 * src/emacs.c: Fix reference to Cocoa CoreFoundation Release
16 Notes. (Bug#35225)
17
182019-04-11 Basil L. Contovounesios <contovob@tcd.ie>
19
20 Backport: Fix comment-empty-lines docstring (bug#35152)
21
22 * lisp/newcomment.el (comment-empty-lines): Consistently use US
23 commas in docstring. Fix indentation of and typo in custom :type.
24
25 (cherry picked from commit 690c678fb6c1fb5b2f828f9bb90782bd0b01c399)
26
272019-04-11 Alex Branham <alex.branham@gmail.com>
28
29 Backport: Update documentation for indent-relative functions
30
31 * lisp/indent.el (indent-relative): Document what happens when there
32 is no previous nonblank line.
33 * doc/lispref/text.texi (Relative Indent): Document
34 indent-relative-first-indent-point instead of obsolete
35 indent-relative-maybe. Fix documentation of which argument from
36 'indent-relative' is used.
37
38 Bug#34858
39
40 (cherry picked from commit 10cd65878c741d2a22a1f2c36c54fcad4e516f72)
41
422019-04-11 Noam Postavsky <npostavs@gmail.com>
43
44 Update nxml-mode.texi: completion now gives xmlns="-!-"
45
46 * doc/misc/nxml-mode.texi (Completion): As of 2016-01-16 "* lisp/nxml:
47 Use standard completion; it also works for company-mode", completing
48 an attribute when there is only one candidate inserts both quotes.
49 Update the example accordingly.
50
512019-04-10 Eric Abrahamsen <eric@ericabrahamsen.net>
52
53 Note that choose-completion-string-functions funcs take four args
54
55 * lisp/simple.el (choose-completion-string-functions): Functions in
56 this list actually need to accept four arguments, though the fourth
57 should be ignored.
58
592019-04-10 Gemini Lasswell <gazally@runbox.com>
60
61 Address name conflicts in EIEIO documentation (bug#31660)
62
63 * doc/misc/eieio.texi (Quick Start): Rename the class used in the
64 example from 'record' to 'person'.
65 (Building Classes): Advise user to check for name conflicts before
66 naming a class. Add a missing apostrophe.
67 (Making New Objects): Correct grammar. Rename the class used in the
68 example from 'record' to 'my-class'.
69
702019-04-09 Mattias Engdegård <mattiase@acm.org>
71
72 Clarify the TESTFN argument to `alist-get'
73
74 * lisp/subr.el (alist-get):
75 Rephrase the initial text to clarify the meaning of the TESTFN argument.
76 It's an equality predicate, not a look-up function (Bug#35206).
77
78 (cherry picked from commit c81465580fe262f28ce47502c00f4afcbe3b8f8d)
79
802019-04-08 Eli Zaretskii <eliz@gnu.org>
81
82 * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)
83
842019-04-06 Eli Zaretskii <eliz@gnu.org>
85
86 Fix doc strings of 'vc-version-diff' and 'vc-version-ediff'
87
88 * lisp/vc/vc.el (vc-version-diff, vc-version-ediff): Describe
89 arguments in the doc strings. (Bug#35019)
90
912019-04-06 Eli Zaretskii <eliz@gnu.org>
92
93 Improve documentation of set-window-start
94
95 * doc/lispref/windows.texi (Window Start and End):
96 * src/window.c (Fset_window_start): Document that reliable
97 setting of a window start position requires to adjust point to
98 be visible. (Bug#34038)
99
1002019-04-06 Eli Zaretskii <eliz@gnu.org>
101
102 Improve documentation of window parameters
103
104 * doc/lispref/windows.texi (Cyclic Window Ordering): Describe
105 the effect of the 'other-window' window parameter.
106 (Window Parameters): Improve the descriptions of window
107 parameters. Move the detailed description of the
108 'quit-restore' window parameter from here...
109 (Quitting Windows): ...to here. (Bug#35063)
110
1112019-04-06 Eli Zaretskii <eliz@gnu.org>
112
113 Improve commentary in frame.el
114
115 * lisp/frame.el: Improve commentary for display-* functions.
116 (Bug#35058)
117
1182019-04-06 Mauro Aranda <maurooaranda@gmail.com>
119
120 Fix typo in a doc string
121
122 * lisp/autorevert.el (global-auto-revert-mode): Fix a typo.
123 (Bug#35165)
124
1252019-03-20 Paul Eggert <eggert@cs.ucla.edu>
126
127 Say which regexp ranges should be avoided
128
129 * doc/lispref/searching.texi (Regexp Special): Say that
130 regular expressions like "[a-m-z]" and "[[:alpha:]-~]" should
131 be avoided, for the same reason that regular expressions like
132 "+" and "*" should be avoided: POSIX says their behavior is
133 undefined, and they are confusing anyway. Also, explain
134 better what happens when the bound of a range is a raw 8-bit
135 byte; the old explanation appears to have been obsolete
136 anyway. Finally, say that ranges like "[\u00FF-\xFF]" that
137 mix non-ASCII characters and raw 8-bit bytes should be
138 avoided, since it’s not clear what they should mean.
139
1402019-03-20 Nicolas Petton <nicolas@petton.fr>
141
142 * etc/AUTHORS: Update.
143
144 * ; ChangeLog.3 update
145
12019-03-20 Eli Zaretskii <eliz@gnu.org> 1462019-03-20 Eli Zaretskii <eliz@gnu.org>
2 147
3 Improve indexing of the user manual 148 Improve indexing of the user manual
@@ -64946,7 +65091,7 @@
64946 65091
64947This file records repository revisions from 65092This file records repository revisions from
64948commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 65093commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
64949commit 0f523deec1c1e9e2a5a3474f912aa2183d3fe33d (inclusive). 65094commit 85829363f728c410e33ffdc3839202977b2115cc (inclusive).
64950See ChangeLog.1 for earlier changes. 65095See ChangeLog.1 for earlier changes.
64951 65096
64952;; Local Variables: 65097;; Local Variables: