emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (4abb8c8 -> f9a1d4b)


From: Andrea Corallo
Subject: feature/native-comp updated (4abb8c8 -> f9a1d4b)
Date: Sun, 12 Apr 2020 12:13:37 -0400 (EDT)

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

      from  4abb8c8   Merge remote-tracking branch 'savannah/master' into HEAD
       new  62f9569   * src/comp.c (native-comp-unit-file): Better parameter 
name.
       new  d85b803   * src/comp.c (native-comp-unit-set-file): New function.
       new  f4156b4   Implement position independent dump.
       new  7f5d1e9   Set invocation variables during dump load.
       new  3dd6cf8   Implement working make install for native build.
       new  b56de5d   * src/pdumper.c (dump_do_dump_relocation): Optimize 
native dump load.
      adds  8b04047   Pacify gcc in xpm_scan
      adds  8d95e75   utf-7 and utf-7-imap are not ASCII-compatible (bug#40407)
      adds  23b04ef   Use length field when dns-query is using TCP
      adds  6382e13   Add :coding support to open-network-stream and 
open-gnutls-stream
      adds  b9b3207   Improve inlining when compiling with -Og
      adds  c36792b   Revert my KEY_OPS_CFLAGS change to src/Makefile.in
      adds  4e109d1   Support character composition for Hangul jamo
      adds  1aeb181   ; * lisp/international/mule-conf.el: Minor comment 
wording fix.
      adds  faf996d   Fix decoding ASCII strings with embedded CR characters
      adds  20eb424   Fix decoding of ASCII strings with embedded CR characters
      adds  402cbc5   Don't rely on copying in {EN,DE}CODE_FILE
      adds  786887c   Don't crash with invalid argument in 
check-coding-systems-region
      adds  95dd8de   chinese-hz is not ASCII compatible (bug#40407)
      adds  d3e2c88   Fix ASCII-only conversion logic (bug#40407)
      adds  50618cc   Fix display of boxed header-line
      adds  e18c24b   Set last-coding-system-used upon ASCII conversion bypass 
(bug#40407)
      adds  aa072db   * lisp/net/tramp.el (tramp-action-process-alive): Read 
pending output.
      adds  3275b01   Reword documentation for eshell-variable-aliases-list
      adds  b902d7c   ; * lisp/eshell/esh-var.el 
(eshell-variable-aliases-list): Fix wording.
      adds  c49d379   Fix some problems with moving and resizing child frames
      adds  f451ef9   ; * etc/NEWS: Mention 'executing-macro' in removed vars.
      adds  08486f4   Speed up 'resize-mode' child frames a little
      adds  18d1bc0   Improve documentation of 'jit-lock-contextually'
      adds  d5750af   Avoid assertion violation in intervals.c
      adds  36c42d2   * doc/misc/tramp.texi (Bug Reports): Avoid line breaks in 
traces.
      adds  90321f5   Fix face extension in pulse.el
      adds  17a1bb5   Fix redisplay when scrolling under redisplay-dont-pause
      adds  6057d79   * doc/lispref/keymaps.texi (Extended Menu Items): Tweak 
:key-sequence
      adds  fd27685   ; * doc/lispref/keymaps.texi (Extended Menu Items): Fix 
last change.
      adds  1988ffb   Merge from origin/emacs-27
      adds  a79019c   Allow ENCODE_FILE and DECODE_FILE to use no-copy 
conversion
      adds  5084fdb   * lisp/progmodes/cl-font-lock.el: New file
      adds  3816644   * lisp/progmodes/cl-font-lock.el: Fix header and make it 
a minor mode
      adds  e7b4233   * etc/NEWS: Mention 'cl-font-lock-built-in-mode'
      adds  86b8207   Implement case-insensitivity in hi-lock (bug#40337)
      adds  7abfb64   * lisp/hi-lock.el (hi-lock-highlight-range): Bump default 
value (bug#40224)
      adds  43282a6   Remove UNSIGNED_CMP
      adds  9338b13   ; * etc/NEWS: NEWS followup to recent changes in 
hi-lock.el.
      adds  c7ecc6b   Fix a bootstrap issue with unescaped character literal 
detection.
      adds  4f197a5   Use named functions in {defun,macro}-declarations-alist 
(Bug#40491)
      adds  aed427e   Also use named functions for the ‘gv’ declare forms 
(Bug#40491)
       new  f9a1d4b   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 Makefile.in                           |   3 +-
 doc/lispref/keymaps.texi              |  20 +--
 doc/lispref/modes.texi                |  11 +-
 doc/lispref/processes.texi            |   6 +
 doc/misc/emacs-gnutls.texi            |   2 +-
 doc/misc/tramp.texi                   |   3 +-
 etc/NEWS                              |  25 +++
 etc/NEWS.27                           |   4 +-
 lisp/cedet/pulse.el                   |   3 +
 lisp/emacs-lisp/byte-run.el           | 139 +++++++++-------
 lisp/emacs-lisp/gv.el                 |  16 +-
 lisp/eshell/esh-var.el                |  30 ++--
 lisp/hi-lock.el                       | 141 +++++++++++------
 lisp/international/mule-conf.el       |   6 +
 lisp/isearch.el                       |  33 ++--
 lisp/jit-lock.el                      |  22 ++-
 lisp/language/chinese.el              |   5 +
 lisp/language/korean.el               |  12 ++
 lisp/loadup.el                        |  28 ++++
 lisp/net/dns.el                       |  30 ++--
 lisp/net/gnutls.el                    |   8 +-
 lisp/net/network-stream.el            |  24 ++-
 lisp/net/tramp.el                     |   2 +
 lisp/progmodes/cl-font-lock.el        | 289 ++++++++++++++++++++++++++++++++++
 src/Makefile.in                       |  10 +-
 src/casefiddle.c                      |   2 +-
 src/character.h                       |  55 +++++--
 src/coding.c                          |  63 +++++---
 src/coding.h                          |   4 +-
 src/composite.h                       |   9 +-
 src/conf_post.h                       |   8 +-
 src/data.c                            |  18 ++-
 src/dispextern.h                      |  29 ----
 src/dispnew.c                         |   4 +
 src/emacs.c                           |  67 +++++---
 src/frame.c                           |   1 +
 src/frame.h                           |  43 +++++
 src/gtkutil.c                         |  41 ++++-
 src/image.c                           |   5 +-
 src/intervals.c                       |   2 +-
 src/keyboard.c                        |  10 +-
 src/lisp.h                            |  17 +-
 src/lread.c                           |   8 +-
 src/pdumper.c                         |  21 ++-
 src/pdumper.h                         |   3 +-
 src/w32fns.c                          |   4 +-
 src/w32proc.c                         |   2 +-
 src/xdisp.c                           |   5 +-
 src/xfns.c                            |  56 +++++++
 src/xterm.c                           |  43 ++---
 test/lisp/international/mule-tests.el |  21 +++
 test/src/coding-tests.el              |  37 ++++-
 52 files changed, 1094 insertions(+), 356 deletions(-)
 create mode 100644 lisp/progmodes/cl-font-lock.el



reply via email to

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