aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-03-19 13:07:02 -0700
committerPaul Eggert2017-03-19 13:09:31 -0700
commit20ccaa63dbf20c0a64e0df360800ee61423252b7 (patch)
tree3147380348f0fa2bda854bbe8474c0cc8085f2f8
parentd7f4830215801c0c8d7fee0900ff99159b7a474d (diff)
downloademacs-20ccaa63dbf20c0a64e0df360800ee61423252b7.tar.gz
emacs-20ccaa63dbf20c0a64e0df360800ee61423252b7.zip
* ChangeLog.2: Merge from emacs-25.
-rw-r--r--ChangeLog.2332
1 files changed, 330 insertions, 2 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index b73651d814d..a9e1dd2a117 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,331 @@
12017-02-18 Noam Postavsky <npostavs@gmail.com>
2
3 * lisp/woman.el (woman): Fix docstring prefix arg description.
4
52017-02-18 Eli Zaretskii <eliz@gnu.org>
6
7 Mention "editor" in Emacs man page header
8
9 * doc/man/emacs.1.in: Mention "editor" in the header line.
10 (Bug#25771, Bug#25779)
11
122017-02-18 Eli Zaretskii <eliz@gnu.org>
13
14 Document problems with nerd-fonts
15
16 * etc/PROBLEMS (fonts): Describe the potential problems with
17 nerd-fonts that cause slow display. (Bug#25697)
18
192017-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * doc/lispref/modes.texi (Derived Modes): Make example more idiomatic
22
232017-02-12 Eli Zaretskii <eliz@gnu.org>
24
25 Clarify what is the "cursor"
26
27 * doc/lispref/windows.texi (Window Point): Clarify the notion of
28 "cursor".
29
302017-02-10 Eli Zaretskii <eliz@gnu.org>
31
32 Improve commentary in lisp.h
33
34 * src/lisp.h: Explain in the comment why enlarging a Lisp_Misc
35 object is discouraged.
36
372017-02-08 Noam Postavsky <npostavs@gmail.com>
38
39 Disable native completion for ipython (Bug#25067)
40
41 * lisp/progmodes/python.el:
42 (python-shell-completion-native-disabled-interpreters): Add "ipython".
43
442017-02-07 Eli Zaretskii <eliz@gnu.org>
45
46 Fix a typo in ada-mode manual
47
48 * doc/misc/ada-mode.texi (Project file variables): Add a missing
49 right bracket. Reported by Jean-Christophe Helary
50 <jean.christophe.helary@gmail.com>.
51
522017-02-05 Eli Zaretskii <eliz@gnu.org>
53
54 Clarify documentation of 'bufferpos-to-filepos' and 'filepos-to-bufferpos'
55
56 * doc/lispref/nonascii.texi (Text Representations): Clarify that
57 'exact' value of QUALITY argument to 'bufferpos-to-filepos' and
58 'filepos-to-bufferpos' can lead to expensive and slow processing.
59
60 * lisp/international/mule-util.el (filepos-to-bufferpos)
61 (bufferpos-to-filepos): Doc fix. (Bug#25626)
62
632017-02-03 Nicolas Petton <nicolas@petton.fr>
64
65 Bump Emacs version to 25.2 RC1
66
67 * README:
68 * configure.ac:
69 * msdos/sed2v2.inp:
70 * nt/README.W32: Bump Emacs version.
71 * lisp/ldefs-boot.el: Update.
72
732017-02-03 Nicolas Petton <nicolas@petton.fr>
74
75 * admin/make-tarball.txt: Add documentation regarding the release banner.
76
772017-02-03 Tino Calancha <tino.calancha@gmail.com>
78
79 * CONTRIBUTE (Documenting your changes): Index new vars/commands in manual.
80
812017-01-31 Eli Zaretskii <eliz@gnu.org>
82
83 Index byte-compile-debug
84
85 * doc/lispref/compile.texi (Compilation Functions): Index
86 byte-compile-debug.
87
882017-01-31 Philipp Stephani <phst@google.com>
89
90 Document `byte-compile-debug' in the ELisp manual
91
92 * doc/lispref/compile.texi: Document variable `byte-compile-debug'.
93
942017-01-31 Philipp Stephani <phst@google.com>
95
96 Document variable `byte-compile-debug'
97
98 * lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.
99
1002017-01-31 Noam Postavsky <npostavs@gmail.com>
101
102 Fix call to debugger on assertion failure
103
104 * lisp/emacs-lisp/cl-preloaded.el (cl--assertion-failed): The first
105 argument must be `error', and the second is a list of arguments for
106 `signal'.
107
1082017-01-29 Noam Postavsky <npostavs@gmail.com>
109
110 Call modification hooks in org-src fontify buffers
111
112 * lisp/org/org-src.el (org-src-font-lock-fontify-block): Let-bind
113 `inhibit-modification-hooks' to nil, since this function can be called
114 from jit-lock-function which binds that variable to t (Bug#25132).
115
1162017-01-28 Eli Zaretskii <eliz@gnu.org>
117
118 Improve documentation of 'format' conversions
119
120 * src/editfns.c (Fformat): More accurate description of %g and
121 effects of the various flags on it. More accurate description of
122 integer conversions.
123
124 * doc/lispref/strings.texi (Formatting Strings): More accurate
125 description of %g and effects of the various flags on it. More
126 accurate description of integer conversions. (Bug#25557)
127
1282017-01-27 Vladimir Panteleev <git@thecybershadow.net> (tiny change)
129
130 Remove stale functions from ert manual
131
132 * doc/misc/ert.texi (Useful Techniques when Writing Tests):
133 Replace ert--mismatch references with its cl-lib replacement,
134 cl-mismatch.
135
1362017-01-27 Eli Zaretskii <eliz@gnu.org>
137
138 Fix a typo in Eshell manual
139
140 * doc/misc/eshell.texi (History): Fix a typo. Reported by Mak
141 Kolybabi <mak@kolybabi.com>.
142
1432017-01-20 Eli Zaretskii <eliz@gnu.org>
144
145 Improve documentation of hooks related to saving buffers
146
147 * lisp/files.el (write-file-functions, write-contents-functions)
148 (before-save-hook, after-save-hook): Note that these are only used
149 by save-buffer.
150
151 * doc/lispref/backups.texi (Auto-Saving):
152 * doc/lispref/files.texi (Saving Buffers): Mention that
153 save-related hooks are not run by auto-saving. (Bug#25460)
154
1552017-01-20 Eli Zaretskii <eliz@gnu.org>
156
157 Improve documentation of auto-save-visited-file-name
158
159 * doc/emacs/files.texi (Auto Save Files): Mention subtle
160 differences between saving the buffer and auto-saving with
161 auto-save-visited-file-name set non-nil. (Bug#25478)
162
1632017-01-18 Tom Tromey <tom@tromey.com>
164
165 fix typo in mailcap-mime-extensions
166
167 * lisp/gnus/mailcap.el (mailcap-mime-extensions): Use "text/x-patch",
168 not "test/x-patch". (Bug#25472)
169
1702017-01-18 Lele Gaifax <lele@metapensiero.it> (tiny change)
171
172 Fix typos in flymake.el
173
174 * lisp/progmodes/flymake.el (flymake-check-patch-master-file-buffer):
175 Spelling fixes in the doc string.
176
1772017-01-17 Glenn Morris <rgm@gnu.org>
178
179 More NEWS checking for admin.el's set-version
180
181 * admin/admin.el (set-version): Warn if temporary NEWS markup
182 still present in release candidates.
183
1842017-01-17 Michael Albinus <michael.albinus@gmx.de>
185
186 Fix auto-save-file-name problem in Tramp on MS Windows. Do not merge
187
188 * lisp/net/tramp.el (tramp-handle-make-auto-save-file-name):
189 Fix a problem when running on MS Windows.
190
1912017-01-16 Ian Dunn <dunni@gnu.org> (tiny change)
192
193 * lisp/net/eww.el (eww-tag-meta): Handle single quoted URLs (Bug#25445).
194
1952017-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * lisp/progmodes/sql.el (sql-product-alist): Doc tweak
198
199 `:sqli-comint-func' does not have to be a symbol.
200
2012017-01-14 Eli Zaretskii <eliz@gnu.org>
202
203 * lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440)
204
2052017-01-13 Eli Zaretskii <eliz@gnu.org>
206
207 Improve documentation of dabbrevs
208
209 * doc/emacs/abbrevs.texi (Dynamic Abbrevs): Add a cross reference
210 to "Dabbrev Customization".
211 (Dabbrev Customization): More details about the default value of
212 dabbrev-abbrev-char-regexp and use cases when it might not be good
213 enough. (Bug#25432)
214
2152017-01-12 Noam Postavsky <npostavs@gmail.com>
216
217 Clarify that easy-menu-add is a nop (Bug#25382)
218
219 * lisp/emacs-lisp/easymenu.el (easy-menu-add): Make it into an alias of
220 `ignore', like `easy-menu-remove'.
221
2222017-01-12 Glenn Morris <rgm@gnu.org>
223
224 * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fix entry.
225
2262017-01-11 Eli Zaretskii <eliz@gnu.org>
227
228 Revert "Add DNS keywords and remove duplications"
229
230 This reverts commit 1cb9aa5b14867983d0013a61709b4d0af18364ff.
231
2322017-01-11 Alexander Kuleshov <kuleshovmail@gmail.com>
233
234 Add DNS keywords and remove duplications
235
236 * lisp/textmodes/dns-mode.el (dns-mode-types): Add two TLSA and
237 NSEC" DNS related keywords and remove duplication of "NSAP".
238
2392017-01-10 Eli Zaretskii <eliz@gnu.org>
240
241 Improve documentation of coding-systems
242
243 * doc/lispref/nonascii.texi (Coding System Basics): Mention
244 'prefer-utf-8'. Index it and 'undecided'.
245 (Encoding and I/O): Fix a typo.
246 (User-Chosen Coding Systems): Improve the documentation of
247 ACCEPT-DEFAULT-P argument to select-safe-coding-system. Document
248 select-safe-coding-system-function.
249 (Specifying Coding Systems): Document coding-system-require-warning.
250
2512017-01-09 Eli Zaretskii <eliz@gnu.org>
252
253 Improve definition of 'variable-pitch' face on MS-Windows
254
255 * lisp/faces.el (variable-pitch): Don't specify too many
256 attributes of the font, otherwise faces that request different
257 weight or slant or size will not get them.
258
2592017-01-09 Eli Zaretskii <eliz@gnu.org>
260
261 Fix an error message in python.el
262
263 * lisp/progmodes/python.el (python-shell-get-process-or-error):
264 Don't repeat the same key binding twice. (Bug#25405)
265
2662017-01-07 Noam Postavsky <npostavs@gmail.com>
267
268 Clarify major mode switching
269
270 * doc/emacs/modes.texi (Major Modes):
271 * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each
272 buffer has exactly one major mode and can't be "turned off", only
273 switched away from (Bug#25357).
274
2752017-01-07 Noam Postavsky <npostavs@gmail.com>
276
277 Add helpful comment to compile-command's docstring
278
279 * lisp/progmodes/compile.el (compile-command): Mention trailing space in
280 docstring (Bug#25337).
281
2822017-01-06 Eli Zaretskii <eliz@gnu.org>
283
284 Fix ':version' of 'select-enable-primary'
285
286 * lisp/select.el (select-enable-primary): Fix a typo in
287 ':version'. (Bug#25375)
288
2892017-01-04 Glenn Morris <rgm@gnu.org>
290
291 Update remaining copyright years with admin.el M-x set-copyright
292
293 * etc/refcards/ru-refcard.tex (cyear): Set to 2017.
294
2952017-01-04 Glenn Morris <rgm@gnu.org>
296
297 * lisp/ffap.el (ffap-lax-url): Bump :version after recent change.
298
2992017-01-03 Philipp Stephani <phst@google.com>
300
301 Document that functions in 'ffap-alist' can use the match data
302
303 * lisp/ffap.el (ffap-alist): Document that ffap sets the match data
304 while walking 'ffap-alist'.
305
3062017-01-01 Paul Eggert <eggert@cs.ucla.edu>
307
308 Fix copyright years by hand
309
310 These are dates that admin/update-copyright did not update, or
311 updated incorrectly.
312
3132017-01-01 Paul Eggert <eggert@cs.ucla.edu>
314
315 Update copyright year to 2017
316
317 Run admin/update-copyright.
318
3192016-12-30 Nicolas Petton <nicolas@petton.fr>
320
321 Bump Emacs version to 25.1.91
322
323 * README:
324 * configure.ac:
325 * msdos/sed2v2.inp:
326 * nt/README.W32: Bump Emacs version.
327 * lisp/ldefs-boot.el: Update.
328
12016-12-30 Alan Mackenzie <acm@muc.de> 3292016-12-30 Alan Mackenzie <acm@muc.de>
2 330
3 Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292. 331 Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292.
@@ -26508,7 +26836,7 @@
26508 26836
265092015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk> 268372015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk>
26510 26838
26511 Improve error signaling for seq-subseq 26839 Improve error signalling for seq-subseq
26512 * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error 26840 * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error
26513 when indexes are too large, but to silently ignore numbers which 26841 when indexes are too large, but to silently ignore numbers which
26514 are too negative for lists. String and vector handling errors in 26842 are too negative for lists. String and vector handling errors in
@@ -35313,7 +35641,7 @@
35313 35641
35314This file records repository revisions from 35642This file records repository revisions from
35315commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 35643commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
35316commit e8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (inclusive). 35644commit ec4226d81074751c105264a3a3383c48d0a05e41 (inclusive).
35317See ChangeLog.1 for earlier changes. 35645See ChangeLog.1 for earlier changes.
35318 35646
35319;; Local Variables: 35647;; Local Variables: