emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (cb29f41 -> 701c658)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (cb29f41 -> 701c658)
Date: Sat, 21 Oct 2017 02:01:19 -0400 (EDT)

eggert pushed a change to branch master.

      from  cb29f41   Allow to copy/rename file into a non-existent dir
      adds  622c675   * CONTRIBUTE: Suggest American English.
      adds  55e313f   ; * CONTRIBUTE: More suggestions for using US English.
      adds  716b840   gnutls_mac_get_nonce_size has been added in gnutls 3.3
      adds  8968be8   ; * etc/NEWS: Grammar and spelling fixes
      adds  ff33053   Fix indentation bug in multi-line CSS selectors
      adds  d703802   Do not under-align pseudovectors
      adds  aa0c38f   Make sure thread stack is properly aligned on MS-Windows
      adds  05aadd8   Fix fontification of ALIGN_STACK functions
      adds  eda9f50   Another fix for C mode fontification of w32 source files
      adds  4e59ecc   Fix wording in Elisp manual's child frames section 
(Bug#28819)
      adds  def9715   ; Cleanup of etc/NEWS
      adds  3c78960   Encourage https: in commit messages
      adds  864734d1  ; Prefer https: to http: in GNU URLs
      adds  a7f1546   Improve customization type of 'mouse-drag-and-drop-region'
      adds  f95cd5c   Improve customization of arabic-shaper-ZWNJ-handling.
      adds  f793828   ; * src/composite.c (Fclear_composition_cache): Fix last 
change.
      adds  325dfda   Avoid compilation warnings in optimized builds
      adds  8eb3c01   * lisp/dired-aux.el (dired-create-directory): Doc fix.
      adds  616b4c5   Let select-frame-by-name choose any frame when called 
from lisp (Bug#25521)
      adds  5980de3   Disable python native completion on w32 (Bug#28580)
      adds  51615a8   Don't remember old debugger window (Bug#17882)
      adds  de60992   Fix ert-test finding by symbol (Bug#28849)
      adds  1ca9ae7   Require subr-x when compiling nnimap.el
      adds  3205b12   Fix regression in display of PPM images
      adds  613db8d   Don't reject PBM header whitespace unnecessarily
      adds  16e8545   Fix error in tramp-smb-handle-insert-directory
      adds  081d218   Fix 'line-number-display-width' in hscrolled windows
      adds  c63b344   Fix range-error in image-dired.el
      adds  db68cef   Fix errors in kmacro.el post-command-hook
      adds  fb4200a   Fix Edebug spec for cl-defun (bug#24255)
      adds  a0b7b30   Do not reject https://gnu.org in commit messages
      adds  20cc68e   Document rectangle-preview option more (Bug#27974)
      adds  b38724a   Work around ImageMagick bug 825
      adds  2c3e6f1   Dont update primary selection with winner-undo
      adds  22adeca   In NEWS give advice on use of `switch-to-buffer' 
(Bug#28645)
      adds  5b6e59c   Implement vc-default-dir-extra-headers for vc-rcs
      adds  2e1b352   Improve documentation of 'line-number-display-width'
      adds  8ca6fa5   Improve format-time-string doc
      adds  445e926   Mention how to send CC to > 1 address in a bug report
      adds  b970a4a   Fix handling of `border-width' in 
`frameset--restore-frame' (Bug#28873)
      adds  dc88128   Remove resizable attribute on macOS undecorated frames 
(bug#28512)
      adds  2551d28   Fix line number display after 'widen'
      adds  2f7163f   Fix the MSDOS build.
      adds  b8433b0   Use pop-to-buffer-same-window instead of switch-to-buffer
      adds  6f1dea5   Spelling fixes
      adds  4d578d4   On Windows default a frame's border width to zero 
(Bug#28873)
      adds  25f83fa   ; Indentation fixes
      adds  3ea6a4d   Skip an rsync test in tramp-tests.el
      adds  234b1e3   Flymake backends must check proc obsoleteness in source 
buffer
      adds  ddd547f   Improve treatment of Fortran's "class default"
      adds  831eafc   Augment Flymake API for third-party extensions
      adds  fd3d861   Make :align-to account for display-line-numbers
      adds  d815de0   Skip a Flymake test for old gcc versions
      adds  b500e06   Fix Bug#28896
      adds  11bd8aa   Fix flymake's loading of subr-x
       new  3155cb1   Merge from origin/emacs-26
      adds  ef3d850   * lisp/help-fns.el (describe-function-1): Fix 
help-fns-test-dangling-alias.  (Bug#28918)
       new  8cedc55   ; Merge from origin/emacs-26
      adds  7c63655   Tweak format of list of old files in NEWS header
      adds  6a00914   Tweak Fdocumentation's error for an undefined function
      adds  e655946   Fix two minor Gnus typos
      adds  83db9a1   Fix two more minor Gnus typos
      adds  868eb74   Simplify make-progress-reporter vs float-time
       new  f400c7b   Merge from origin/emacs-26
       new  701c658   * etc/NEWS.26: Sync from emacs-26 etc/NEWS.


Summary of changes:
 .dir-locals.el                          |   2 +-
 CONTRIBUTE                              |  16 +-
 ChangeLog.3                             | 150 ++++++-------
 admin/admin.el                          |  22 +-
 admin/notes/bugtracker                  |   5 +-
 build-aux/git-hooks/commit-msg          |  25 ++-
 config.bat                              |  24 +-
 doc/lispref/display.texi                |  50 +++--
 doc/lispref/frames.texi                 |   2 +-
 doc/lispref/os.texi                     |  37 ++-
 doc/misc/flymake.texi                   |  75 ++++---
 etc/NEWS.25                             |   2 +
 etc/NEWS.26                             | 291 +++++++++++++-----------
 lib-src/ChangeLog.1                     |   2 +-
 lib-src/etags.c                         |   2 +-
 lisp/cedet/semantic/analyze/refs.el     |   2 +-
 lisp/cedet/semantic/complete.el         |   2 +-
 lisp/cedet/semantic/decorate/include.el |   2 +-
 lisp/cedet/semantic/mru-bookmark.el     |   2 +-
 lisp/cedet/semantic/senator.el          |   4 +-
 lisp/dired-aux.el                       |   1 +
 lisp/emacs-lisp/cl-macs.el              |  32 ++-
 lisp/emacs-lisp/debug.el                |   4 +-
 lisp/emacs-lisp/ert.el                  |   4 +-
 lisp/emacs-lisp/rmc.el                  |   2 +-
 lisp/emacs-lisp/tabulated-list.el       |  25 ++-
 lisp/frame.el                           |  16 +-
 lisp/frameset.el                        |   6 +
 lisp/gnus/gnus-sum.el                   |   2 +-
 lisp/gnus/mail-source.el                |  16 +-
 lisp/gnus/nnimap.el                     |   3 +-
 lisp/image-dired.el                     |   5 +-
 lisp/image.el                           |   4 +-
 lisp/kmacro.el                          |   2 +-
 lisp/language/misc-lang.el              |   5 +-
 lisp/mouse.el                           |  10 +-
 lisp/net/tramp-adb.el                   |  69 +++---
 lisp/net/tramp-gvfs.el                  |   7 +-
 lisp/net/tramp-sh.el                    | 174 ++++++++-------
 lisp/net/tramp-smb.el                   |   9 +-
 lisp/proced.el                          |   3 +-
 lisp/progmodes/elisp-mode.el            |   3 +-
 lisp/progmodes/f90.el                   |  12 +-
 lisp/progmodes/flymake-proc.el          |   2 +-
 lisp/progmodes/flymake.el               |  61 +++--
 lisp/progmodes/python.el                |   5 +-
 lisp/rect.el                            |   4 +
 lisp/ruler-mode.el                      |  16 +-
 lisp/subr.el                            |  10 +-
 lisp/textmodes/css-mode.el              |   2 +-
 lisp/textmodes/rst.el                   |  16 --
 lisp/vc/vc-rcs.el                       |   2 +
 lisp/winner.el                          |  15 +-
 msdos/depfiles.bat                      |   2 +-
 msdos/sed1v2.inp                        |  40 ++--
 msdos/sed2v2.inp                        |  35 ++-
 msdos/sed3v2.inp                        |   6 +-
 msdos/sedlibmk.inp                      | 123 ++++++----
 msdos/sedlisp.inp                       |   1 +
 src/alloc.c                             |  10 +-
 src/buffer.c                            |   4 +-
 src/composite.c                         |  15 ++
 src/conf_post.h                         |   2 +-
 src/data.c                              |   2 +-
 src/doc.c                               |   2 +
 src/editfns.c                           |  11 +-
 src/fileio.c                            |   2 +-
 src/gnutls.c                            |  32 ++-
 src/image.c                             |  61 +++--
 src/indent.c                            |  27 ++-
 src/msdos.c                             |   2 +
 src/msdos.h                             |   3 +
 src/nsterm.m                            |  22 +-
 src/process.c                           |  13 +-
 src/sysdep.c                            |   3 +-
 src/sysselect.h                         |   5 +
 src/systhread.c                         |   7 +-
 src/thread.c                            |   4 +
 src/thread.h                            |   4 +
 src/w32fns.c                            |   5 +-
 src/w32term.h                           |  15 +-
 src/xdisp.c                             |  57 ++++-
 test/lisp/kmacro-tests.el               |   1 -
 test/lisp/net/tramp-tests.el            | 384 ++++++++++++++++----------------
 test/lisp/progmodes/f90-tests.el        |  14 +-
 test/lisp/progmodes/flymake-tests.el    |   9 +-
 test/manual/indent/css-mode.css         |  10 +
 87 files changed, 1320 insertions(+), 877 deletions(-)



reply via email to

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