emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (6bd1e220 -> c4f4e64)


From: Paul Eggert
Subject: [Emacs-diffs] master updated (6bd1e220 -> c4f4e64)
Date: Tue, 22 Mar 2016 18:13:16 +0000

eggert pushed a change to branch master.

      from  6bd1e220  Keep "merge" commits by default in gitmerge
      adds  576e09e   Support Ruby 2.3.0's safe navigation operator
      adds  1266361   Fix documentation of seq.el functions
      adds  6d8e1f02  ; * etc/DEBUG: Improve wording.  (Bug#22984)
      adds  4819616   Avoid crashes at startup on systems that CANNOT_DUMP
      adds  06aad39   Avoid errors in forms-mode when default major mode is text
      adds  a761fbf   Import new data files from Unicode 9.0.0beta
      adds  983448d   Update Unicode notes for importing a new Unicode version
      adds  d457fd9   Simplify "Visit New File" to "New File"
      adds  ba24c99   Revert "Simplify "Visit New File" to "New File""
      adds  04f5525   Make '.' associative, for easier sexp navigation
      adds  5b705bc   Indent '.' relative to the first sibling expression
      adds  9d463ae   Tweak the left precedence of '=>'
      adds  80ec484   Make lisp-completion-at-point's argument optional
      adds  26b56dc   Fix some single quotes in documentation
      adds  4235d2d   Curved quotes in etc/NEWS etc.
      adds  f3033d4   Fix a typo in the Emacs manual
      adds  0ce37ea   Fix Isearch prompt when invoked with an argument
      adds  5cc6919   Fix a cacheing bug, which led to inordinately slow 
c-beginning-of-defun.
      adds  8475f3d   ASCII-only etc/NEWS etc.
      adds  e6776f8   * src/keyboard.c (echo_keystrokes_p): Don't test 
cursor_in_echo_area
      adds  0403620   Don't misindent arguments of a method call inside 
continuation
      adds  dbfbedd   Do not tokenize a comment before continuation as ';'
      adds  38b276d   Fix startup of "emacs -nw" on systems that CANNOT_DUMP
      adds  ba33b7c   Sync with gnulib
      adds  218ae59   * test/automated/package-test.el (package-test-signed): 
Tweak skip condition, for hydra.
      adds  7950e1d   Port to clang 3.7.0 on x86-64
      adds  1d686c2   (ruby-interpolation-inside-another-interpolation): New 
failing test
      adds  2036be4   Fix Ruby's operator precedence
      adds  c3ed95b   Move xsd:base64Binary decoding fix to debbugs.el 0.9.1
      adds  ee9a1f7   Support safe navigation operator in non-SMIE indentation 
code
      adds  6b6916e   ; * src/xdisp.c (with_echo_area_buffer): Fix typos in 
comments.
      adds  bc7f6f6   Improve documentation of glyphless-character display
      adds  d6d164f   Avoid segfaults due to frame image cache being absent
      adds  ce53389   * lisp/xml.el (xml-parse-tag-1): Replace undefined 
function.
      adds  253929f   * lisp/dired-x.el (dired-omit-here-always): Replace 
undefined function removed 2016-01-30.
      adds  79ae7fb   * lisp/dired-x.el (dired-omit-here-always): Correct error 
message for 2016-01-25 change.
      adds  a1ef911   * lisp/emacs-lisp/smie.el (smie-indent-keyword): Don't 
burp in strings
      adds  56df617   Address compilation warnings due to 2016-01-03 mml 
refactoring.
       new  37b9099   -
      adds  9ab03f2   ; Auto-commit of loaddefs files.
       new  4869e0d   ; Merge from origin/emacs-25
      adds  dca240a   Suppress some Tramp tests for OSX, do not merge with 
master
      adds  005ac7c   * lisp/mail/rmail.el (rmail-mime-entity-truncated): 
Declare.
      adds  cbedfc2   * lisp/gnus/mm-decode.el (gnus-format-message): Autoload 
it.
      adds  9094304   * lisp/progmodes/xref.el (xref-buffer-name, 
xref--window): Move definitions before use.
      adds  7a2edd3   Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs 
into emacs-25
      adds  1df7173   Avoid screen artifacts with new OS X visible bell after 
scrolling
      adds  658aa2d   Port to GTK with strict C99 compiler
      adds  de7601f   Port to GTK with strict C11 compiler
      adds  6da3a6d   Port to strict C99 offsetof
      adds  ed909c0   ; Spelling fixes
      adds  cd950da   Honor prefix arg in doc-view-next-line-or-next-page
      adds  413e73b   ; Small theme additions
      adds  26f9c50   Fixup the "normal" matcher; highlight global var symbols, 
too
      adds  dd2737b   Adjudicate review comments in abbrevs.texi
      adds  fc3cd53   Fix Bug#23032
      adds  b8ea08b   Avoid errors in 'newline'
       new  f95bbe5   -
      adds  52ba24b   Fix <p> and <div> newlines with or without <li> in shr
      adds  d8b2ce5   Ignore invalid base64 encoded embedded images
      adds  8a35f83   Render empty <ul><li><ul> correctly
       new  656058b   ; Merge from origin/emacs-25
      adds  76ef522   Fix (args-out-of-range 1) error in cursor-sensor--detect
      adds  91e6676   Fix an Isearch var to be a string (Bug#23038)
       new  d2ea891   Merge from origin/emacs-25
       new  c4f4e64   ; Fix etc/NEWS typo in recent merge.


Summary of changes:
 admin/notes/unicode                    |    8 +-
 admin/release-process                  |    4 +-
 admin/unidata/BidiBrackets.txt         |   12 +-
 admin/unidata/BidiMirroring.txt        |   14 +-
 admin/unidata/Blocks.txt               |   19 +-
 admin/unidata/UnicodeData.txt          | 1383 +++++++++++++++++++++++++++++++-
 admin/unidata/unidata-gen.el           |    4 +
 configure.ac                           |   18 +-
 doc/emacs/abbrevs.texi                 |    9 +-
 doc/emacs/anti.texi                    |    6 +-
 doc/emacs/display.texi                 |    9 +-
 doc/emacs/maintaining.texi             |   18 +-
 doc/lispref/abbrevs.texi               |    9 +-
 doc/lispref/sequences.texi             |   60 +-
 doc/misc/eshell.texi                   |    4 +-
 etc/DEBUG                              |   15 +-
 etc/NEWS                               | 1094 +++++++++++++-------------
 etc/themes/tsdh-light-theme.el         |    7 +-
 lib/sys_select.in.h                    |    9 +-
 lib/time_rz.c                          |    6 +-
 lisp/dired-x.el                        |    7 +-
 lisp/doc-view.el                       |    2 +-
 lisp/emacs-lisp/cursor-sensor.el       |    2 +-
 lisp/emacs-lisp/smie.el                |    5 +-
 lisp/forms.el                          |    9 +-
 lisp/gnus/mml-sec.el                   |    4 +
 lisp/gnus/mml-smime.el                 |    4 -
 lisp/gnus/mml1991.el                   |    5 -
 lisp/gnus/mml2015.el                   |    5 -
 lisp/international/characters.el       |   90 ++
 lisp/international/fontset.el          |   50 ++-
 lisp/international/mule-cmds.el        |    5 +-
 lisp/isearch.el                        |   34 +-
 lisp/loadup.el                         |   17 +-
 lisp/mail/rmail.el                     |    2 +
 lisp/progmodes/cc-cmds.el              |  249 +++---
 lisp/progmodes/cc-defs.el              |   23 +-
 lisp/progmodes/cc-engine.el            |  204 +++---
 lisp/progmodes/elisp-mode.el           |    2 +-
 lisp/progmodes/ruby-mode.el            |   53 +-
 lisp/progmodes/xref.el                 |   11 +-
 lisp/simple.el                         |   36 +-
 lisp/xml.el                            |    2 +-
 nextstep/README                        |   28 +-
 src/bidi.c                             |    2 +-
 src/editfns.c                          |    6 +-
 src/emacsgtkfixed.c                    |    3 +-
 src/emacsgtkfixed.h                    |    1 -
 src/floatfns.c                         |    3 +-
 src/gtkutil.c                          |   12 +-
 src/image.c                            |    3 +
 src/keyboard.c                         |   11 +-
 src/lisp.h                             |    3 +-
 src/nsterm.m                           |   30 +-
 src/xdisp.c                            |   29 +-
 src/xfns.c                             |    2 +-
 test/lisp/emacs-lisp/package-tests.el  |    2 +-
 test/lisp/net/tramp-tests.el           |   13 +-
 test/lisp/progmodes/ruby-mode-tests.el |    8 +
 test/manual/indent/ruby.rb             |   56 ++-
 60 files changed, 2736 insertions(+), 1005 deletions(-)



reply via email to

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