<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lib-src, branch fix/bug-60974</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-29</title>
<updated>2023-02-27T05:30:20+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2023-02-27T05:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c640dc9ef533c1fa68cf7b29f63a3fb32e4c3b06'/>
<id>c640dc9ef533c1fa68cf7b29f63a3fb32e4c3b06</id>
<content type='text'>
267fc6d00c4 ruby-smie-rules: Fix misindentation of a method call afte...
0fde314f6f6 * lib-src/etags.c (process_file_name): Free malloc'ed var...
dde9d149af3 ; Improve documentation of loading *.eln files
7c552be89da ; Another doc fix in eglot.el
75c65fcc98e ; Fix last change
a3d15c1f749 ; Fix last change
ca79b138d42 Eglot: rename and redocument encoding-related functions (...
3e3e6d71be7 Eglot: support positionEncoding LSP capability (bug#61726)
b0e87e930e8 Eglot: use faster strategy for moving to LSP positions (b...
5b174b96834 Fix mule-tests in UTF-8 locales
5256392a7ec Fix 'vertical-motion' when display strings are around
0db88d625a7 ; * src/treesit.c (treesit_predicate_match): Fix typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
267fc6d00c4 ruby-smie-rules: Fix misindentation of a method call afte...
0fde314f6f6 * lib-src/etags.c (process_file_name): Free malloc'ed var...
dde9d149af3 ; Improve documentation of loading *.eln files
7c552be89da ; Another doc fix in eglot.el
75c65fcc98e ; Fix last change
a3d15c1f749 ; Fix last change
ca79b138d42 Eglot: rename and redocument encoding-related functions (...
3e3e6d71be7 Eglot: support positionEncoding LSP capability (bug#61726)
b0e87e930e8 Eglot: use faster strategy for moving to LSP positions (b...
5b174b96834 Fix mule-tests in UTF-8 locales
5256392a7ec Fix 'vertical-motion' when display strings are around
0db88d625a7 ; * src/treesit.c (treesit_predicate_match): Fix typo.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib-src/etags.c (process_file_name): Free malloc'ed vars (bug#61819).</title>
<updated>2023-02-26T18:03:20+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-02-26T18:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0fde314f6f6e6664cddab1b2f0fe20629cd39d14'/>
<id>0fde314f6f6e6664cddab1b2f0fe20629cd39d14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Omit no-longer-needed SEEK_END workaround</title>
<updated>2023-02-26T01:13:29+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2023-02-26T01:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b26d0dd58371f19fec44e9c5d8a64697ee06d8b5'/>
<id>b26d0dd58371f19fec44e9c5d8a64697ee06d8b5</id>
<content type='text'>
* lib-src/ebrowse.c (SEEK_END): Remove; no longer needed
on any supported SunOS version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/ebrowse.c (SEEK_END): Remove; no longer needed
on any supported SunOS version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust to recent Gnulib macro renaming</title>
<updated>2023-01-07T23:32:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2023-01-07T23:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5d1e14bd8b9a11ab860937d3ab97248ddeef30b1'/>
<id>5d1e14bd8b9a11ab860937d3ab97248ddeef30b1</id>
<content type='text'>
Also, remove some references to unused Gnulib macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, remove some references to unused Gnulib macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port to current Gnulib file-has-acl</title>
<updated>2023-01-07T02:05:57+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2023-01-07T01:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=39b77970c6155d7d2f1ffd1f9d609ec94ade3165'/>
<id>39b77970c6155d7d2f1ffd1f9d609ec94ade3165</id>
<content type='text'>
* lib-src/Makefile.in (FILE_HAS_ACL_LIB): Rename from LIB_HAS_ACL,
to adjust to recent Gnulib renaming.  All uses changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/Makefile.in (FILE_HAS_ACL_LIB): Rename from LIB_HAS_ACL,
to adjust to recent Gnulib renaming.  All uses changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-29</title>
<updated>2023-01-01T10:47:47+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2'/>
<id>3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2</id>
<content type='text'>
cae528457c ; Add 2023 to copyright years.
b394359261 Improve documentation of 'isearch-open-overlay-temporary'
ab3210e709 Document 'use-package' in the 2 main manuals

# Conflicts:
#	etc/refcards/ru-refcard.tex
#	lib/explicit_bzero.c
#	m4/explicit_bzero.m4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cae528457c ; Add 2023 to copyright years.
b394359261 Improve documentation of 'isearch-open-overlay-temporary'
ab3210e709 Document 'use-package' in the 2 main manuals

# Conflicts:
#	etc/refcards/ru-refcard.tex
#	lib/explicit_bzero.c
#	m4/explicit_bzero.m4
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lib-src/etags.c (do_move_file): Fix coding style.</title>
<updated>2022-12-17T01:49:08+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-12-17T01:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=825afc84d0183935e86e5c772d82298ab3f6e721'/>
<id>825afc84d0183935e86e5c772d82298ab3f6e721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support newer glib versions (Bug#59061)</title>
<updated>2022-12-09T18:32:14+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2022-12-09T18:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=940d9070e97858fdb6c0d84fc5617b8c10dab0ba'/>
<id>940d9070e97858fdb6c0d84fc5617b8c10dab0ba</id>
<content type='text'>
* lib-src/seccomp-filter.c (main): Allow pidfd_open system call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/seccomp-filter.c (main): Allow pidfd_open system call
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lib-src/etags.c (escape_shell_arg_string): Minor doc fix.</title>
<updated>2022-12-06T17:05:08+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-12-06T17:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=40af27859e0fc243d1fcfd0ddab4fe1748568c58'/>
<id>40af27859e0fc243d1fcfd0ddab4fe1748568c58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
