emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (f4e9cea -> 9625477)


From: Noam Postavsky
Subject: [Emacs-diffs] master updated (f4e9cea -> 9625477)
Date: Sun, 10 Jun 2018 19:03:38 -0400 (EDT)

npostavs pushed a change to branch master.

      from  f4e9cea   Pacify gcc -Wnull-dereference some more
      adds  e35a08e   Prevent infloop in 'delete-trailing-whitespace'
      adds  26819cd   ; ChangeLog.3: Fix typo.
      adds  55c9bb9   Fix comint-get-old-input-default for output field case 
(Bug#25028)
      adds  f21fa14   Ignore color fonts when using Xft
       new  23e9bef   Merge from emacs-26
      adds  97d61f8   Port FC_COLOR change to older fontconfig
      adds  acaebed   ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.
       new  78ac248   ; Merge from emacs-26
      adds  c57e7ea   Improve documentation of 'empty' whitespace-style
      adds  d20beef   Fix prompt in bookmark.el (Bug#24726)
      adds  e5ab25d   Fix cursor movement by 'next-logical-line' after 
'next-line'
      adds  4af077a   * etc/emacs.appdata.xml: Update Emacs screenshot.
      adds  26b52ac   Fix unexpected jumps of window-point in 
'set-window-configuration' (Bug#31695)
      adds  c6ef3c8   Make cl-print respect print-quoted (bug#31649)
      adds  ef35d40   Clarify subtle issues with 'eq' in byte-compiled code
      adds  0214ffb   Clarify doc string of 'update-glyphless-char-display'
      adds  9db97b4   ; * etc/DEBUG: Add information about debugging libXft 
problems.
      adds  5b6f8b5   Clarify the documentation of 'dired-recursive-deletes'
      adds  b7b7a5f   * etc/NEWS: Belatedly call out vc-hg changes in v26.1.  
(Bug#31759)
      adds  36bbdfc   Update Unicode data files to version 11.0.0 of Unicode
      adds  3434edc   Enlarge DUMPED_HEAP_SIZE for 64-bit Windows builds
       new  7adf1a3   Merge from emacs-26
      adds  4c3fae3c  Call enchant-lsmod correctly when Enchant is installed 
with a suffix
       new  eaeb69c   ; Merge from emacs-26
       new  8a1576c   Fix term.el cursor movement at bottom margin (Bug#31690)
       new  9625477   Merge from emacs-26


Summary of changes:
 ChangeLog.3                                    |   2 +-
 admin/notes/unicode                            |   2 +-
 admin/unidata/BidiBrackets.txt                 |   6 +-
 admin/unidata/BidiMirroring.txt                | 141 +++--
 admin/unidata/Blocks.txt                       |  15 +-
 admin/unidata/NormalizationTest.txt            |  52 +-
 admin/unidata/SpecialCasing.txt                |   8 +-
 admin/unidata/UnicodeData.txt                  | 778 +++++++++++++++++++++++--
 admin/unidata/copyright.html                   | 190 +++---
 doc/emacs/dired.texi                           |  28 +-
 doc/emacs/display.texi                         |   2 +-
 doc/lispref/nonascii.texi                      |   2 +-
 doc/lispref/objects.texi                       |  15 +
 doc/misc/efaq.texi                             |   5 +
 etc/DEBUG                                      |  10 +-
 etc/NEWS.26                                    |  27 +
 etc/emacs.appdata.xml                          |   2 +-
 lisp/bookmark.el                               |   2 +-
 lisp/comint.el                                 |   8 +-
 lisp/emacs-lisp/cl-print.el                    |   9 +-
 lisp/international/characters.el               |  43 +-
 lisp/international/fontset.el                  |  10 +-
 lisp/international/mule-cmds.el                |   2 +-
 lisp/progmodes/cc-engine.el                    |  12 +-
 lisp/progmodes/cc-mode.el                      |   4 +-
 lisp/progmodes/cperl-mode.el                   |   2 +-
 lisp/simple.el                                 |  27 +-
 lisp/term.el                                   |   6 +-
 src/indent.c                                   |  10 +-
 src/w32heap.c                                  |   2 +-
 src/window.c                                   |  31 +-
 test/lisp/emacs-lisp/cl-print-tests.el         |  10 +
 test/lisp/international/ucs-normalize-tests.el |  32 +-
 test/lisp/term-tests.el                        |  20 +
 test/manual/BidiCharacterTest.txt              |   6 +-
 35 files changed, 1195 insertions(+), 326 deletions(-)



reply via email to

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