aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2016-07-24 16:56:01 +0200
committerNicolas Petton2016-07-24 16:56:01 +0200
commit26685000d81cb5d533efa8c2dd102e45ffe47596 (patch)
tree86263f7fad920fe0628e5d9a675b09874b9ea350
parent7acfaead6df626b3737c10f98e9c4964232aa6b9 (diff)
downloademacs-26685000d81cb5d533efa8c2dd102e45ffe47596.tar.gz
emacs-26685000d81cb5d533efa8c2dd102e45ffe47596.zip
;; * ChangeLog.2: ChangeLog update.
-rw-r--r--ChangeLog.2623
1 files changed, 622 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index ca62226865c..f2964efcded 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,624 @@
12016-07-24 Nicolas Petton <nicolas@petton.fr>
2
3 * admin/authors.el (authors-valid-file-names): Addition.
4
52016-07-23 Eli Zaretskii <eliz@gnu.org>
6
7 Warn about Cairo-related problems
8
9 * etc/NEWS: Warn about known problems in the Cairo build.
10 (Bug#23925)
11
122016-07-23 Paul Pogonyshev <pogonyshev@gmail.com>
13
14 Don't let completion break `declare' handling
15
16 * lisp/progmodes/elisp-mode.el (elisp-completion-at-point): Fix to not alter
17 `defun-declarations-alist' by side effect (Bug #23648).
18
192016-07-23 Noam Postavsky <npostavs@gmail.com>
20
21 Adjust match data before calling after-change-funs
22
23 It's important to adjust the match data in between calling
24 before-change-functions and after-change-functions, so that buffer
25 change hooks will always see match-data consistent with buffer content.
26 (Bug #23917)
27
28 * src/insdel.c (replace_range): Add new parameter ADJUST_MATCH_DATA, if
29 true call update_search_regs. Update all callers (except
30 Freplace_match) to pass 0 for the new parameter.
31 * src/search.c (update_search_regs): New function, extracted from
32 Freplace_match.
33 (Freplace_match): Remove match data adjustment code, pass 1 for
34 ADJUST_MATCH_DATA to replace_range instead.
35
362016-07-21 Mark Oteiza <mvoteiza@udel.edu>
37
38 Do not show string-rectangle preview if minibuffer is empty
39
40 * lisp/rect.el (rectangle--string-preview): Remove condition that sets
41 preview string to the default replacement string.
42
432016-07-21 Achim Gratz <Stromeko@nexgo.de>
44
45 * etc/PROBLEMS: Add entry about selection problems under Plasma 5.
46
47 Bug#24013
48
492016-07-21 Paul Eggert <eggert@cs.ucla.edu>
50
51 Port to glibc 2.24 (pre-release) + ppc64
52
53 Backport from master (Bug#24033).
54 Inspired by a suggestion by Florian Weimer in:
55 https://sourceware.org/ml/libc-alpha/2016-07/msg00425.html
56 * src/emacs.c (main) [__PPC64__]:
57 Special case for __PPC64__, which needs ASLR disabled in
58 dumped Emacs too.
59
602016-07-21 Katsumi Yamaoka <yamaoka@jpl.org>
61
62 * lisp/net/shr.el (shr-fill-line): Withdraw the last commit (4157159).
63
64 * lisp/net/shr.el (shr-fill-line):
65 Preserve text properties in folded lines (bug#24034).
66
672016-07-17 Robert Cochran <robert-git@cochranmail.com> (tiny change)
68
69 Expand FIXME near definition of fboundp
70
71 This expansion of the FIXME is so that future developers are aware of
72 the potential problems of aliasing fboundp to symbol-function without
73 taking backwards compatibility into account.
74
75 * src/data.c (fboundp): Note potential backwards compatibility issues in
76 FIXME.
77
782016-07-17 Noam Postavsky <npostavs@gmail.com>
79
80 kill-rectangle should mention killed-rectangle
81
82 * lisp/rect.el (kill-rectangle): Mention `killed-rectangle' in docstring
83 and warning message, rather than kill ring (Bug#19773).
84
852016-07-16 Eli Zaretskii <eliz@gnu.org>
86
87 Avoid assertion violations in nhexl-mode
88
89 * src/bidi.c (bidi_resolve_neutral): Convert an assertion to real
90 code executed in all builds. (Bug#24001)
91
922016-07-15 Fredrik Bergroth <fbergroth@gmail.com> (tiny change)
93
94 Use memmove instead of memcpy on overlapping regions
95
96 * src/editfns.c (Ftranspose_regions): Regions may overlap, so
97 use memmove instead of memcpy (bug#19213).
98
99
100 This is a backport from trunk.
101 (cherry picked from commit 354f9f0fc6cc05ed98883447f9b2f37943d79160)
102
1032016-07-15 Noam Postavsky <npostavs@gmail.com>
104
105 Document buffer-swap-text+save-excursion interaction
106
107 * doc/lispref/buffers.texi (Swapping Text):
108 * src/buffer.c (Fbuffer_swap_text): Add warning about interaction of
109 `buffer-swap-text' and `save-excursion' (Bug #4655).
110
1112016-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 Fix eieio vs cl-generic incompatibilities found in Rudel (bug#23947)
114
115 * lisp/emacs-lisp/cl-generic.el (cl-generic-apply): New function.
116 * lisp/emacs-lisp/eieio-compat.el (eieio--defmethod): Fix incorrect
117 mapping between cl-no-applicable-method and EIEIO's no-applicable-method.
118 * lisp/emacs-lisp/eieio-core.el (eieio--class-precedence-c3):
119 `class' is not a symbol but a class object.
120
1212016-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 Include cl-generic in package--builtin-versions (bug#22817)
124
125 * lisp/emacs-lisp/cl-generic.el (package--builtin-versions):
126 Add ourselves manually. Don't merge since there's a better fix on master.
127
1282016-07-14 Michael Albinus <michael.albinus@gmx.de>
129
130 Improve timing in `tramp-test29-environment-variables'
131
132 * test/automated/tramp-tests.el
133 (tramp-test--shell-command-to-string-asynchronously):
134 Add additional `accept-process-output' call.
135 (tramp-test29-environment-variables): Remove additional sleep calls.
136
1372016-07-14 Michael Albinus <michael.albinus@gmx.de>
138
139 Add test for handling environment variables in Tramp
140
141 * test/automated/tramp-tests.el
142 (tramp-test--shell-command-to-string-asynchronously): New defun.
143 (tramp-test29-environment-variables): New test.
144 (tramp-test30-vc-registered)
145 (tramp-test31-make-auto-save-file-name)
146 (tramp-test32-special-characters)
147 (tramp-test32-special-characters-with-stat)
148 (tramp-test32-special-characters-with-perl)
149 (tramp-test32-special-characters-with-ls, tramp-test33-utf8)
150 (tramp-test33-utf8-with-stat, tramp-test33-utf8-with-perl)
151 (tramp-test33-utf8-with-ls)
152 (tramp-test34-asynchronous-requests)
153 (tramp-test35-recursive-load, tramp-test36-unload): Rename.
154
1552016-07-13 Glenn Morris <rgm@gnu.org>
156
157 * lisp/emacs-lisp/package.el (describe-package-1)
158 (package-status-external): Fix face references. (Bug#23927)
159
1602016-07-12 Stephen Berman <stephen.berman@gmx.net>
161
162 Improve documentation of search functions
163
164 Make the documentation of the search functions more accurate,
165 complete, and uniform; in particular, extend the description of
166 the effect when the 'count' parameter is a negative number to all
167 of these functions.
168
169 * src/search.c (Fsearch_backward, Fsearch_forward)
170 (Fre_search_backward, Fre_search_forward)
171 (Fposix_search_backward, Fposix_search_forward):
172 * lisp/isearch.el (word-search-backward, word-search-forward)
173 (word-search-backward-lax, word-search-forward-lax): Improve doc
174 strings as described above.
175
176 * doc/lispref/searching.texi (String Search, Regexp Search)
177 (POSIX Regexps): Use 'count' instead of 'repeat' as the name of
178 the fourth parameter of the *-search-{forward,backward} functions
179 and improve documentation as described above.
180
1812016-07-12 Michael Albinus <michael.albinus@gmx.de>
182
183 Delete environment variables in Tramp when needed
184
185 * lisp/net/tramp-sh.el (tramp-get-env-with-u-option): New defun.
186 (tramp-sh-handle-start-file-process)
187 (tramp-sh-handle-process-file, ): Use it. (Bug#23952)
188
1892016-07-12 Eli Zaretskii <eliz@gnu.org>
190
191 Add "New in Emacs 25" section to the FAQ
192
193 * doc/misc/efaq.texi (Latest version of Emacs): Update for later
194 versions.
195 (New in Emacs 25): New node.
196 (Status of Emacs): Add it to the menu.
197
1982016-07-10 Eli Zaretskii <eliz@gnu.org>
199
200 Fix 'vertical-motion' in non-interactive sessions
201
202 * src/indent.c (Fvertical_motion): Don't return uninitialized
203 value in non-interactive session. This fixes random errors in
204 batch mode, see
205 http://lists.gnu.org/archive/html/emacs-devel/2016-06/msg00609.html
206 and
207 http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00500.html
208 for the details.
209
2102016-07-10 Andreas Schwab <schwab@linux-m68k.org>
211
212 Fix memory leak in imagemagick-types
213
214 * src/image.c (Fimagemagick_types): Use AcquireExceptionInfo to
215 avoid memory leak.
216
2172016-07-10 Eli Zaretskii <eliz@gnu.org>
218
219 Update ELisp manual to match 'string-collate-equalp' doc string
220
221 * doc/lispref/strings.texi (Text Comparison): Remove reference to
222 sorting from the description of 'string-collate-equalp'. (Bug#23902)
223
2242016-07-09 Noam Postavsky <npostavs@gmail.com>
225
226 Clarify docstring of find-feature-regexp
227
228 * lisp/emacs-lisp/find-func.el (find-feature-regexp): Explain that `%s'
229 is optional (Bug #23520).
230
2312016-07-09 Noam Postavsky <npostavs@gmail.com>
232
233 Add details to cl-lib defining macros' docstrings
234
235 * lisp/emacs-lisp/cl-macs.el (cl-defun, cl-defmacro): Add terse summary
236 of supported arglist forms (Bug #22462).
237
2382016-07-09 Eli Zaretskii <eliz@gnu.org>
239
240 Clarify doc string of 'save-buffer'
241
242 * lisp/files.el (save-buffer): Clarify that backups might not be
243 made even if this command is invoked with 2 or 3 "C-u"s.
244 (Bug#3702)
245
2462016-07-08 Eli Zaretskii <eliz@gnu.org>
247
248 Un-confuse doc string of 'string-collate-equalp'
249
250 * src/fns.c (Fstring_collate_equalp): Remove confusing text from
251 doc string. (Bug#23902)
252
2532016-07-07 Eli Zaretskii <eliz@gnu.org>
254
255 Clarify documentation of 'mouse-on-link-p'
256
257 * lisp/mouse.el (mouse-on-link-p): Clarify the form of the POS
258 argument. (Bug#23899)
259
2602016-07-06 Phillip Lord <phillip.lord@russet.org.uk>
261
262 Fix missing undo-boundary on revert-buffer.
263
264 * lisp/simple.el (undo-auto--undoable-change-no-timer): New function.
265 * src/fileio.c (insert-buffer-contents): Call
266 undo-auto--undoably-changed-buffers before changes.
267
268 Addresses Bug#23785.
269
270 Do not merge to master as c98bc98 also addresses the same bug.
271
2722016-07-06 Martin Rudalics <rudalics@gmx.at>
273
274 Amend last addition to etc/PROBLEMS
275
276 * etc/PROBLEMS: Mention GTK+ problem with unexpected frame widenings
277
2782016-07-06 Paul Eggert <eggert@cs.ucla.edu>
279
280 Fix open-network-stream responsiveness
281
282 Problem reported by Christer Ekholm (Bug#23864).
283 Backport from master.
284 * src/process.c (wait_reading_process_output):
285 Fix typo introduced in 2015-07-06T02:19:13Z!eggert@cs.ucla.edu
286 when wait == INFINITY and got_output_end_time is invalid.
287 In this case the code should break, not continue.
288
2892016-07-05 Phillip Lord <phillip.lord@russet.org.uk>
290
291 Fix missing point information in undo
292
293 * src/undo.c (record_insert): Use record_point instead of
294 prepare_record, and do so unconditionally.
295 (prepare_record): Do not record first change.
296 (record_point): Now conditional on state before the last command.
297 (record_delete): Call record_point unconditionally.
298 (record_property_change): Use prepare_record.
299 (record_marker_adjustments): Use prepare_record.
300
301 Addresses Bug# 21722
302
3032016-07-04 Eli Zaretskii <eliz@gnu.org>
304
305 Avoid crashes when buffer modification hooks clobber match data
306
307 * src/search.c (Freplace_match): Error out if buffer modification
308 hooks triggered by buffer changes in replace_range, upcase-region,
309 and upcase-initials-region clobber the match data needed to be
310 adjusted for the replacement. (Bug#23869)
311
3122016-07-03 Noam Postavsky <npostavs@gmail.com>
313
314 Note combine-and-quote-strings doesn't shell quote
315
316 * doc/lispref/processes.texi (Shell Arguments):
317 * lisp/subr.el (combine-and-quote-strings): Add a note that
318 combine-and-quote-strings doesn't protect arguments against shell
319 evaluation (Bug #20333).
320
3212016-07-03 Noam Postavsky <npostavs@gmail.com>
322
323 Explain when package-initialize isn't called
324
325 * doc/lispref/os.texi (Startup Summary): Explain that package-initialize
326 is not called when options -q, -Q, or --batch were passed (Bug #19151).
327
3282016-07-03 Noam Postavsky <npostavs@gmail.com>
329
330 Fix escaping in sh-indent-after-continuation docstr
331
332 * lisp/progmodes/sh-script.el (sh-indent-after-continuation): Properly
333 escape backslashes in docstring (Bug#23046).
334
3352016-07-02 Eli Zaretskii <eliz@gnu.org>
336
337 Clarify the documentation of back-references in replacements
338
339 * doc/emacs/search.texi (Regexp Replace): Clarify that \D starts
340 with \1, not \0.
341
342 * lisp/replace.el (query-replace-regexp)
343 (query-replace-regexp-eval, replace-regexp): Doc fix (Bug#23884)
344
3452016-07-01 Noam Postavsky <npostavs@gmail.com>
346
347 Clarify lexical binding with symbol args behavior
348
349 * doc/lispref/variables.texi (Lexical Binding): Clarify that symbol
350 arguments always refer to dynamic values (Bug #23781). Remove mention
351 of obsolete restriction regarding lexical binding for defun and
352 defmacro, this no longer applies since 61b108cc 2012-05-29 "*
353 lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C...".
354
3552016-06-30 Michael Albinus <michael.albinus@gmx.de>
356
357 * lisp/net/tramp-sh.el (tramp-remote-path): Doc fix.
358
3592016-06-29 Eli Zaretskii <eliz@gnu.org>
360
361 * lisp/net/tramp-sh.el (tramp-remote-path): Doc fix. (Bug#23865)
362
3632016-06-29 Eli Zaretskii <eliz@gnu.org>
364
365 Avoid assertion violations when rendering some fonts
366
367 * src/dispextern.h (FONT_TOO_HIGH): Don't consider a font "too
368 high" if its pixel_size value is zero. This avoids assertion
369 violations at the end of x_produce_glyphs.
370
3712016-06-28 Noam Postavsky <npostavs@gmail.com>
372
373 Document more details of package activation
374
375 * doc/emacs/package.texi (Package Installation): Explain that package
376 activation adds to load-path (Bug #21704).
377
3782016-06-28 Noam Postavsky <npostavs@gmail.com>
379
380 Fixup warning message regarding HOME a bit more
381
382 * src/w32.c (init_environment): The manual section title is "Windows
383 HOME" (Bug #11612). Move newline so warning fits in 80 character lines.
384
3852016-06-27 Eli Zaretskii <eliz@gnu.org>
386
387 * lisp/leim/quail/indian.el ("bengali-probhat"): Change indicator to BngPB.
388
3892016-06-27 Michael Albinus <michael.albinus@gmx.de>
390
391 Fix input method "probhat" for Bengali
392
393 Author: উৎসব রায় <uroybd@gmail.com>
394
395 * lisp/leim/quail/indian.el ("bengali-probhat"): Fix entry.
396
3972016-06-27 Noam Postavsky <npostavs@gmail.com>
398
399 Add to elisp-completion-at-point's docstring
400
401 * lisp/progmodes/elisp-mode.el (elisp-completion-at-point): Document
402 position dependent behavior (Bug #19854).
403
4042016-06-27 Noam Postavsky <npostavs@gmail.com>
405 Eli Zaretskii <eliz@gnu.org>
406
407 Give more helpful warning about setting HOME
408
409 * src/w32.c (init_environment): Improve warning message that pops when
410 Emacs sets HOME according to existence of C:\.emacs (Bug #11612).
411
4122016-06-26 Eli Zaretskii <eliz@gnu.org>
413
414 Fix slow redisplay in term-mode
415
416 * lisp/term.el (term-mode): Move the setting of
417 bidi-paragraph-direction from 'ansi-term' to here, since term-mode
418 is also affected. Do not merge to master, since there the problem
419 is solved in bidi.c by changing the regexps that delimit a
420 paragraph. (Bug#23801)
421
4222016-06-26 উৎসব রায় <uroybd@gmail.com>
423
424 New input method "probhat" for Bengali
425
426 * lisp/leim/quail/indian.el ("probhat"): New input method.
427 (Bug#23822)
428
429 * etc/NEWS: Mention the new input method.
430
4312016-06-25 Noam Postavsky <npostavs@gmail.com>
432 Drew Adams <drew.adams@oracle.com>
433
434 Update docs for `customize-mode'
435
436 * lisp/cus-edit.el (customize-mode): This function works with both major
437 and minor modes, make docstring and prompt reflect that (Bug #23649).
438
439 * doc/lispref/modes.texi (Derived Modes): Remove note about
440 customize-mode being experimental; it has been around since Emacs
441 22 (Bug #11299).
442
4432016-06-23 Eli Zaretskii <eliz@gnu.org>
444
445 Fix documentation of 'assoc-string' and 'compare-strings'
446
447 * src/minibuf.c (Fassoc_string): Clarify how CASE-FOLD affects the
448 string comparison. (Bug#23833)
449 * src/fns.c (Fcompare_strings): Fix the description of how
450 IGNORE-CASE affects the comparison.
451
452 * doc/lispref/strings.texi (Text Comparison): Clarify how
453 CASE-FOLD affects the string comparison in 'assoc-string'. Fix
454 the description of how IGNORE-CASE affects the comparison in
455 'compare-strings'.
456
4572016-06-22 Dmitry Gutov <dgutov@yandex.ru>
458
459 Error on multibyte characters in HTTP request
460
461 * lisp/url/url-http.el (url-http-create-request): Check the
462 constructed request in the end to verify that it does not contain
463 multibyte characters (bug#23750).
464
4652016-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
466
467 * lisp/gnus/mm-decode.el (mm-convert-shr-links):
468 Mask keys that launch `widget-button-click' (bug#22157).
469
4702016-06-22 Dmitry Gutov <dgutov@yandex.ru>
471
472 Unset GIT_DIR when calling Git commands
473
474 * lisp/vc/vc-git.el (vc-git--call, vc-git-command):
475 Unset GIT_DIR (bug#23769).
476
4772016-06-21 Phillip Lord <phillip.lord@russet.org.uk>
478
479 Ensure undo-boundary after insert-file-contents.
480
481 * src/fileio.c: Record undoable change during insert-file-contents.
482
483 Addresses Bug #23785.
484
4852016-06-21 Eli Zaretskii <eliz@gnu.org>
486
487 Clarify documentation of 'line-spacing' and 'line-height'
488
489 * doc/lispref/display.texi (Line Height): Clarify how the line
490 height is determined via variables and text properties. (Bug#23806)
491
4922016-06-20 Eli Zaretskii <eliz@gnu.org>
493
494 Fix removal of variables from process-environment
495
496 * src/callproc.c (add_env): Fix comparison of a variable with a
497 value against the same variable without a value. (Bug#23779)
498
4992016-06-20 Glenn Morris <rgm@gnu.org>
500
501 * admin/authors.el (authors-ignored-files, authors-valid-file-names)
502 (authors-renamed-files-alist): Additions.
503
504 * admin/authors.el (authors-aliases, authors-fixed-case): Additions.
505
5062016-06-18 Noam Postavsky <npostavs@gmail.com>
507
508 Fix documentation of completion functions
509
510 So that the described behavior matches the code (and docstrings).
511
512 * doc/lispref/minibuf.texi (Basic Completion): Symbol keys of hash table
513 collections are used like string keys, not ignored (Bug #10416).
514
5152016-06-18 Eli Zaretskii <eliz@gnu.org>
516
517 Clarify documentation of 'font-lock-maximum-decoration'
518
519 * doc/emacs/display.texi (Font Lock): Explain how to make the
520 customization of 'font-lock-maximum-decoration' effective for an
521 existing buffer. (Bug#23783)
522
5232016-06-17 Glenn Morris <rgm@gnu.org>
524
525 * doc/misc/cl.texi (Usage): Add some more details.
526
5272016-06-17 Noam Postavsky <npostavs@gmail.com>
528
529 Fbackward_prefix_chars: stay within buffer bounds
530
531 The commit 1fd3172d "(Fbackward_prefix_chars): Set point properly while
532 scanning" (1998-03-18), moved the check against of the position against the
533 buffer beginning out the loop condition so that we might end up checking
534 the syntax of characters before the beginning of the buffer. This can
535 cause segfaults or trigger a "Point before start of properties" error in
536 `update_interval' (called indirectly from `char_quoted').
537
538 * src/syntax.c (Fbackward_prefix_chars): Stop the loop when beginning of
539 buffer is reached (Bug #3552, Bug #17132, Bug #19379).
540
5412016-06-16 Paul Eggert <eggert@cs.ucla.edu>
542
543 Fix ifdef-vs-if typo with RANDR13_LIBRARY
544
545 * src/xfns.c (x_get_monitor_attributes_xrandr): Use #if, not #ifdef.
546 This ports to systems that predate xrandr 1.3. See Christian Lynbech in:
547 http://lists.gnu.org/archive/html/emacs-devel/2016-06/msg00198.html
548
549 (cherry picked from commit dce99f222f1ca33265cd56ddb157817be1dc078e)
550
5512016-06-16 Stephen Berman <stephen.berman@gmx.net>
552
553 Fix last todo-mode change
554
555 * lisp/calendar/todo-mode.el (todo-read-category): Return the
556 keymap in order to use its defined key bindings.
557
5582016-06-15 Stephen Berman <stephen.berman@gmx.net>
559
560 Improve last todo-mode fix
561
562 * lisp/calendar/todo-mode.el (todo-read-category): Use
563 set-keymap-parent instead of copy-keymap, and default (as
564 previously) to the global binding (for rationale, see
565 http://lists.gnu.org/archive/html/emacs-devel/2016-06/msg00217.html).
566
5672016-06-14 Stephen Berman <stephen.berman@gmx.net>
568
569 Fix todo-mode use of minibuffer completion keymap (bug#23695).
570
571 * lisp/calendar/todo-mode.el (todo-read-category): Don't
572 override minibuffer-local-completion-map globally (bug#23695).
573 Bind <SPC> key to self-insert-command.
574
5752016-06-14 Glenn Morris <rgm@gnu.org>
576
577 * src/alloc.c (ALIGN): Avoid error on DragonFly BSD. (Bug#23764)
578
579 * lisp/emacs-lisp/nadvice.el (advice--make-docstring):
580 Avoid mangling autoloads with unspecified arguments. (Bug#21299)
581
5822016-06-13 Glenn Morris <rgm@gnu.org>
583
584 * lisp/help-fns.el (describe-function-1): Avoid reporting advised
585 autoloads as aliases. (Bug#21299)
586
5872016-06-13 Stephen Berman <stephen.berman@gmx.net>
588
589 Minor grammar fix (bug#23746)
590
591 * doc/lispref/processes.texi (Synchronous Processes):
592 Another minor grammar fix (bug#23746).
593
5942016-06-13 Stephen Berman <stephen.berman@gmx.net>
595
596 Doc fixes for grammar and typos (bug#23746)
597
598 * doc/emacs/files.texi (Customize Save):
599 * doc/emacs/frames.texi (Window Dividers):
600 * doc/emacs/misc.texi (Printing):
601 * doc/lispref/compile.texi (Compiler Errors):
602 * doc/lispref/keymaps.texi (Changing Key Bindings):
603 * doc/lispref/loading.texi (Named Features):
604 * doc/lispref/markers.texi (Marker Insertion Types):
605 * doc/lispref/modes.texi (Mode Hooks):
606 * doc/lispref/text.texi (Undo):
607 * src/floatfns.c (Fldexp):
608 * src/xfaces.c (syms_of_xfaces):
609 Minor doc fixes for grammar and typos (bug#23746).
610
6112016-06-13 Eli Zaretskii <eliz@gnu.org>
612
613 * doc/lispref/processes.texi (Process Buffers): Minor rewording. (Bug#23446)
614
6152016-06-13 Eli Zaretskii <eliz@gnu.org>
616
617 Add cross-reference to ELisp manual
618
619 * doc/lispref/commands.texi (Classifying Events): Add
620 cross-reference to "Motion Events". (Bug#23756)
621
12016-06-11 Stefan Monnier <monnier@iro.umontreal.ca> 6222016-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 623
3 * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bug#19704) 624 * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bug#19704)
@@ -32494,7 +33115,7 @@
32494 33115
32495This file records repository revisions from 33116This file records repository revisions from
32496commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 33117commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
32497commit 4b2d77d8dbd5b051bb681bacaee4a6faffbbdde9 (inclusive). 33118commit 7acfaead6df626b3737c10f98e9c4964232aa6b9 (inclusive).
32498See ChangeLog.1 for earlier changes. 33119See ChangeLog.1 for earlier changes.
32499 33120
32500;; Local Variables: 33121;; Local Variables: