emacs-diffs
[Top][All Lists]
Advanced

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

master updated (bfc07100d28 -> ea986a64b23)


From: Eli Zaretskii
Subject: master updated (bfc07100d28 -> ea986a64b23)
Date: Sat, 13 May 2023 06:37:43 -0400 (EDT)

eliz pushed a change to branch master.

      from  bfc07100d28 Byte-compiler warning about mutation of constant values
      adds  ef1f4068f6f ; * lisp/wid-edit.el (widget-specify-insert): Fix debug 
spec.  (Bug#63437)
      adds  b8bcd42cabc Revert "Don't have nntp-report signal an error"
      adds  60d5a015d1f Update to Transient v0.4.0
      adds  6fa9332e7cd Ensure that EXTRA-DATA are always written when 
generating autoloads
      adds  ba2c76fa2bc Ensure that package menu respects 
'package-install-upgrade-built-in'
      adds  09d6070e56e ; Improve and update documentation of built-in package 
upgrades
      adds  32b42b333ca ; * etc/NEWS: Fix wording in last change.
      adds  acf4763417e Fix mouse highlight with some fonts in Cairo builds
      adds  85ed1c9ca6b Code cleanup for long line optimizations
      adds  7e26a5c774e Remove labeled restrictions before calling Fwiden
      adds  afc2c6c13cb Improve accuracy of cursor motion commands in long lines
      adds  974e4f33333 Make get_medium_narrowing_begv/zv static
      adds  2093e010dc1 Fix cursor motion in character-only terminals
      adds  dce08cf05cc Improve and fix last changes
      adds  097c5ee8f55 Two further fixes to last changes
      adds  0cc8d6826ad Three final fixes to last changes
      adds  c0b9530862c Another final fix to last changes
      adds  f0f08eeb05c Fix the return type of 'labeled_restrictions_get_bound'
      adds  1e3a66df459 Add an assertion in, and a commentary for, 
'get_nearby_bol_pos'
      adds  dcf8c011028 Merge branch 'scratch/long-lines-cleanup' into 
'emacs-29'
      adds  4bda9627349 ; * admin/git-bisect-start: Update failing commits
      adds  7acae22f42f Fix auto-filling in Texinfo mode
       new  ea986a64b23 Merge from origin/emacs-29


Summary of changes:
 admin/git-bisect-start          |   5 +-
 doc/emacs/package.texi          |  50 +++++-
 doc/lispref/positions.texi      |   1 +
 doc/misc/transient.texi         |   4 +-
 etc/NEWS.29                     |   7 +
 lisp/emacs-lisp/loaddefs-gen.el |  15 +-
 lisp/emacs-lisp/package.el      |   4 +-
 lisp/gnus/nntp.el               |   4 +-
 lisp/subr.el                    |   4 +-
 lisp/textmodes/texinfo.el       |  14 +-
 lisp/transient.el               |  11 +-
 lisp/wid-edit.el                |   2 +-
 src/buffer.c                    |   1 +
 src/callproc.c                  |   1 +
 src/composite.c                 |   4 +-
 src/dispextern.h                |  37 ++---
 src/editfns.c                   | 347 ++++++++++++++++++++++------------------
 src/fileio.c                    |   1 +
 src/ftcrfont.c                  |   1 -
 src/indent.c                    |   1 +
 src/keyboard.c                  |  12 +-
 src/lisp.h                      |   6 +-
 src/lread.c                     |   1 +
 src/xdisp.c                     | 209 +++++++++++++++++++-----
 24 files changed, 494 insertions(+), 248 deletions(-)



reply via email to

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