emacs-diffs
[Top][All Lists]
Advanced

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

master updated (1298d1db189 -> 0be5f7ab636)


From: Stefan Kangas
Subject: master updated (1298d1db189 -> 0be5f7ab636)
Date: Sat, 18 Feb 2023 05:00:21 -0500 (EST)

skangas pushed a change to branch master.

      from  1298d1db189 Rename 'display-time-time-and-date-indicator' to 
'display-time-date-and-time' (bug#61567)
      adds  3969a34fa1b Revert "Rename to inhibit-automatic-native-compilation"
      adds  c0681cd3477 Revert "Add new variable 'inhibit-native-compilation'"
      adds  b6e2799aa1c * Some more `inhibit-native-compile' clean-up
      adds  1795839babc Support `comp-enable-subr-trampolines' as string value
      adds  abfd00e5c02 * lisp/emacs-lisp/comp.el 
(native-comp-never-optimize-functions): Improve doc
      adds  5d0912f1445 Rename comp-enable-subr-trampolines into 
native-comp-enable-subr-trampolines
      adds  8d8464bd5a9 Rename native-comp-deferred-compilation into 
native-comp-jit-compilation
      adds  95692f6754c Rename native-comp-deferred-compilation-deny-list
      adds  1a64f326e0a * Fix previous change
      adds  ce4a066ed1e * Generate trampolines in a temporary directory if no 
other option is viable
      adds  b44a7ff85dc Allow 'icon-title-format' to have the value t
      adds  a555abc56d5 Fix order of faces in 'face-list'
      adds  d6e4f243720 Merge 'emacs-29' into 
'feature/inhibit-native-comp-cleanup'
      adds  8aad8d75aa9 ; Improve and update documentation of native compilation
      adds  09fad246de8 * lisp/calc/calc.el (calc-mode): Improve docstring.
      adds  1c7d7623781 ; Minor copyedit of NEWS wrt *-ts-modes
      adds  5b34fc07085 * lisp/treesit.el (treesit-node-at): Update docstring 
(bug#61529).
      adds  0a5615669a4 Don't completely clip into visible range in 
treesit_record_change
      adds  18e96ed7c8a project.el: Extract backend->marker association for a 
defvar
      adds  a40b1745d4a (project-vc-backend-markers-alist): Add entry for vc-got
      adds  13fd7667f9c ; * src/treesit.c: Improve sectioning.
      adds  3e747630999 * lisp/files.el (file-equal-p): Work around Haiku stat 
bug.
      adds  5093a534960 Fix regression due to change in face sort order by 
'face-list'
      adds  deef41a8259 Fix hi-lock-tests when 'use-dialog-box' is non-nil
      adds  1769a588300 Fix some uses of 'use-dialog-box'
       new  0be5f7ab636 Merge from origin/emacs-29


Summary of changes:
 doc/lispref/compile.texi     |  86 ++++++++++++++++++++------
 doc/lispref/frames.texi      |  40 ++++++++----
 etc/NEWS.29                  |  20 +++---
 lisp/calc/calc.el            |   9 +--
 lisp/emacs-lisp/comp.el      |  68 ++++++++++++--------
 lisp/faces.el                |   6 +-
 lisp/files.el                |  13 +++-
 lisp/frame.el                |   5 +-
 lisp/hi-lock.el              |   1 +
 lisp/loadup.el               |   2 +-
 lisp/progmodes/cc-engine.el  |   2 +-
 lisp/progmodes/elisp-mode.el |   4 +-
 lisp/progmodes/project.el    |  31 +++++++---
 lisp/startup.el              |  12 ++--
 lisp/subr.el                 |   7 ++-
 lisp/treesit.el              |   9 ++-
 src/comp.c                   |  98 +++++++++++++++--------------
 src/data.c                   |   2 +-
 src/treesit.c                |  26 ++++++--
 src/xdisp.c                  |  11 ++--
 test/lisp/hi-lock-tests.el   | 143 ++++++++++++++++++++++++-------------------
 21 files changed, 368 insertions(+), 227 deletions(-)



reply via email to

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