diff options
| author | Stefan Kangas | 2025-02-23 17:19:47 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-23 17:19:47 +0100 |
| commit | bcba098505e4f80eef41e4be9726f1f9868223f3 (patch) | |
| tree | 0f3a3665fcec4087e73fb5b538d31974f7319b28 | |
| parent | 1cda0967b4d3c815fc610794ad6a8fc2b913a3c5 (diff) | |
| download | emacs-bcba098505e4f80eef41e4be9726f1f9868223f3.tar.gz emacs-bcba098505e4f80eef41e4be9726f1f9868223f3.zip | |
; * ChangeLog.4: Update.
| -rw-r--r-- | ChangeLog.4 | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/ChangeLog.4 b/ChangeLog.4 index 8eaed786a75..0271c67981a 100644 --- a/ChangeLog.4 +++ b/ChangeLog.4 | |||
| @@ -1,3 +1,44 @@ | |||
| 1 | 2025-02-23 Stefan Kangas <stefankangas@gmail.com> | ||
| 2 | |||
| 3 | Mention CVE-2025-1244 in NEWS | ||
| 4 | |||
| 5 | * etc/NEWS: Document CVE-2025-1244. | ||
| 6 | |||
| 7 | For anyone looking to backport this, the fix is in commit | ||
| 8 | 820f0793f0b46448928905552726c1f1b999062f. | ||
| 9 | |||
| 10 | 2025-02-23 Yuan Fu <casouri@gmail.com> | ||
| 11 | |||
| 12 | Use character position for ranges in treesit_sync_visible_region | ||
| 13 | |||
| 14 | * src/treesit.c (treesit_sync_visible_region): Use character position | ||
| 15 | instead of byte position when comparing to ranges, because the | ||
| 16 | ranges are in character position. | ||
| 17 | |||
| 18 | 2025-02-21 Po Lu <luangruo@yahoo.com> | ||
| 19 | |||
| 20 | Fix reported Haiku build error in emacs-30.1-rc1 | ||
| 21 | |||
| 22 | * src/haiku_support.cc (keysym_from_raw_char): Don't define | ||
| 23 | duplicate cases on the previous release. | ||
| 24 | |||
| 25 | 2025-02-20 Stefan Kangas <stefankangas@gmail.com> | ||
| 26 | |||
| 27 | Bump Emacs version to 30.1 | ||
| 28 | |||
| 29 | * README: | ||
| 30 | * configure.ac: | ||
| 31 | * exec/configure.ac: | ||
| 32 | * msdos/sed2v2.inp: | ||
| 33 | * nt/README.W32: Bump Emacs version to 30.1. | ||
| 34 | |||
| 35 | 2025-02-20 Stefan Kangas <stefankangas@gmail.com> | ||
| 36 | |||
| 37 | Update files for Emacs 30.1 | ||
| 38 | |||
| 39 | * ChangeLog.4: | ||
| 40 | * etc/AUTHORS: Update for Emacs 30.1. | ||
| 41 | |||
| 1 | 2025-02-19 Po Lu <luangruo@yahoo.com> | 42 | 2025-02-19 Po Lu <luangruo@yahoo.com> |
| 2 | 43 | ||
| 3 | Fix remaining Android bugs reported over the past months | 44 | Fix remaining Android bugs reported over the past months |
| @@ -203580,7 +203621,7 @@ | |||
| 203580 | 203621 | ||
| 203581 | This file records repository revisions from | 203622 | This file records repository revisions from |
| 203582 | commit f2ae39829812098d8269eafbc0fcb98959ee5bb7 (exclusive) to | 203623 | commit f2ae39829812098d8269eafbc0fcb98959ee5bb7 (exclusive) to |
| 203583 | commit 375c3622e2dac090c62d99baaaac1314f6c9c5e7 (inclusive). | 203624 | commit 1cda0967b4d3c815fc610794ad6a8fc2b913a3c5 (inclusive). |
| 203584 | See ChangeLog.3 for earlier changes. | 203625 | See ChangeLog.3 for earlier changes. |
| 203585 | 203626 | ||
| 203586 | ;; Local Variables: | 203627 | ;; Local Variables: |