emacs-diffs
[Top][All Lists]
Advanced

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

master updated (f44c1969b6f -> 302bc23f7cb)


From: Eli Zaretskii
Subject: master updated (f44c1969b6f -> 302bc23f7cb)
Date: Sat, 16 Sep 2023 07:42:37 -0400 (EDT)

eliz pushed a change to branch master.

      from  f44c1969b6f ; Fix last change in gdb-mi.el
      adds  0c029ae8bcb ; tweak etc/TODO item
      adds  459b5f6b6d1 ; * admin/authors.el (authors-aliases): Update.
      adds  3f04efe9e7d ; * src/font.h (struct font): Comment about use of 
average_width.
      adds  35d88c657e1 Document using Flymake together with Eglot
      adds  5ab2792d5c1 Update defvar usage tips example in manual
      adds  6554ec22465 Update docs for passing of Thien-Thi Nguyen
      adds  d11d81dfcc6 ; Fix doc typos (Bug#65868)
      adds  33ee3e588fd Fix regression of treesit_cursor_helper_1
      adds  946b395e7e1 * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide 
(bug#65895).
      adds  1fb2fb501f3 typescript-ts-mode, tsx-ts-mode: Fix syntax properties 
for regexp and jsx
      adds  5dcc4b7eab1 Tweak s-p-f for js-ts-mode
      adds  a65d1a5a167 Improve documentation of 'list-abbrevs'
      adds  9396d73942e * doc/emacs/text.texi (Outline Minor Mode): Add a note 
about value 'insert'.
      adds  6cc6455e931 Fix SVG colors (bug#56182)
      adds  0065621d0d3 (report_overlay_modification): Fix bug#65929
      adds  01e8a0c6cbf Doc fix for prettify-symbols-unprettify-at-point
      adds  ea14b0dcc20 : Doc fix.
      adds  809305e6d8f Fix 'window-text-pixel-size' when there are several 
images at START
      adds  5ec8be1d589 ; * lisp/subr.el (string-suffix-p, string-prefix-p): 
Doc fix.
      adds  c9cb8ee0fc0 Fix defcustom in saveplace.el (Bug#65977)
      adds  f0a89fa1d0e ; * lisp/saveplace.el (save-place-ignore-files-regexp): 
Fix last change.
      adds  738d8543337 Support emacsclient on Windows with server on GNU or 
Unix systems
      adds  29055412f2d ; Fix doc string of 'lsh'
      adds  2fc7463c0e5 ; * INSTALL: Don't advertise -O3.  (Bug#65988)
      adds  6fe11b88ed0 Avoid using --display in emacsclient to reuse frames on 
PGTK
      adds  65f4810003b tsx-ts-mode--font-lock-compatibility-bb1f97b: Improve
      adds  e110312ad95 ; * doc/lispref/minibuf.texi (Text from Minibuffer): 
Mention alias.
      adds  ba924be4522 ; * etc/DEBUG: Improve the redisplay section.
      adds  8970cdd009a ; Fix last change.
      adds  58fd212d8a2 Fix Emoji zooming commands
      adds  f880b94e649 Fix the 'C' and 'c' categories of characters
      adds  825be05b379 Support one-time passwords in Tramp
      adds  cbd8fac283a Fix Unicode normalization of characters
      adds  d9a1175a611 Close SQL database when corresponding 'sqlite-mode' 
buffer is killed
      adds  89fa204b706 Fix loss of encrypted data in plstore.el
      adds  755ae813a6a ; Declare some treesit.c functions in 
typescript-ts-mode.el.
       new  302bc23f7cb Merge from origin/emacs-29


Summary of changes:
 INSTALL                                        |   4 +-
 Makefile.in                                    |   5 +
 admin/authors.el                               |  10 ++
 admin/notes/unicode                            |   5 +
 doc/emacs/abbrevs.texi                         |  15 ++-
 doc/emacs/ack.texi                             |   5 +
 doc/emacs/custom.texi                          |   2 +-
 doc/emacs/text.texi                            |   9 +-
 doc/lispref/compile.texi                       |   2 +-
 doc/lispref/keymaps.texi                       |   2 +-
 doc/lispref/minibuf.texi                       |   4 +
 doc/lispref/variables.texi                     |  16 +--
 doc/misc/flymake.texi                          |  11 +-
 doc/misc/tramp.texi                            |   6 ++
 etc/DEBUG                                      |  93 ++++++++++-------
 etc/TODO                                       |   4 +
 lisp/international/characters.el               |   8 +-
 lisp/international/emoji.el                    |   8 +-
 lisp/international/ucs-normalize.el            |  14 ++-
 lisp/net/tramp-sh.el                           |   2 +
 lisp/net/tramp.el                              |  29 ++++++
 lisp/outline.el                                |   3 +
 lisp/play/zone.el                              |   2 +-
 lisp/plstore.el                                |  24 +++--
 lisp/progmodes/c-ts-mode.el                    |   1 +
 lisp/progmodes/js.el                           |   2 +
 lisp/progmodes/prog-mode.el                    |   5 +-
 lisp/progmodes/typescript-ts-mode.el           |  44 +++++++-
 lisp/saveplace.el                              |  11 +-
 lisp/server.el                                 |   9 +-
 lisp/sqlite-mode.el                            |   1 +
 lisp/subr.el                                   |  18 ++--
 src/buffer.c                                   |   2 +-
 src/font.h                                     |  14 ++-
 src/image.c                                    |  12 +++
 src/treesit.c                                  |  11 +-
 src/xdisp.c                                    |   1 -
 test/lisp/international/ucs-normalize-tests.el | 134 +++----------------------
 test/src/buffer-tests.el                       |   1 +
 39 files changed, 326 insertions(+), 223 deletions(-)



reply via email to

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