mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 03:13:24 +00:00
Merge from origin/emacs-29
755ae813a6
; Declare some treesit.c functions in typescript-ts-mode.el.89fa204b70
Fix loss of encrypted data in plstore.eld9a1175a61
Close SQL database when corresponding 'sqlite-mode' buffe...cbd8fac283
Fix Unicode normalization of characters825be05b37
Support one-time passwords in Trampf880b94e64
Fix the 'C' and 'c' categories of characters58fd212d8a
Fix Emoji zooming commands8970cdd009
; Fix last change.ba924be452
; * etc/DEBUG: Improve the redisplay section.e110312ad9
; * doc/lispref/minibuf.texi (Text from Minibuffer): Ment...65f4810003
tsx-ts-mode--font-lock-compatibility-bb1f97b: Improve6fe11b88ed
Avoid using --display in emacsclient to reuse frames on PGTK2fc7463c0e
; * INSTALL: Don't advertise -O3. (Bug#65988)29055412f2
; Fix doc string of 'lsh'738d854333
Support emacsclient on Windows with server on GNU or Unix...f0a89fa1d0
; * lisp/saveplace.el (save-place-ignore-files-regexp): F...c9cb8ee0fc
Fix defcustom in saveplace.el (Bug#65977)5ec8be1d58
; * lisp/subr.el (string-suffix-p, string-prefix-p): Doc ...809305e6d8
Fix 'window-text-pixel-size' when there are several image...ea14b0dcc2
: Doc fix.01e8a0c6cb
Doc fix for prettify-symbols-unprettify-at-point0065621d0d
(report_overlay_modification): Fix bug#659296cc6455e93
Fix SVG colors (bug#56182)9396d73942
* doc/emacs/text.texi (Outline Minor Mode): Add a note ab...a65d1a5a16
Improve documentation of 'list-abbrevs'5dcc4b7eab
Tweak s-p-f for js-ts-mode1fb2fb501f
typescript-ts-mode, tsx-ts-mode: Fix syntax properties fo...946b395e7e
* lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug...33ee3e588f
Fix regression of treesit_cursor_helper_1d11d81dfcc
; Fix doc typos (Bug#65868)6554ec2246
Update docs for passing of Thien-Thi Nguyen5ab2792d5c
Update defvar usage tips example in manual35d88c657e
Document using Flymake together with Eglot3f04efe9e7
; * src/font.h (struct font): Comment about use of averag...459b5f6b6d
; * admin/authors.el (authors-aliases): Update.0c029ae8bc
; tweak etc/TODO item # Conflicts: # admin/authors.el # lisp/subr.el
This commit is contained in:
commit
302bc23f7c
39 changed files with 325 additions and 222 deletions
|
@ -93,6 +93,11 @@ might need to be updated because it knows about used and unused ranges
|
|||
of Unicode codepoints, which a new release of the Unicode Standard
|
||||
could change.
|
||||
|
||||
The data used by ucs-normalize.el might need to be updated.
|
||||
Specifically, the values of 'ucs-normalize-composition-exclusions' and
|
||||
'check-range", defined at the beginning of ucs-normalize.el, should be
|
||||
verified against the latest Unicode data files.
|
||||
|
||||
Next, test normalization functions against NormalizationTests.txt,
|
||||
in the test/ directory run:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue