<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/erc, branch scratch/static_assert</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2024-07-13T12:44:49+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-07-13T12:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=44ae4868d38acf7d8173be39c052b7fc9a7aaefa'/>
<id>44ae4868d38acf7d8173be39c052b7fc9a7aaefa</id>
<content type='text'>
a6c78ccf5f2 ; * src/w32fns.c (Fw32_notification_close): Fix typo (bug...
febafe37884 * test/lisp/wdired-tests.el (wdired-test-bug34915): Fix f...
846b79b6d02 Fix 'wdired-test-unfinished-edit-01'
bc154cba130 ; * src/search.c (Fre_search_forward): Clarify doc string...
53291e3d46e Fontify destructor in c++-ts-mode
d77f8a34750 Fix invalid defcustom type for erc-buffers option
d68a4ea3ec6 ; Fix 'ibuffer-do-isearch{-regexp}'
8b1a0f8695a Fix infloop in 'shell-resync-dirs'
ce13eee5ab7 ; * src/image.c (free_image_cache): Add assertion.  (Bug#...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a6c78ccf5f2 ; * src/w32fns.c (Fw32_notification_close): Fix typo (bug...
febafe37884 * test/lisp/wdired-tests.el (wdired-test-bug34915): Fix f...
846b79b6d02 Fix 'wdired-test-unfinished-edit-01'
bc154cba130 ; * src/search.c (Fre_search_forward): Clarify doc string...
53291e3d46e Fontify destructor in c++-ts-mode
d77f8a34750 Fix invalid defcustom type for erc-buffers option
d68a4ea3ec6 ; Fix 'ibuffer-do-isearch{-regexp}'
8b1a0f8695a Fix infloop in 'shell-resync-dirs'
ce13eee5ab7 ; * src/image.c (free_image_cache): Add assertion.  (Bug#...
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix invalid defcustom type for erc-buffers option</title>
<updated>2024-07-12T21:51:36+00:00</updated>
<author>
<name>F. Jason Park</name>
</author>
<published>2024-07-12T21:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d77f8a347500da4c1ce7553332a481c5507412fc'/>
<id>d77f8a347500da4c1ce7553332a481c5507412fc</id>
<content type='text'>
* lisp/erc/erc.el (erc-ensure-target-buffer-on-privmsg): Change
invalid inner `choice' to a `const' for the third-state `status'
variant, which is new in ERC 5.6 and Emacs 30.  Thanks to Mattias
Engdegård for catching this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/erc/erc.el (erc-ensure-target-buffer-on-privmsg): Change
invalid inner `choice' to a `const' for the third-state `status'
variant, which is new in ERC 5.6 and Emacs 30.  Thanks to Mattias
Engdegård for catching this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from savannah/emacs-30</title>
<updated>2024-07-09T01:33:09+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-07-09T01:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a952ca5461c590fe194a2f96622603d6ccaebb47'/>
<id>a952ca5461c590fe194a2f96622603d6ccaebb47</id>
<content type='text'>
dce31372a60 editorconfig-core-handle.el: Fix regressions in fnmatch h...
ed2986494c7 Checkdoc fixes in `url/*.el`
846c0e10ffa Checkdoc fixes in `term/*.el`
3977aa07568 Checkdoc fixes in `mh-e/*.el`
521f740d013 Checkdoc fixes in `calc/*.el`
336aa6ab17a Checkdoc fixes in `textmodes/*.el`
e19fd6a22de Checkdoc fixes in `gnus/*.el`
7350457c793 Checkdoc fixes in `eshell/*.el`
23c1ba81ddd Checkdoc fixes in `emulation/*.el`
c85f67a66df Checkdoc fixes in `erc/*.el`
e392382e2e2 Checkdoc fixes in `vc/*.el`
ef7364b070e Checkdoc fixes in `emacs-lisp/*.el`
5fe1ae0e843 Checkdoc fixes in `mail/*.el`
e43e9d09986 Checkdoc fixes in `net/*.el`
4c6e9f5b004 Improve `use-package-vc-valid-keywords` docstring format
928180f32be ; * etc/TODO: New item on installing Magit.
c193a702dc2 ; Improve a recent change to the documentation
6ebc5d5c278 ; Delete fixed item from etc/TODO: "proced on macOS"
7b2778e3a3d ; Delete fixed NS bug from etc/TODO
84552ff395c Revert "Fix link to major mode variable in docstring"
198063ba643 * etc/TODO: Add item to convert documentation to 'setopt'.
92de67829ca Prefer 'setopt' in browse-url docs
76683853905 ; Improve 'native-comp-debug' documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dce31372a60 editorconfig-core-handle.el: Fix regressions in fnmatch h...
ed2986494c7 Checkdoc fixes in `url/*.el`
846c0e10ffa Checkdoc fixes in `term/*.el`
3977aa07568 Checkdoc fixes in `mh-e/*.el`
521f740d013 Checkdoc fixes in `calc/*.el`
336aa6ab17a Checkdoc fixes in `textmodes/*.el`
e19fd6a22de Checkdoc fixes in `gnus/*.el`
7350457c793 Checkdoc fixes in `eshell/*.el`
23c1ba81ddd Checkdoc fixes in `emulation/*.el`
c85f67a66df Checkdoc fixes in `erc/*.el`
e392382e2e2 Checkdoc fixes in `vc/*.el`
ef7364b070e Checkdoc fixes in `emacs-lisp/*.el`
5fe1ae0e843 Checkdoc fixes in `mail/*.el`
e43e9d09986 Checkdoc fixes in `net/*.el`
4c6e9f5b004 Improve `use-package-vc-valid-keywords` docstring format
928180f32be ; * etc/TODO: New item on installing Magit.
c193a702dc2 ; Improve a recent change to the documentation
6ebc5d5c278 ; Delete fixed item from etc/TODO: "proced on macOS"
7b2778e3a3d ; Delete fixed NS bug from etc/TODO
84552ff395c Revert "Fix link to major mode variable in docstring"
198063ba643 * etc/TODO: Add item to convert documentation to 'setopt'.
92de67829ca Prefer 'setopt' in browse-url docs
76683853905 ; Improve 'native-comp-debug' documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Checkdoc fixes in `erc/*.el`</title>
<updated>2024-07-08T14:41:02+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-07-08T14:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c85f67a66dfc9b3333a466a5fcd313425889ee6e'/>
<id>c85f67a66dfc9b3333a466a5fcd313425889ee6e</id>
<content type='text'>
* lisp/erc/erc-backend.el (erc-server-parameters):
* lisp/erc/erc-button.el (erc-button--display-error-with-buttons):
* lisp/erc/erc-dcc.el (erc-dcc-member):
* lisp/erc/erc-fill.el (erc-fill-wrap-refill-buffer):
* lisp/erc/erc-speedbar.el (erc-speedbar--last-ran):
* lisp/erc/erc-stamp.el (erc-stamp--current-time):
* lisp/erc/erc-track.el (erc-make-mode-line-buffer-name):
* lisp/erc/erc.el (erc-interactive-display, erc-modules, erc-cmd-CLEAR)
(erc-update-current-channel-member, erc--format-user-modes)
(erc-check-text-conversion): Checkdoc fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/erc/erc-backend.el (erc-server-parameters):
* lisp/erc/erc-button.el (erc-button--display-error-with-buttons):
* lisp/erc/erc-dcc.el (erc-dcc-member):
* lisp/erc/erc-fill.el (erc-fill-wrap-refill-buffer):
* lisp/erc/erc-speedbar.el (erc-speedbar--last-ran):
* lisp/erc/erc-stamp.el (erc-stamp--current-time):
* lisp/erc/erc-track.el (erc-make-mode-line-buffer-name):
* lisp/erc/erc.el (erc-interactive-display, erc-modules, erc-cmd-CLEAR)
(erc-update-current-channel-member, erc--format-user-modes)
(erc-check-text-conversion): Checkdoc fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from savannah/emacs-30</title>
<updated>2024-06-30T02:06:09+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-06-30T02:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e2561e267fd2eb37b140a293baec79096f03290b'/>
<id>e2561e267fd2eb37b140a293baec79096f03290b</id>
<content type='text'>
72cf9964f3c Inaccuracy in efaq.texi
fc48e9e8ed5 ; Fix typos in DOS Makefile scripts
9b8d754579f ; * etc/NEWS: Explain Nextstep.
8819e5a45d5 Fix treesit crash (bug#71681)
eaf2dc96c1f ; Fix SHR test on MS-Windows
57880f597c5 Delete redundant mention of `with-eval-after-load'
ea8ce984342 * doc/misc/efaq.texi (New in Emacs 30): Fix typos.
45a20d781a9 ; Fix typos in symbols
d95f039af43 Document security fixes in FAQ
d063af203c8 Add "New in Emacs 30" to FAQ
ca6b484162b ; * etc/NEWS: Move "Minibuffer and Completions"
35c46663e49 ; * etc/NEWS: Move item to "Lisp Changes".
0515b38d289 ; * etc/NEWS: Move keyboard macro items closer together.
22af3a71039 ; * etc/NEWS: More copy-edits.
000ef8876ae ; * etc/NEWS: Move items to "Incompatible Lisp Changes".
4088dc8e4ce ; * etc/NEWS: Rearrange "Incompatible Lisp Changes".
179800f36bb ; * lisp/epg.el (epg--start): Add commentary about encoding.
73898f0214c Fix non-ASCII filename operatiion on EasyPG (bug#71500)
a65b6aac6b5 Silence warning with global minor mode :predicate
f5f7343ac41 ; * etc/NEWS: Move an item to "Startup Changes"
c95066bf188 ; * etc/NEWS: Move some Lisp items to better place.
bf7db88ce1f ; * etc/NEWS: Rearrange "Editing Changes in Emacs 30.1"
000424eb9eb ; * etc/NEWS: Make touch screen support more prominent.
5b5671587fb ; * etc/NEWS: Rearrange "Changes in Emacs 30.1".
31124abdefe ; * lisp/thingatpt.el (sexp-at-point): Doc fix (bug#71777).
44f269d6e60 Fix: make 'xwidget-webkit-scroll-backward' scroll backwards
358085997c6 Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/...
736b7cad406 Add jsdoc support to php-ts-mode in &lt;script&gt; element
5f3d964e397 Update to Transient v0.7.2-4-gf75bc48d

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
72cf9964f3c Inaccuracy in efaq.texi
fc48e9e8ed5 ; Fix typos in DOS Makefile scripts
9b8d754579f ; * etc/NEWS: Explain Nextstep.
8819e5a45d5 Fix treesit crash (bug#71681)
eaf2dc96c1f ; Fix SHR test on MS-Windows
57880f597c5 Delete redundant mention of `with-eval-after-load'
ea8ce984342 * doc/misc/efaq.texi (New in Emacs 30): Fix typos.
45a20d781a9 ; Fix typos in symbols
d95f039af43 Document security fixes in FAQ
d063af203c8 Add "New in Emacs 30" to FAQ
ca6b484162b ; * etc/NEWS: Move "Minibuffer and Completions"
35c46663e49 ; * etc/NEWS: Move item to "Lisp Changes".
0515b38d289 ; * etc/NEWS: Move keyboard macro items closer together.
22af3a71039 ; * etc/NEWS: More copy-edits.
000ef8876ae ; * etc/NEWS: Move items to "Incompatible Lisp Changes".
4088dc8e4ce ; * etc/NEWS: Rearrange "Incompatible Lisp Changes".
179800f36bb ; * lisp/epg.el (epg--start): Add commentary about encoding.
73898f0214c Fix non-ASCII filename operatiion on EasyPG (bug#71500)
a65b6aac6b5 Silence warning with global minor mode :predicate
f5f7343ac41 ; * etc/NEWS: Move an item to "Startup Changes"
c95066bf188 ; * etc/NEWS: Move some Lisp items to better place.
bf7db88ce1f ; * etc/NEWS: Rearrange "Editing Changes in Emacs 30.1"
000424eb9eb ; * etc/NEWS: Make touch screen support more prominent.
5b5671587fb ; * etc/NEWS: Rearrange "Changes in Emacs 30.1".
31124abdefe ; * lisp/thingatpt.el (sexp-at-point): Doc fix (bug#71777).
44f269d6e60 Fix: make 'xwidget-webkit-scroll-backward' scroll backwards
358085997c6 Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/...
736b7cad406 Add jsdoc support to php-ts-mode in &lt;script&gt; element
5f3d964e397 Update to Transient v0.7.2-4-gf75bc48d

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos in symbols</title>
<updated>2024-06-29T15:29:38+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-06-29T15:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=45a20d781a9b00212609bf0e338bd6b1cc9ea68a'/>
<id>45a20d781a9b00212609bf0e338bd6b1cc9ea68a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from savannah/emacs-30</title>
<updated>2024-06-28T06:46:58+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-06-28T06:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=48f9dde1331e1c4af1856efd41886e655d670d19'/>
<id>48f9dde1331e1c4af1856efd41886e655d670d19</id>
<content type='text'>
c4ec905c9a9 Correct ommissions in rmc.el
bf862fc2770 * lisp/hi-lock.el: More fixes related to revert-buffer.
6cc8ffae9a6 Update to Org 9.7.5-9-ga091ca
c477443ab80 ; Fix typo in lua-ts-mode.el
6e5e4d61939 ; Add 'eglot-ensure' option to 'lua-ts-mode-hook'
58a2f36a8b9 ; * etc/NEWS: Copy edit.
df53ef176ac Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/...
039e6ffd866 Write Antinews for Emacs 30 ELisp Reference
bf8c9f702ba (eval-last-sexp): Fix bug#71774
6d94090cadc * lisp/hi-lock.el: More fixes for revert-buffer (bug#57534)
280c91782af * lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Im...
339310d0205 * lisp/tab-bar.el (tab-bar-select-restore-windows): Impro...
c1e7569a925 Write Antinews for Emacs 30 user manual
233f683da8f ; * lisp/erc/erc-backend.el (erc-server-reconnect-timeout...

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c4ec905c9a9 Correct ommissions in rmc.el
bf862fc2770 * lisp/hi-lock.el: More fixes related to revert-buffer.
6cc8ffae9a6 Update to Org 9.7.5-9-ga091ca
c477443ab80 ; Fix typo in lua-ts-mode.el
6e5e4d61939 ; Add 'eglot-ensure' option to 'lua-ts-mode-hook'
58a2f36a8b9 ; * etc/NEWS: Copy edit.
df53ef176ac Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/...
039e6ffd866 Write Antinews for Emacs 30 ELisp Reference
bf8c9f702ba (eval-last-sexp): Fix bug#71774
6d94090cadc * lisp/hi-lock.el: More fixes for revert-buffer (bug#57534)
280c91782af * lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Im...
339310d0205 * lisp/tab-bar.el (tab-bar-select-restore-windows): Impro...
c1e7569a925 Write Antinews for Emacs 30 user manual
233f683da8f ; * lisp/erc/erc-backend.el (erc-server-reconnect-timeout...

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/erc/erc-backend.el (erc-server-reconnect-timeout): Doc (bug#71756).</title>
<updated>2024-06-27T13:43:18+00:00</updated>
<author>
<name>F. Jason Park</name>
</author>
<published>2024-06-24T23:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=233f683da8fa146e3328c96b4cf04211446e026e'/>
<id>233f683da8fa146e3328c96b4cf04211446e026e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change ERC version for Emacs 30 to 5.6.0.30.1</title>
<updated>2024-06-27T13:43:17+00:00</updated>
<author>
<name>F. Jason Park</name>
</author>
<published>2024-06-24T22:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=20a672b3b2b1c3306b26e546380f2902d10931a0'/>
<id>20a672b3b2b1c3306b26e546380f2902d10931a0</id>
<content type='text'>
* doc/misc/erc.texi: Change ERCVER to 5.6.0.30.1.
* lisp/erc/erc.el: Change Version package header to 5.6.0.30.1.  Don't
bother updating the `customize-package-emacs-version-alist' entry
because no user options are yet affected.
(erc-version): Change version to 5.6.0.30.1.
Do not merge to master.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/erc.texi: Change ERCVER to 5.6.0.30.1.
* lisp/erc/erc.el: Change Version package header to 5.6.0.30.1.  Don't
bother updating the `customize-package-emacs-version-alist' entry
because no user options are yet affected.
(erc-version): Change version to 5.6.0.30.1.
Do not merge to master.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change ERC version to 5.6.1-git</title>
<updated>2024-06-27T13:36:18+00:00</updated>
<author>
<name>F. Jason Park</name>
</author>
<published>2024-06-13T06:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=253172162107b34ebd24b8fbe1db4ac10a3931bd'/>
<id>253172162107b34ebd24b8fbe1db4ac10a3931bd</id>
<content type='text'>
* doc/misc/erc.texi: Change ERCVER to 5.6.1.
* lisp/erc/erc.el: (erc-version): Change working version to 5.6.1-git.
Do the same for the package Version header.  Don't bother updating
`customize-package-emacs-version-alist' until needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/erc.texi: Change ERCVER to 5.6.1.
* lisp/erc/erc.el: (erc-version): Change working version to 5.6.1-git.
Do the same for the package Version header.  Don't bother updating
`customize-package-emacs-version-alist' until needed.
</pre>
</div>
</content>
</entry>
</feed>
