[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (83dc3f0 -> 00995c8)
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master updated (83dc3f0 -> 00995c8) |
Date: |
Wed, 8 Nov 2017 23:30:38 -0500 (EST) |
eggert pushed a change to branch master.
from 83dc3f0 * lisp/net/tramp-cmds.el, lisp/allout.el: Avoid
custom-set-variables
adds 9f4f130 Fix buffer name comparison in async shell-command
adds caa63cc * lisp/progmodes/flymake.el (flymake-start): Fix dead
buffer case
adds 78e9065 * lisp/emacs-lisp/generator.el (iter-do): Add a debug
declaration.
adds 2a973ed Honor window-switching intents in xref-find-definitions
(bug#28814)
adds 5d34e1b Allow split-window-sensibly to split threshold in further
edge case
adds e950f32 New xref-quit-and-goto-xref command bound to TAB
(bug#28814)
adds c25113d Don't resignal errors in flymake-diag-region
adds 94b4905 * nt/INSTALL.W64: Update to current mingw64 install
instructions
adds 4f38bde Examine tex-chktex--process in the correct buffer
adds b02c271 Fix typos in ediff-wind.el
adds 383abc8 ; Fix some comment typos
adds a0d30d6 Introduce a function to CC Mode which displays the
current function name
adds 6f43d29 ; * CONTRIBUTE, admin/make-tarball.txt: Doc tweaks re
'emacs-announce'.
adds d9be870 Fix hscroll suspension after cursor motion
adds 787b75a Improve documentation of window hooks
adds ff33074 Fix doc string of 'window-configuration-change-hook'
adds 680e8e1 Fix gdb-mi prompt after "attach PID" command
adds 1f1de8e Make gdb-non-stop-setting default to nil on MS-Windows
adds 93818ee Fix subtle problems in tabulated-list-mode with line
numbers
adds 369da28 Improve documentation of 'window-scroll-functions'
adds 725ab63 Add html-, mhtml- and python-mode support to semantic
symref
adds 918a2dd Use hybrid malloc for FreeBSD (Bug#28308)
adds 00fa444 ; Fix typo
adds 8c50842 ; Fix typo in test/file-organization.org
adds 8db2b3a Allow "%" in Tramp host names
adds 3ad712e Add a Flymake backend for Python (bug#28808)
adds 9dee764 Add a Flymake backend for Ruby
adds 58e742b Add a Flymake backend for Perl
adds 58bb346 Add tests for Flymake backends for Ruby and Perl
adds a2cc6d7 Fix Flymake help-echo functions across windows (bug#29142)
adds c572e1f Return non-nil from gnutls-available-p under GnuTLS 2.x
adds ec6cf35 ; Describe xt-mouse problems with Evil mode
adds 5d744e0 Don't replace user input when completion prefix is empty
(Bug#18951)
adds efd0371 Improve dired deletion error handling (Bug#28797)
adds 18af404 Support python virtualenv on w32 (Bug#24464)
adds 72d07d1 Ediff: add some missing documentation
adds 5d36f22 Fix last change in hscroll_window_tree
adds 709478e Prefer `customize-set-variable' in tramp.texi
adds ca2d94b Do not load Tramp unless `tramp-mode' is non-nil
adds 93cd841 Document new treatment of
'comment-auto-fill-only-comments'
adds 4a60158 ; In text.texi fix typo spotted by Štěpán Němec
adds ba00ea7 * etc/PROBLEMS: Add URL to relevant issues for xterm+evil
bug
adds 795bb23 * test/lisp/net/tramp-tests.el
(tramp-test16-file-expand-wildcards): Clean up properly.
adds db94916 Handle single-line comments correctly (Bug#26049)
adds 3d61657 Fix docstring of arabic-shaper-ZWNJ-handling
adds 20f9bf3 Describe Lao rendering problem
adds 949b70a ; Minor comment copyedit in window.c
adds 255ba01 Fix handling of nil PRED2 arg for
completion-table-with-predicate
new 6ee8270 Merge from origin/emacs-26
adds a215be9 Handle object string name in
eieio-persistent-convert-list-object
new d5ccb74 ; Merge from origin/emacs-26
adds 98288ec Further workaround for faulty localtime() under macOS 10.6
adds 6c30313 * admin/gitmerge.el (gitmerge-resolve-unmerged): Fix doc
typo.
new 8d99e23 Merge from origin/emacs-26
adds 73d6707 Fix to 2fddfb7ce7
new fae6cdc ; Merge from origin/emacs-26
adds b9d7c90 In f90.el, set fill-paragraph-function to a useful value
adds 9e59de9 Use GCALIGNED properly for GCC
new 00995c8 Merge from origin/emacs-26
Summary of changes:
CONTRIBUTE | 9 +-
admin/gitmerge.el | 2 +-
admin/make-tarball.txt | 5 +
configure.ac | 2 +-
doc/emacs/maintaining.texi | 7 +-
doc/lispref/text.texi | 24 ++--
doc/lispref/windows.texi | 23 +++-
doc/misc/cc-mode.texi | 13 +++
doc/misc/emacs-gnutls.texi | 6 +-
doc/misc/tramp.texi | 77 ++++++-------
etc/NEWS.26 | 19 ++++
etc/PROBLEMS | 46 ++++++++
lib-src/make-docfile.c | 2 +-
lisp/calc/calcalg2.el | 2 +-
lisp/cedet/semantic/symref/grep.el | 20 ++--
lisp/dired.el | 2 +-
lisp/emacs-lisp/generator.el | 3 +-
lisp/emacs-lisp/tabulated-list.el | 15 ++-
lisp/language/misc-lang.el | 4 +-
lisp/minibuffer.el | 2 +-
lisp/net/tramp-gvfs.el | 3 +-
lisp/net/tramp.el | 18 +--
lisp/newcomment.el | 8 +-
lisp/org/org-clock.el | 2 +-
lisp/pcomplete.el | 2 +-
lisp/progmodes/cc-cmds.el | 19 +++-
lisp/progmodes/cc-mode.el | 3 +-
lisp/progmodes/cperl-mode.el | 4 +-
lisp/progmodes/f90.el | 18 ++-
lisp/progmodes/flymake-proc.el | 2 +-
lisp/progmodes/flymake.el | 26 +++--
lisp/progmodes/gdb-mi.el | 19 +++-
lisp/progmodes/perl-mode.el | 71 +++++++++++-
lisp/progmodes/python.el | 151 +++++++++++++++++++++++++-
lisp/progmodes/ruby-mode.el | 63 +++++++++++
lisp/progmodes/xref.el | 91 +++++++++++-----
lisp/simple.el | 40 +++----
lisp/textmodes/reftex-index.el | 2 +-
lisp/textmodes/reftex-ref.el | 2 +-
lisp/textmodes/reftex-toc.el | 2 +-
lisp/textmodes/tex-mode.el | 3 +-
lisp/vc/ediff.el | 125 ++++++++++++++++-----
lisp/window.el | 35 ++++--
nt/INSTALL.W64 | 8 +-
src/buffer.c | 4 +-
src/gmalloc.c | 11 +-
src/gnutls.c | 2 +
src/lisp.h | 14 ++-
src/thread.c | 2 +-
src/window.c | 6 +-
src/xdisp.c | 19 +++-
test/file-organization.org | 2 +-
test/lisp/minibuffer-tests.el | 32 ++++++
test/lisp/net/tramp-tests.el | 32 +++---
test/lisp/progmodes/flymake-resources/test.pl | 2 +
test/lisp/progmodes/flymake-resources/test.rb | 5 +
test/lisp/progmodes/flymake-tests.el | 27 +++--
57 files changed, 898 insertions(+), 260 deletions(-)
create mode 100644 test/lisp/progmodes/flymake-resources/test.rb
- [Emacs-diffs] master updated (83dc3f0 -> 00995c8),
Paul Eggert <=
- [Emacs-diffs] master fae6cdc 4/5: ; Merge from origin/emacs-26, Paul Eggert, 2017/11/08
- [Emacs-diffs] master 8d99e23 3/5: Merge from origin/emacs-26, Paul Eggert, 2017/11/08
- [Emacs-diffs] master 00995c8 5/5: Merge from origin/emacs-26, Paul Eggert, 2017/11/08
- [Emacs-diffs] master d5ccb74 2/5: ; Merge from origin/emacs-26, Paul Eggert, 2017/11/08
- [Emacs-diffs] master 6ee8270 1/5: Merge from origin/emacs-26, Paul Eggert, 2017/11/08