emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (a7b7b85 -> 99ceefa)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (a7b7b85 -> 99ceefa)
Date: Mon, 13 Nov 2017 13:58:22 -0500 (EST)

eggert pushed a change to branch master.

      from  a7b7b85   * lisp/gnus/gnus-srvr.el: Avoid custom-set-variables
      adds  e286b33   Fix more flymake-diag-region eob corner cases and add 
tests (bug#29201)
      adds  49450d0   * lisp/find-dired.el (find-grep-dired): Doc fix.  
(Bug#29262)
      adds  e470d16   Pacify GCC when configured --with-x-toolkit=no
      adds  7775c47   Merge from Gnulib
      adds  42daf83   CC Mode: Fix defun-open being recognized as 
brace-list-open at EOB.
      adds  48ad003   Fix Bug#29225
      adds  fe85ce1   Unbreak interactive run of a flymake test (bug#29267)
      adds  2b8ef8d   * lisp/files.el (abbreviate-file-name): Doc fix.  
(Bug#29267)
      adds  6aa0a26   Don't enable cursor-sensor-mode in mhtml-mode
      adds  5d68dc9   Change vectorlike from struct to union
      adds  b1573a9   Use alignas to fix GCALIGN-related bugs
      adds  d149560   Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNED
      adds  7910889   Port to IBM xlc 12.01
       new  99ceefa   Merge from origin/emacs-26


Summary of changes:
 admin/CPP-DEFINES                    |   1 -
 build-aux/config.guess               |   9 +-
 build-aux/config.sub                 |   5 +-
 configure.ac                         |  16 --
 doc/lispref/internals.texi           |   4 +-
 doc/misc/texinfo.tex                 |   4 +-
 lib-src/make-docfile.c               |   4 +-
 lib/faccessat.c                      |  60 ++++++-
 lib/fstatat.c                        |   2 +-
 lib/gnulib.mk.in                     |   2 +
 lib/unistd.in.h                      |  16 +-
 lisp/files.el                        |   8 +-
 lisp/find-dired.el                   |   6 +-
 lisp/progmodes/cc-engine.el          |  14 +-
 lisp/progmodes/flymake.el            |  16 +-
 lisp/textmodes/mhtml-mode.el         |   5 +-
 m4/faccessat.m4                      |   6 +-
 m4/gnulib-comp.m4                    |  10 +-
 m4/unistd_h.m4                       |   3 +-
 oldXMenu/Activate.c                  |   1 +
 src/alloc.c                          | 234 +++++++++++++--------------
 src/buffer.c                         |  19 +--
 src/buffer.h                         |   2 +-
 src/bytecode.c                       |   4 +-
 src/casefiddle.c                     |   4 +-
 src/cmds.c                           |   6 +-
 src/data.c                           |  76 ++++-----
 src/doc.c                            |   2 +-
 src/emacs-module.c                   |  17 --
 src/eval.c                           |  59 +++----
 src/fileio.c                         |   3 +-
 src/fns.c                            |   4 +-
 src/font.h                           |   6 +-
 src/frame.h                          |   2 +-
 src/keyboard.c                       |  10 +-
 src/lisp.h                           | 303 +++++++++++++++++------------------
 src/lread.c                          |  52 +++---
 src/minibuf.c                        |  12 +-
 src/process.h                        |   2 +-
 src/termhooks.h                      |   2 +-
 src/thread.c                         |   2 +-
 src/thread.h                         |   6 +-
 src/w32term.h                        |   2 +-
 src/window.c                         |   8 +-
 src/window.h                         |   2 +-
 src/xterm.c                          |   7 +-
 src/xterm.h                          |   2 +-
 src/xwidget.h                        |   4 +-
 test/lisp/net/tramp-tests.el         | 251 ++++++++++++++++++++++++-----
 test/lisp/progmodes/flymake-tests.el |  37 ++++-
 50 files changed, 790 insertions(+), 542 deletions(-)



reply via email to

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