summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2025-01-25 10:06:19 -0500
committerEli Zaretskii <eliz@gnu.org>2025-01-25 10:06:19 -0500
commit6016967e858e12f07c3cf4ade35cddef7b91a0d4 (patch)
treeeafea5f10d6432b3de53dab534604193cafe98e8 /ChangeLog.3
parente8f173f0ba9327033781429ea9a1d99ff8d2f751 (diff)
parent67903f5909db5c6140eeffebfaf818b4f93625d5 (diff)
Merge from origin/emacs-30
67903f5909d Restore the old behavior of `bookmark-write-file' 062da7003f9 ; Improve prompts and error messages in 'info-look' 52dc01f1c8b ; * admin/admin.el (set-version): Note about Android. fb282da2a07 Avoid double spaces around abbrevations in Texinfo bc1ab8ac3d8 ; * doc/emacs/custom.texi (Init Rebinding): Fix spacing. b41ef43af19 ; Fix previous change 5638b1d6bd4 Ispell: Use "personal dictionary" terminology consistently cc791e7499f ; Check man pages for mistakes less frequently 4ed4792e3b9 ; * admin/release-process: Minor copy-edits. 4a867c823b7 Add language server "ruff server" for Python 9e687c2871f Fix go-ts-mode type declaration indentation (Bug#75785) f751b3afa4f ; Minor improvements for doc strings in map.el cda78edc7d9 ; Fix typos ce50a1d3c18 ; * src/w32.c (w32_memory_info): Fix coding style of last... 58d3d4820ad Fix bug in w32_memory_info 77386412050 Avoid crashes in redisplay due to problematic font setups 0e3687e6006 Improve 'key-valid-p' docstring 9878092d2b9 Minor copyedits in internals.texi 4726900fdc5 Better document side-effect free and pure C functions 04c475a39f2 ; Fix documentation about faces of tool-tip text # Conflicts: # admin/codespell/codespell.exclude
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.38
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 41bbdbbdc9a..0a744120218 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -47356,7 +47356,7 @@
possible bug.
* lisp/progmodes/flymake.el (flymake--mode-line-counter): Must
- explicily create a new string unpropertized string
+ explicitly create a new string unpropertized string
2020-12-31 João Távora <joaotavora@gmail.com>
@@ -160588,7 +160588,7 @@
to be replaced with an appropriate character reference. Make
‘sgml-quote’ do that.
- While at it, fix entiteis not being unquoted if they lack closing
+ While at it, fix entities not being unquoted if they lack closing
semicolon (e.g. ‘&amp’) occurring at the very end of a region.
Even though unlikely, make ‘sgml-quote’ handle this scenario.
@@ -186568,7 +186568,7 @@
Delete a Flymake obsolete alias that can't possibly work
The function `flymake-ler-make-ler' can't possibly work as an backward
- compatible interface to existing extensinos (even purely hypothetical
+ compatible interface to existing extensions (even purely hypothetical
ones, since none are known). This is because every diagnostic
considered by Flymake has to passed to a report-fn function.
@@ -223233,7 +223233,7 @@
called any longer.
Furthermore, when newline has whitespace syntax, ‘\s-$’ regular
- expression ends up matching empty lins since ‘\s-’ matches newline
+ expression ends up matching empty lines since ‘\s-’ matches newline
characetr of proceeding line. This leads to needless loop iterations.
Since previous change to ‘delete-trailing-whitespace’ already introduced