1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Update Changelogs

* ChangeLog.4: Re-generate.
* ChangeLog.3: Fix some type and style.
This commit is contained in:
Andrea Corallo 2024-08-20 12:56:36 +02:00
parent f9d229e925
commit e18db9c6d2
2 changed files with 78185 additions and 5 deletions

View file

@ -46460,7 +46460,7 @@
* lisp/subr.el (ctl-x-map): Initialize inside the declaration. * lisp/subr.el (ctl-x-map): Initialize inside the declaration.
* src/command.h (control_x_map): * src/commands.h (control_x_map):
* src/keymap.c (control_x_map): Delete variable. * src/keymap.c (control_x_map): Delete variable.
(syms_of_keymap): (syms_of_keymap):
* src/keyboard.c (keys_of_keyboard): * src/keyboard.c (keys_of_keyboard):
@ -99202,11 +99202,12 @@
Improve ERC's matching of nicks and URLs (bug#38257) Improve ERC's matching of nicks and URLs (bug#38257)
* lisp/erc/erc-{button,match}.el (erc-{button,match}-syntax-table): * lisp/erc/erc-button.el (erc-button-syntax-table):
Omit (, ), and '; as they're not valid nick characters, per RFC 2812 Omit (, ), and '; as they're not valid nick characters, per RFC 2812
section 2.3.1. This enables correct matching/highlighting of nicks section 2.3.1. This enables correct matching/highlighting of nicks
when they're surrounded by parens, like (nick), and when adjacent to when they're surrounded by parens, like (nick), and when adjacent to
an apostrophe, like nick's. an apostrophe, like nick's.
* lisp/erc/erc-match.el (erc-match-syntax-table): Likewise.
* lisp/erc/erc-button.el (erc-button-url-regexp): Use the regexp from * lisp/erc/erc-button.el (erc-button-url-regexp): Use the regexp from
browse-url-button-regexp, which among other things, seems to handle browse-url-button-regexp, which among other things, seems to handle
surrounding pair of parens better. surrounding pair of parens better.
@ -149159,7 +149160,7 @@
2018-09-26 Charles A. Roelli <charles@aurox.ch> 2018-09-26 Charles A. Roelli <charles@aurox.ch>
* lisp/vc-bzr.el (log-view-current-tag-function): Remove unused defvar. * lisp/vc/vc-bzr.el (log-view-current-tag-function): Remove unused defvar.
2018-09-26 Alan Mackenzie <acm@muc.de> 2018-09-26 Alan Mackenzie <acm@muc.de>
@ -160419,7 +160420,7 @@
The split regexp is modified to match either `@` or `.` as domain The split regexp is modified to match either `@` or `.` as domain
separator to comply with RFC2919 IDs too. separator to comply with RFC2919 IDs too.
* lisp/nnmail.el: Add new `list' split abbreviation matching common * lisp/gnus/nnmail.el: Add new `list' split abbreviation matching common
mailing-list headers. mailing-list headers.
2018-04-11 Lars Ingebrigtsen <larsi@gnus.org> 2018-04-11 Lars Ingebrigtsen <larsi@gnus.org>

78181
ChangeLog.4

File diff suppressed because it is too large Load diff