emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (e27004c -> d20161b)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (e27004c -> d20161b)
Date: Sun, 26 Nov 2017 02:01:03 -0500 (EST)

eggert pushed a change to branch master.

      from  e27004c   Obsolete gnus-copy-sequence and gnus-last-element
      adds  6c31260   Add window divider faces to NS (bug#29353)
      adds  37a3b4e   Fix erc keep-place module with new defaults (Bug#29111)
      adds  8d45045   * lisp/emacs-lisp/byte-run.el (inline): Give it a doc.
      adds  92f0c4c   Avoid bogus abbreviated file names if HOME changes
      adds  735c8b5   Make c-defun-name analyze more thoroughly a function type 
which is a struct
      adds  2fdc01c   * lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.
      adds  11db253   Remove incorrect NEWS item about VC state indicator 
(Bug#28817)
      adds  7ab7603   Update nt/INSTALL.W64 (Bug#28601)
      adds  c65a0ae   ; Fix a typo
      adds  09944d4   Add Rubocop Flymake backend
      adds  2d203ff   Extract the common part of ruby-flymake-simple and 
ruby-flymake-rubocop
      adds  f20c2e2   ; Compare process status against 127 exactly
      adds  17fc74d   * lisp/follow.el (follow-mode): Restore mode line 
lighter.  (Bug#28495)
      adds  daa959e   * lisp/menu-bar.el (menu-bar-options-save): Add 
global-display-line-numbers-mode.  (Bug#28396)
      adds  d6fadb1   * lisp/menu-bar.el (menu-bar-options-save): Add 
display-line-numbers-type.
      adds  292c09f   Fix incorrect interaction of drag/drop and double click 
(bug#29121)
      adds  d82474e   * src/fns.c (syms_of_fns) <overriding-plist-environment>: 
Doc fix.
      adds  ed2c542   * lisp/bindings.el (buffer-file-coding-system): Add 
explicit permanent-local mark.
      adds  8e40429   ; Fix some doc typos
      adds  b081ec9   Fix backward scrolling in buffers with header-line
      adds  1d0dbdf   Reorder type predicates in ELisp manual
      adds  0ec5340   * lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix.  
(Bug#29407)
      adds  e6e41da   Reflect changes in copy-file and rename-file in doc 
strings
      adds  eea4e91   Improve documentation of self-insert-uses-region-functions
      adds  8a2b204   Improve discoverability of 
'read-buffer-completion-ignore-case'
      adds  b4f67eb   Improve discoverability of 'defvar' for suppressing 
warnings
      adds  d7fc719   Improve the doc string of 'list-packages'
      adds  f300852   Avoid a hang after C-g while sit-for on a Unix TTY
      adds  86e6ed8   ; * src/thread.c (acquire_global_lock): Fix thinko in 
last change.
      adds  f7fdaea   A better solution for bug#29347
      adds  23bfc2d   Make sure 'dired-filename' property is always put by 
ls-lisp
      adds  3198a16   Avoid jumbled order in HTML rendered by shr.el
      adds  55c5b12   Add test for Bug#29423 in Tramp.
      adds  a8664cc   Minor cleanup in tramp-gvfs-handle-file-local-copy
      adds  cfa2a94   Change font-lock-extend-region-multiline handling in 
mhtml-mode
      adds  dc7a97f   Tweak copy-file, rename-file doc
      adds  265cee5   Work around GCC bug 80776 on Fedora 27 x86
      adds  8be3aee   Merge from Gnulib
      adds  a89f0b6   maint: shorten https://lists.gnu.org/archive/html/... 
links
       new  d20161b   Merge from origin/emacs-26


Summary of changes:
 ChangeLog.1                              |  84 ++++-----
 ChangeLog.2                              | 248 ++++++++++++-------------
 ChangeLog.3                              | 300 +++++++++++++++----------------
 Makefile.in                              |   6 +-
 admin/ChangeLog.1                        |   2 +-
 admin/notes/bugtracker                   |   8 +-
 admin/notes/copyright                    |  20 +--
 admin/notes/documentation                |  12 +-
 admin/notes/git-workflow                 |   2 +-
 admin/notes/hydra                        |   2 +-
 admin/notes/repo                         |   4 +-
 admin/notes/tags                         |   2 +-
 admin/notes/versioning                   |   2 +-
 admin/notes/years                        |   2 +-
 build-aux/config.sub                     |  15 +-
 configure.ac                             |  10 +-
 doc/emacs/Makefile.in                    |   2 +-
 doc/emacs/buffers.texi                   |   3 +-
 doc/emacs/emacs.texi                     |   2 +-
 doc/emacs/frames.texi                    |   2 +-
 doc/emacs/mule.texi                      |   2 +-
 doc/emacs/trouble.texi                   |   2 +-
 doc/lispref/ChangeLog.1                  |   6 +-
 doc/lispref/compile.texi                 |  10 +-
 doc/lispref/modes.texi                   |   9 +-
 doc/lispref/objects.texi                 |  33 ++--
 doc/lispref/text.texi                    |  10 +-
 doc/lispref/variables.texi               |   4 +-
 doc/misc/cl.texi                         |   2 +-
 doc/misc/efaq-w32.texi                   |   2 +-
 doc/misc/efaq.texi                       |   2 +-
 doc/misc/gnus.texi                       |   2 +-
 doc/misc/texinfo.tex                     |  49 ++---
 doc/misc/tramp.texi                      |   2 +-
 etc/ChangeLog.1                          |   4 +-
 etc/NEWS.26                              |   5 -
 etc/ORG-NEWS                             |   2 +-
 etc/PROBLEMS                             |  10 +-
 etc/TODO                                 |  50 +++---
 leim/ChangeLog.1                         |   2 +-
 lib-src/ChangeLog.1                      |  12 +-
 lib/allocator.h                          |   2 +-
 lib/fstatat.c                            |  12 +-
 lib/intprops.h                           |   6 +-
 lib/lstat.c                              |  39 ++--
 lib/signal.in.h                          |   2 +-
 lib/stat-time.h                          |  45 +++++
 lib/stdio-impl.h                         |   4 +-
 lib/stdio.in.h                           |   2 +-
 lib/timespec.h                           |   2 +-
 lisp/ChangeLog.11                        |   2 +-
 lisp/ChangeLog.13                        |   8 +-
 lisp/ChangeLog.15                        |  28 +--
 lisp/ChangeLog.16                        |  36 ++--
 lisp/ChangeLog.17                        |  60 +++----
 lisp/Makefile.in                         |   6 +-
 lisp/bindings.el                         |   4 +-
 lisp/calendar/cal-dst.el                 |   2 +-
 lisp/calendar/cal-menu.el                |   2 +-
 lisp/calendar/diary-lib.el               |   6 +-
 lisp/calendar/todo-mode.el               |   2 +-
 lisp/char-fold.el                        |   2 +-
 lisp/comint.el                           |   2 +-
 lisp/cus-edit.el                         |   2 +-
 lisp/delsel.el                           |  12 +-
 lisp/dired-aux.el                        |   2 +-
 lisp/dnd.el                              |   2 +-
 lisp/emacs-lisp/byte-run.el              |   9 +-
 lisp/emacs-lisp/lisp.el                  |   6 +-
 lisp/emacs-lisp/package.el               |   4 +-
 lisp/emacs-lisp/subr-x.el                |   2 +-
 lisp/epg.el                              |   2 +-
 lisp/erc/erc-goodies.el                  |  14 +-
 lisp/eshell/em-unix.el                   |   2 +-
 lisp/faces.el                            |   2 +-
 lisp/ffap.el                             |   2 +-
 lisp/files.el                            |  58 +++---
 lisp/finder.el                           |   2 +-
 lisp/follow.el                           |   1 +
 lisp/frame.el                            |   2 +-
 lisp/gnus/ChangeLog.3                    |   2 +-
 lisp/gnus/message.el                     |   4 +-
 lisp/htmlfontify.el                      |   2 +-
 lisp/info.el                             |   2 +-
 lisp/international/quail.el              |   2 +-
 lisp/ls-lisp.el                          |  18 +-
 lisp/mail/emacsbug.el                    |   2 +-
 lisp/mail/rmail.el                       |   4 +-
 lisp/mail/supercite.el                   |   2 +-
 lisp/menu-bar.el                         |   3 +-
 lisp/net/rlogin.el                       |   2 +-
 lisp/net/shr.el                          |   4 +-
 lisp/net/tramp-gvfs.el                   |   8 +-
 lisp/obsolete/complete.el                |   2 +-
 lisp/org/ChangeLog.1                     |   6 +-
 lisp/org/ox-odt.el                       |   2 +-
 lisp/pixel-scroll.el                     |   2 +-
 lisp/plstore.el                          |   4 +-
 lisp/proced.el                           |   2 +-
 lisp/progmodes/cc-cmds.el                |  22 ++-
 lisp/progmodes/cc-menus.el               |   2 +-
 lisp/progmodes/cc-vars.el                |   4 +-
 lisp/progmodes/compile.el                |   4 +-
 lisp/progmodes/flymake-proc.el           |   2 +-
 lisp/progmodes/octave.el                 |   2 +-
 lisp/progmodes/ruby-mode.el              | 149 +++++++++++----
 lisp/progmodes/verilog-mode.el           |   2 +-
 lisp/simple.el                           |  17 +-
 lisp/startup.el                          |   4 +-
 lisp/subr.el                             |  12 +-
 lisp/term/ns-win.el                      |   4 +-
 lisp/term/x-win.el                       |   2 +-
 lisp/textmodes/mhtml-mode.el             |   9 +-
 lisp/textmodes/nroff-mode.el             |   2 +-
 lisp/textmodes/tex-mode.el               |   2 +-
 lisp/vc/diff-mode.el                     |   2 +-
 lisp/vc/smerge-mode.el                   |   2 +-
 lisp/vc/vc-git.el                        |   2 +-
 lisp/vc/vc-rcs.el                        |   2 +-
 lisp/view.el                             |   2 +-
 lisp/wid-edit.el                         |   2 +-
 lisp/windmove.el                         |   2 +-
 lisp/window.el                           |  27 +--
 m4/alloca.m4                             |   2 +-
 m4/extern-inline.m4                      |   6 +-
 m4/faccessat.m4                          |  10 +-
 m4/fstatat.m4                            |  21 ++-
 m4/gnulib-common.m4                      |   6 +-
 m4/lstat.m4                              |   7 +-
 m4/std-gnu11.m4                          |   4 +-
 m4/sys_types_h.m4                        |   2 +-
 m4/vararrays.m4                          |   2 +-
 msdos/autogen/config.in                  |   7 +-
 nt/ChangeLog.1                           |  18 +-
 nt/INSTALL.W64                           |  72 ++++++--
 oldXMenu/ChangeLog.1                     |   2 +-
 src/ChangeLog.11                         |  22 +--
 src/ChangeLog.12                         | 138 +++++++-------
 src/ChangeLog.13                         | 118 ++++++------
 src/alloc.c                              |   2 +-
 src/atimer.c                             |   2 +-
 src/buffer.c                             |   8 +-
 src/callproc.c                           |   2 +-
 src/dispnew.c                            |   4 +-
 src/editfns.c                            |   2 +-
 src/eval.c                               |   2 +-
 src/fileio.c                             |   6 +-
 src/fns.c                                |   2 +-
 src/frame.c                              |   2 +-
 src/gnutls.c                             |   2 +-
 src/gtkutil.c                            |   2 +-
 src/lisp.h                               |   2 +-
 src/nsterm.m                             |  52 +++++-
 src/sysdep.c                             |   4 +-
 src/term.c                               |   2 +-
 src/thread.c                             |  11 +-
 src/w32term.c                            |   2 +-
 src/window.c                             |  12 +-
 src/xfns.c                               |   2 +-
 src/xsettings.c                          |   4 +-
 src/xterm.c                              |   6 +-
 test/lisp/char-fold-tests.el             |   2 +-
 test/lisp/files-tests.el                 |  14 ++
 test/lisp/net/tramp-tests.el             |   8 +
 test/lisp/replace-tests.el               |   4 +-
 test/lisp/simple-tests.el                |   2 +-
 test/lisp/vc/vc-bzr-tests.el             |   2 +-
 test/manual/etags/c-src/emacs/src/lisp.h |   2 +-
 test/src/fns-tests.el                    |   2 +-
 169 files changed, 1329 insertions(+), 976 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]