aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorNicolas Petton2017-02-03 11:39:48 +0100
committerNicolas Petton2017-02-03 11:39:48 +0100
commit6102d01ecae664edf192bb25c01622df4518eb49 (patch)
treea855c6f4ae4a82ca7226caaf93846412957fab8a /ChangeLog.2
parentab0a60a1b334fafc7d805eb44e6069ea314ad486 (diff)
downloademacs-6102d01ecae664edf192bb25c01622df4518eb49.tar.gz
emacs-6102d01ecae664edf192bb25c01622df4518eb49.zip
; Update ChangeLog.2 and AUTHORS files
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.2250
1 files changed, 249 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 0ad6b51f26a..e0e46efc0c3 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,251 @@
12017-01-31 Eli Zaretskii <eliz@gnu.org>
2
3 Index byte-compile-debug
4
5 * doc/lispref/compile.texi (Compilation Functions): Index
6 byte-compile-debug.
7
82017-01-31 Philipp Stephani <phst@google.com>
9
10 Document `byte-compile-debug' in the ELisp manual
11
12 * doc/lispref/compile.texi: Document variable `byte-compile-debug'.
13
142017-01-31 Philipp Stephani <phst@google.com>
15
16 Document variable `byte-compile-debug'
17
18 * lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.
19
202017-01-31 Noam Postavsky <npostavs@gmail.com>
21
22 Fix call to debugger on assertion failure
23
24 * lisp/emacs-lisp/cl-preloaded.el (cl--assertion-failed): The first
25 argument must be `error', and the second is a list of arguments for
26 `signal'.
27
282017-01-29 Noam Postavsky <npostavs@gmail.com>
29
30 Call modification hooks in org-src fontify buffers
31
32 * lisp/org/org-src.el (org-src-font-lock-fontify-block): Let-bind
33 `inhibit-modification-hooks' to nil, since this function can be called
34 from jit-lock-function which binds that variable to t (Bug#25132).
35
362017-01-28 Eli Zaretskii <eliz@gnu.org>
37
38 Improve documentation of 'format' conversions
39
40 * src/editfns.c (Fformat): More accurate description of %g and
41 effects of the various flags on it. More accurate description of
42 integer conversions.
43
44 * doc/lispref/strings.texi (Formatting Strings): More accurate
45 description of %g and effects of the various flags on it. More
46 accurate description of integer conversions. (Bug#25557)
47
482017-01-27 Vladimir Panteleev <git@thecybershadow.net> (tiny change)
49
50 Remove stale functions from ert manual
51
52 * doc/misc/ert.texi (Useful Techniques when Writing Tests):
53 Replace ert--mismatch references with its cl-lib replacement,
54 cl-mismatch.
55
562017-01-27 Eli Zaretskii <eliz@gnu.org>
57
58 Fix a typo in Eshell manual
59
60 * doc/misc/eshell.texi (History): Fix a typo. Reported by Mak
61 Kolybabi <mak@kolybabi.com>.
62
632017-01-20 Eli Zaretskii <eliz@gnu.org>
64
65 Improve documentation of hooks related to saving buffers
66
67 * lisp/files.el (write-file-functions, write-contents-functions)
68 (before-save-hook, after-save-hook): Note that these are only used
69 by save-buffer.
70
71 * doc/lispref/backups.texi (Auto-Saving):
72 * doc/lispref/files.texi (Saving Buffers): Mention that
73 save-related hooks are not run by auto-saving. (Bug#25460)
74
752017-01-20 Eli Zaretskii <eliz@gnu.org>
76
77 Improve documentation of auto-save-visited-file-name
78
79 * doc/emacs/files.texi (Auto Save Files): Mention subtle
80 differences between saving the buffer and auto-saving with
81 auto-save-visited-file-name set non-nil. (Bug#25478)
82
832017-01-18 Tom Tromey <tom@tromey.com>
84
85 fix typo in mailcap-mime-extensions
86
87 * lisp/gnus/mailcap.el (mailcap-mime-extensions): Use "text/x-patch",
88 not "test/x-patch". (Bug#25472)
89
902017-01-18 Lele Gaifax <lele@metapensiero.it> (tiny change)
91
92 Fix typos in flymake.el
93
94 * lisp/progmodes/flymake.el (flymake-check-patch-master-file-buffer):
95 Spelling fixes in the doc string.
96
972017-01-17 Glenn Morris <rgm@gnu.org>
98
99 More NEWS checking for admin.el's set-version
100
101 * admin/admin.el (set-version): Warn if temporary NEWS markup
102 still present in release candidates.
103
1042017-01-17 Michael Albinus <michael.albinus@gmx.de>
105
106 Fix auto-save-file-name problem in Tramp on MS Windows. Do not merge
107
108 * lisp/net/tramp.el (tramp-handle-make-auto-save-file-name):
109 Fix a problem when running on MS Windows.
110
1112017-01-16 Ian Dunn <dunni@gnu.org> (tiny change)
112
113 * lisp/net/eww.el (eww-tag-meta): Handle single quoted URLs (Bug#25445).
114
1152017-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * lisp/progmodes/sql.el (sql-product-alist): Doc tweak
118
119 `:sqli-comint-func' does not have to be a symbol.
120
1212017-01-14 Eli Zaretskii <eliz@gnu.org>
122
123 * lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440)
124
1252017-01-13 Eli Zaretskii <eliz@gnu.org>
126
127 Improve documentation of dabbrevs
128
129 * doc/emacs/abbrevs.texi (Dynamic Abbrevs): Add a cross reference
130 to "Dabbrev Customization".
131 (Dabbrev Customization): More details about the default value of
132 dabbrev-abbrev-char-regexp and use cases when it might not be good
133 enough. (Bug#25432)
134
1352017-01-12 Noam Postavsky <npostavs@gmail.com>
136
137 Clarify that easy-menu-add is a nop (Bug#25382)
138
139 * lisp/emacs-lisp/easymenu.el (easy-menu-add): Make it into an alias of
140 `ignore', like `easy-menu-remove'.
141
1422017-01-12 Glenn Morris <rgm@gnu.org>
143
144 * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fix entry.
145
1462017-01-11 Eli Zaretskii <eliz@gnu.org>
147
148 Revert "Add DNS keywords and remove duplications"
149
150 This reverts commit 1cb9aa5b14867983d0013a61709b4d0af18364ff.
151
1522017-01-11 Alexander Kuleshov <kuleshovmail@gmail.com>
153
154 Add DNS keywords and remove duplications
155
156 * lisp/textmodes/dns-mode.el (dns-mode-types): Add two TLSA and
157 NSEC" DNS related keywords and remove duplication of "NSAP".
158
1592017-01-10 Eli Zaretskii <eliz@gnu.org>
160
161 Improve documentation of coding-systems
162
163 * doc/lispref/nonascii.texi (Coding System Basics): Mention
164 'prefer-utf-8'. Index it and 'undecided'.
165 (Encoding and I/O): Fix a typo.
166 (User-Chosen Coding Systems): Improve the documentation of
167 ACCEPT-DEFAULT-P argument to select-safe-coding-system. Document
168 select-safe-coding-system-function.
169 (Specifying Coding Systems): Document coding-system-require-warning.
170
1712017-01-09 Eli Zaretskii <eliz@gnu.org>
172
173 Improve definition of 'variable-pitch' face on MS-Windows
174
175 * lisp/faces.el (variable-pitch): Don't specify too many
176 attributes of the font, otherwise faces that request different
177 weight or slant or size will not get them.
178
1792017-01-09 Eli Zaretskii <eliz@gnu.org>
180
181 Fix an error message in python.el
182
183 * lisp/progmodes/python.el (python-shell-get-process-or-error):
184 Don't repeat the same key binding twice. (Bug#25405)
185
1862017-01-07 Noam Postavsky <npostavs@gmail.com>
187
188 Clarify major mode switching
189
190 * doc/emacs/modes.texi (Major Modes):
191 * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each
192 buffer has exactly one major mode and can't be "turned off", only
193 switched away from (Bug#25357).
194
1952017-01-07 Noam Postavsky <npostavs@gmail.com>
196
197 Add helpful comment to compile-command's docstring
198
199 * lisp/progmodes/compile.el (compile-command): Mention trailing space in
200 docstring (Bug#25337).
201
2022017-01-06 Eli Zaretskii <eliz@gnu.org>
203
204 Fix ':version' of 'select-enable-primary'
205
206 * lisp/select.el (select-enable-primary): Fix a typo in
207 ':version'. (Bug#25375)
208
2092017-01-04 Glenn Morris <rgm@gnu.org>
210
211 Update remaining copyright years with admin.el M-x set-copyright
212
213 * etc/refcards/ru-refcard.tex (cyear): Set to 2017.
214
2152017-01-04 Glenn Morris <rgm@gnu.org>
216
217 * lisp/ffap.el (ffap-lax-url): Bump :version after recent change.
218
2192017-01-03 Philipp Stephani <phst@google.com>
220
221 Document that functions in 'ffap-alist' can use the match data
222
223 * lisp/ffap.el (ffap-alist): Document that ffap sets the match data
224 while walking 'ffap-alist'.
225
2262017-01-01 Paul Eggert <eggert@cs.ucla.edu>
227
228 Fix copyright years by hand
229
230 These are dates that admin/update-copyright did not update, or
231 updated incorrectly.
232
2332017-01-01 Paul Eggert <eggert@cs.ucla.edu>
234
235 Update copyright year to 2017
236
237 Run admin/update-copyright.
238
2392016-12-30 Nicolas Petton <nicolas@petton.fr>
240
241 Bump Emacs version to 25.1.91
242
243 * README:
244 * configure.ac:
245 * msdos/sed2v2.inp:
246 * nt/README.W32: Bump Emacs version.
247 * lisp/ldefs-boot.el: Update.
248
12016-12-30 Alan Mackenzie <acm@muc.de> 2492016-12-30 Alan Mackenzie <acm@muc.de>
2 250
3 Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292. 251 Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292.
@@ -35313,7 +35561,7 @@
35313 35561
35314This file records repository revisions from 35562This file records repository revisions from
35315commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 35563commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
35316commit e8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (inclusive). 35564commit ab0a60a1b334fafc7d805eb44e6069ea314ad486 (inclusive).
35317See ChangeLog.1 for earlier changes. 35565See ChangeLog.1 for earlier changes.
35318 35566
35319;; Local Variables: 35567;; Local Variables: