emacs-diffs
[Top][All Lists]
Advanced

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

master updated (c3684b97885 -> 2f0df93d8ca)


From: Mattias Engdegård
Subject: master updated (c3684b97885 -> 2f0df93d8ca)
Date: Fri, 29 Mar 2024 06:55:16 -0400 (EDT)

mattiase pushed a change to branch master.

      from  c3684b97885 ; * java/org/gnu/emacs/EmacsActivity.java 
(isReallyFinishing): Fix typo.
       new  1232ab31c65 Add `value<` (bug#69709)
       new  a52f1121a35 Add back timsort key function handling (bug#69709)
       new  ae5f2c02bd2 New `sort` keyword arguments (bug#69709)
       new  deae3112815 Speed up `sort` by special-casing the `value<` ordering
       new  45941a62c79 Faster non-destructive list sorting
       new  92d659ce6cd Use new-style `sort` signature in Lisp manual examples
       new  cbd862865ff Remove `sort-on` (bug#69709)
       new  b20866c4b3a Better `sort` ignored-return-value warning
       new  2f0df93d8ca ; * test/lisp/vc/vc-git-tests.el: bend doc string quote


Summary of changes:
 doc/lispref/help.texi        |   2 +-
 doc/lispref/numbers.texi     |   1 +
 doc/lispref/sequences.texi   | 196 +++++++++---------
 doc/lispref/strings.texi     |   8 +-
 etc/NEWS                     |  38 +++-
 lisp/emacs-lisp/byte-opt.el  |   4 +-
 lisp/emacs-lisp/bytecomp.el  |  16 +-
 lisp/sort.el                 |  21 --
 src/data.c                   |  26 +--
 src/dired.c                  |   2 +-
 src/fns.c                    | 414 ++++++++++++++++++++++++++++++++-----
 src/lisp.h                   |  27 ++-
 src/pdumper.c                |   6 +-
 src/sort.c                   | 478 ++++++++++++++++++++++++++++++-------------
 test/lisp/vc/vc-git-tests.el |   2 +-
 test/src/fns-tests.el        | 261 +++++++++++++++++++++++
 16 files changed, 1148 insertions(+), 354 deletions(-)



reply via email to

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