emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (65cc8ef -> 81389d5)


From: Andrea Corallo
Subject: feature/native-comp updated (65cc8ef -> 81389d5)
Date: Thu, 23 Apr 2020 04:04:19 -0400 (EDT)

akrl pushed a change to branch feature/native-comp.

      from  65cc8ef   * lisp/emacs-lisp/comp.el 
(comp-never-optimize-functions): Better doc fix
      adds  22ba047   (forward-comment -n): escaped newline is sometimes NOT 
end of comment
      adds  0bb3aec   Ignore D-Bus errors in tramp-gvfs.el (Bug#40655)
      adds  6a60701   Improve regexp in org-table-finish-edit-field
      adds  24cb690   Fix NS frame resizing issues (bug#40200, bug#28872)
      adds  c019f03   Allow dynamic choice of drawing path on NS (bug#39883)
      adds  e105d01   Use native image API for NS
      adds  be77a68   Fix comparing command names in strokes.el (bug#40600)
      adds  763ec05   Bind 'n' and 'p' to move between symbols in apropos
      adds  7f1dae1   Fix effect-free warning in ob-screen.el while loop
      adds  3e46a23   Prefer inline functions in character.h
      adds  27d1018   Prefer more inline functions in character.h
      adds  fadfde5   Pacify gcc -Og x86-64
      adds  2cb7e86   Port recent character.h changes to --with-wide-int
      adds  93decaa   Fix handling of child frames in prepare_menu_bars 
(Bug#40639)
      adds  a0c8c27   Fix loading multi-frame TIFF images via GDI+
      adds  1321071   Don't abort when using GDI+ for images
      adds  d345c71   Safeguard the fix of bug#40632
      adds  0ed7177   * lisp/htmlfontify.el (hfy-force-fontification): Fix 
bug#40642
      adds  a6c3910   ; Merge from origin/emacs-27
      adds  fb5f616   Improve an example in w32 FAQ
      adds  660b9b8   Default completion-flex-nospace to nil
      adds  145a151   Correct Fido-mode's backspacing of directories with spaces
      adds  2a4cb24   Merge from origin/emacs-27
      adds  399c20d   Bump Emacs version to 27.0.91
      adds  9dac60b   ; Merge from origin/emacs-27
      adds  9e832ba   * lisp/erc/erc.el: Add URL to the new ERC page on the 
Emacs site
      adds  3876a60   Fix a typo in calculator.el
      adds  c36c5a3   ; lisp/ldefs-boot.el: Update.
      adds  6b29751   Fix cl-most-positive-float doc typo
      adds  175c61c   Fix "C-u M-!" when 'shell-command-dont-erase-buffer' is 
non-nil
      adds  f3b62b6   Avoid crashes in regex-emacs.c due to GC
      adds  4819bea   Merge from origin/emacs-27
      adds  45d42f8   Use lexical-binding in apropos.el and add tests
      adds  d890e5b   Fix misnamed variable breaking GNUstep
      adds  8f0f851   * lisp/autoarg.el: Use lexical binding.
      adds  65990f4   Use lexical-binding in elide-head.el and add tests
      adds  3f8b771   Don't use Gnulib's explicit_bzero on MS-Windows
      adds  423089d   Rework how GDI+ functions are loaded dynamically in 
w32image.c
      adds  18d0905   Silence byte-compiler after my previous commit
      adds  80f04b5   * lisp/cdl.el: Use lexical binding.
      adds  067b070   ; Fix some typos and doc issues (bug#40695)
      adds  52288f4   Mention 'spam-stat-process-directory-age' in the 
documentation
      adds  6c187ed   Improve documentation of 'sort-lines'
      adds  eebfb72   Document constant vs mutable objects better
      adds  5e9db48   * doc/lispref/display.texi (Customizing Bitmaps): Fix 
typo.
      adds  d7d5ee6   ; Fix a typo in cmdargs.texi (bug#40701)
      adds  4df8a61   Add new node "Image Mode" to Emacs Manual.
      adds  d5ec18c   * src/regex-emacs.c (re_match_2_internal): Rework comment 
in last change
      adds  14a570a   Remove #' and function quoting from lambda forms in manual
      adds  5734339   * doc/lispref/keymaps.texi (Extended Menu Items, Easy 
Menu) <:key-sequence>:
      adds  81e7d7f   Document that quoting yields constants
      adds  dca35b3   Improve mutability documentation
      adds  5805df7   Improve mutability doc
      adds  e1d42da   Fix mutability glitches reported by Drew Adams
      adds  9261a21   * doc/emacs/windows.texi (Window Convenience): Decribe 
more windmove features.
      adds  751510f   * lisp/image-mode.el: Add prefix key 's' and reduce 
dependency on ImageMagick.
      adds  a104086   Tweak setcar-related wording
      adds  05089a4   Tweak wording re constant variables
      adds  477b9ea   Merge from origin/emacs-27
      adds  60b9744   Remove workaround from w32image.c
      adds  ec24871   Remove unnecessary lambda quoting
      adds  856d937   * lisp/hi-lock.el (hi-lock--regexps-at-point): Use 
proper-list-p, not consp.
      adds  c88a3be   Fix string-to-multibyte overlong sequence bug
      adds  f212daf   Fix recently introduced error in 
`tramp-sh-handle-vc-registered'
      adds  ab21414   Support old SMB1 protocol in Tramp
      adds  023ff11   Tweak multibyte parsing loops
      adds  7b15cc3   text-char-description minor cleanup
       new  301cf0d   Merge remote-tracking branch 'savannah/master' into HEAD
       new  81389d5   * lisp/emacs-lisp/bytecomp.el 
(byte-compile-refresh-preloaded): Add comp.eln


Summary of changes:
 ChangeLog.3                         |  16 +-
 admin/notes/bug-triage              |   2 +-
 configure.ac                        |  25 +-
 doc/emacs/cmdargs.texi              |   2 +-
 doc/emacs/dired.texi                |   3 +-
 doc/emacs/emacs.texi                |   3 +-
 doc/emacs/files.texi                |   9 +-
 doc/emacs/fixit.texi                |  30 +-
 doc/emacs/frames.texi               |   5 +-
 doc/emacs/misc.texi                 |  29 +-
 doc/emacs/windows.texi              |  20 +-
 doc/lispintro/emacs-lisp-intro.texi |  32 +-
 doc/lispref/abbrevs.texi            |   6 +-
 doc/lispref/backups.texi            |   2 +-
 doc/lispref/display.texi            |   6 +-
 doc/lispref/edebug.texi             |   2 +-
 doc/lispref/elisp.texi              |   1 +
 doc/lispref/eval.texi               |  15 +-
 doc/lispref/functions.texi          |   4 +-
 doc/lispref/help.texi               |  56 ++-
 doc/lispref/keymaps.texi            |  33 +-
 doc/lispref/lists.texi              |  68 ++--
 doc/lispref/objects.texi            |  48 +++
 doc/lispref/os.texi                 |   2 +-
 doc/lispref/sequences.texi          |  51 ++-
 doc/lispref/strings.texi            |  18 +-
 doc/lispref/syntax.texi             |   6 +-
 doc/lispref/text.texi               |  13 +-
 doc/misc/cl.texi                    |   2 +-
 doc/misc/efaq-w32.texi              |   9 +-
 doc/misc/gnus.texi                  |   7 +
 doc/misc/tramp.texi                 |  17 +
 etc/NEWS                            |   6 +
 etc/NEWS.27                         |  77 ++--
 lib/ieee754.in.h                    |   4 +-
 lisp/apropos.el                     |  71 ++--
 lisp/autoarg.el                     |   7 +-
 lisp/calculator.el                  |   2 +-
 lisp/cdl.el                         |   2 +-
 lisp/elide-head.el                  |   8 +-
 lisp/emacs-lisp/bytecomp.el         |   7 +-
 lisp/emacs-lisp/checkdoc.el         |   2 +-
 lisp/emacs-lisp/cl-macs.el          |   8 +-
 lisp/emacs-lisp/elp.el              |   2 +-
 lisp/emacs-lisp/generator.el        |  32 +-
 lisp/emacs-lisp/gv.el               |   2 +-
 lisp/emacs-lisp/lisp-mode.el        |   2 +-
 lisp/erc/erc.el                     |  17 +-
 lisp/gnus/nntp.el                   |   4 +-
 lisp/hi-lock.el                     |   5 +-
 lisp/icomplete.el                   |   3 +-
 lisp/image-mode.el                  |  76 ++--
 lisp/image/exif.el                  |   4 +-
 lisp/international/mule-util.el     |   2 +-
 lisp/json.el                        |   2 +-
 lisp/ldefs-boot.el                  |   2 +-
 lisp/minibuffer.el                  |   6 +-
 lisp/net/tramp-gvfs.el              |   4 +-
 lisp/net/tramp-sh.el                |  29 +-
 lisp/net/tramp-smb.el               |  41 +-
 lisp/obsolete/cl.el                 |   2 +-
 lisp/org/ob-screen.el               |   2 +-
 lisp/org/org-table.el               |   2 +-
 lisp/simple.el                      |  35 +-
 lisp/sort.el                        |   3 +-
 lisp/startup.el                     |   8 +-
 lisp/strokes.el                     |   4 +-
 lisp/subr.el                        |   6 +-
 lisp/textmodes/ispell.el            |  10 +-
 nt/inc/ms-w32.h                     |   1 +
 nt/mingw-cfg.site                   |   1 +
 src/bidi.c                          |  20 +-
 src/buffer.c                        |  11 +-
 src/buffer.h                        | 140 +++++++
 src/bytecode.c                      |   2 +-
 src/casefiddle.c                    |  30 +-
 src/ccl.c                           |  11 +-
 src/character.c                     |  79 ++--
 src/character.h                     | 786 +++++++++++++++---------------------
 src/charset.c                       |   4 +-
 src/chartab.c                       |  10 +-
 src/cmds.c                          |   2 +-
 src/coding.c                        |  75 ++--
 src/composite.c                     |  42 +-
 src/conf_post.h                     |   1 +
 src/dispextern.h                    |   4 +-
 src/editfns.c                       |  28 +-
 src/eval.c                          |   2 +-
 src/fns.c                           |  82 ++--
 src/font.c                          |  38 +-
 src/ftcrfont.c                      |   5 +-
 src/image.c                         |  89 ++--
 src/indent.c                        |  24 +-
 src/insdel.c                        |   7 +-
 src/keyboard.c                      |  10 +-
 src/keymap.c                        | 171 ++++----
 src/lisp.h                          |   2 +-
 src/lread.c                         |  35 +-
 src/marker.c                        |  10 +-
 src/menu.c                          |   4 +-
 src/msdos.c                         |   2 +-
 src/nsfont.m                        |   2 +-
 src/nsimage.m                       |  49 +++
 src/nsmenu.m                        |   2 -
 src/nsterm.h                        |  26 +-
 src/nsterm.m                        | 535 +++++++++++++-----------
 src/print.c                         |  31 +-
 src/regex-emacs.c                   |  52 ++-
 src/search.c                        |  46 +--
 src/syntax.c                        | 135 +++----
 src/sysdep.c                        |  14 +-
 src/w32.c                           |  20 +
 src/w32image.c                      | 210 ++++++----
 src/xdisp.c                         |  90 ++---
 src/xfont.c                         |   2 +-
 src/xterm.c                         |   2 +-
 test/lisp/apropos-tests.el          | 133 ++++++
 test/lisp/elide-head-tests.el       |  62 +++
 test/lisp/jsonrpc-tests.el          |   4 +-
 test/lisp/simple-tests.el           |   4 +-
 test/src/buffer-tests.el            |  14 +
 test/src/thread-tests.el            |   2 +-
 122 files changed, 2362 insertions(+), 1842 deletions(-)
 create mode 100644 test/lisp/apropos-tests.el
 create mode 100644 test/lisp/elide-head-tests.el



reply via email to

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