<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src, branch tty-child-frames</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>Preview from my branch on github</title>
<updated>2024-10-05T16:55:18+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2024-10-05T16:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=beb5b77123619758c1def6b9f227fa7568516775'/>
<id>beb5b77123619758c1def6b9f227fa7568516775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/comp.c (compile_function, Fcomp__compile_ctxt_to_file0): Use DOHASH.</title>
<updated>2024-10-03T11:10:09+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2024-10-03T07:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=abb932290dff3ad7456477a7401df01e3105336f'/>
<id>abb932290dff3ad7456477a7401df01e3105336f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid assertion violations due to wrong 'min-width' property</title>
<updated>2024-10-03T10:32:10+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-10-03T10:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d5b02b7ad6fc67a10176a2ce56e14592252d3ed7'/>
<id>d5b02b7ad6fc67a10176a2ce56e14592252d3ed7</id>
<content type='text'>
* src/xdisp.c (display_min_width): Ignore 'min-width' display
specs which produce stretch glyphs wider than the window when
lines are truncated.  (Bug#73600)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xdisp.c (display_min_width): Ignore 'min-width' display
specs which produce stretch glyphs wider than the window when
lines are truncated.  (Bug#73600)
</pre>
</div>
</content>
</entry>
<entry>
<title>Process focus-in events immediately on NS</title>
<updated>2024-10-02T17:35:22+00:00</updated>
<author>
<name>Daniel Colascione</name>
</author>
<published>2024-10-02T17:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=79d66b4b2970b915abfde516d867107afa19348f'/>
<id>79d66b4b2970b915abfde516d867107afa19348f</id>
<content type='text'>
* src/nsterm.m ([EmacsView windowDidBecomeKey]): kick the main
event loop when we get a focus-in event so it gets processed
immediately (Bug#73559).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/nsterm.m ([EmacsView windowDidBecomeKey]): kick the main
event loop when we get a focus-in event so it gets processed
immediately (Bug#73559).
</pre>
</div>
</content>
</entry>
<entry>
<title>Cease accepting the :reverse-video face attribute (bug#73552)</title>
<updated>2024-09-29T16:10:46+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2024-09-29T14:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0c28a1b0fab26dd726ea54927661d0402f8047dc'/>
<id>0c28a1b0fab26dd726ea54927661d0402f8047dc</id>
<content type='text'>
It was an old alias for :inverse-video that hasn't worked very well for
many years.

* src/xfaces.c (merge_face_ref, Finternal_set_lisp_face_attribute)
(Finternal_set_lisp_face_attribute_from_resource)
(Finternal_get_lisp_face_attribute)
(Finternal_lisp_face_attribute_values, syms_of_xfaces):
Stop recognising :reverse-video.
* etc/NEWS: Announce.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was an old alias for :inverse-video that hasn't worked very well for
many years.

* src/xfaces.c (merge_face_ref, Finternal_set_lisp_face_attribute)
(Finternal_set_lisp_face_attribute_from_resource)
(Finternal_get_lisp_face_attribute)
(Finternal_lisp_face_attribute_values, syms_of_xfaces):
Stop recognising :reverse-video.
* etc/NEWS: Announce.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2024-09-28T11:59:16+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-09-28T11:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c90eb98dab09ed4fcb33c1e394a1e0b31f53465e'/>
<id>c90eb98dab09ed4fcb33c1e394a1e0b31f53465e</id>
<content type='text'>
e8830015b07 Require ert-x for use by 'ert-font-lock-deftest-file'
a1841b4d8e7 ; * admin/authors.el (authors-aliases): Don't ignore "one...
69d8f9d1b70 Fix php-ts-mode font-lock for latest PHP grammar (bug#73516)
68f53e43488 eieio.texi: Fix bug#73505
53c887fdf6d ; cperl-mode.el: Fix an invalid face specification
f5cd5585f46 ; Recommend GNU Find for 'find-dired'
65e589698e6 ; * lisp/filesets.el (filesets-homepage): Fix URL.
1f243a97806 Delete duplicated line in Viper refcard
d63bff4d88f Fix Tramp shortdoc integration
759b18a33c0 * lisp/imenu.el (imenu-flatten): More limitations in docs...
794bb2a2e31 remember-data-file: Don't unconditionally call set-visite...
7766ba84199 Align columns in which-key with wide characters properly
bd25a98b4e7 bibtex-mode: fix patch bibtex validation for non-file buf...
4729065ee78 Document 'buttonize-region' in manual
f189457e5aa ; * lisp/yank-media.el (yank-media-handler): Fix docstrin...
2b53e11a087 Use black-on-white by default for doc-view-svg-face.
32d0c8f6af5 etags-regen-file-extensions: Enable for more extensions
8f265b49e3d ; Fix last change
c8ed48b9901 ; Improve documentation of 'append'
c1f2501f55d Update and improve UI of sql-read-product (bug#73412)
4f5fc519f09 Insert correct commit data into VC package descriptions
98177d4b3d1 Document reporting security issues in user manual
b986e2018a4 * BUGS: Minor copy edit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e8830015b07 Require ert-x for use by 'ert-font-lock-deftest-file'
a1841b4d8e7 ; * admin/authors.el (authors-aliases): Don't ignore "one...
69d8f9d1b70 Fix php-ts-mode font-lock for latest PHP grammar (bug#73516)
68f53e43488 eieio.texi: Fix bug#73505
53c887fdf6d ; cperl-mode.el: Fix an invalid face specification
f5cd5585f46 ; Recommend GNU Find for 'find-dired'
65e589698e6 ; * lisp/filesets.el (filesets-homepage): Fix URL.
1f243a97806 Delete duplicated line in Viper refcard
d63bff4d88f Fix Tramp shortdoc integration
759b18a33c0 * lisp/imenu.el (imenu-flatten): More limitations in docs...
794bb2a2e31 remember-data-file: Don't unconditionally call set-visite...
7766ba84199 Align columns in which-key with wide characters properly
bd25a98b4e7 bibtex-mode: fix patch bibtex validation for non-file buf...
4729065ee78 Document 'buttonize-region' in manual
f189457e5aa ; * lisp/yank-media.el (yank-media-handler): Fix docstrin...
2b53e11a087 Use black-on-white by default for doc-view-svg-face.
32d0c8f6af5 etags-regen-file-extensions: Enable for more extensions
8f265b49e3d ; Fix last change
c8ed48b9901 ; Improve documentation of 'append'
c1f2501f55d Update and improve UI of sql-read-product (bug#73412)
4f5fc519f09 Insert correct commit data into VC package descriptions
98177d4b3d1 Document reporting security issues in user manual
b986e2018a4 * BUGS: Minor copy edit.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * src/cm.c (cmgoto): Fix last change.</title>
<updated>2024-09-27T06:19:19+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-09-27T06:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=57c552b8b9071b137451299534bd870616b952e9'/>
<id>57c552b8b9071b137451299534bd870616b952e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * src/cm.c (cmgoto): Add function documentation (bug#73487).</title>
<updated>2024-09-27T06:17:29+00:00</updated>
<author>
<name>Jeremy Bryant</name>
</author>
<published>2024-09-25T21:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bfbed2f3ee40ac6dba46e80d1665a820d64ba091'/>
<id>bfbed2f3ee40ac6dba46e80d1665a820d64ba091</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * src/cm.c (calccost): Fix typo. (Bug#73485)</title>
<updated>2024-09-25T23:47:04+00:00</updated>
<author>
<name>Jeremy Bryant</name>
</author>
<published>2024-09-25T21:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0c861b820b79d9bd8b3ed2c445c79ca806b1cb67'/>
<id>0c861b820b79d9bd8b3ed2c445c79ca806b1cb67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix last change</title>
<updated>2024-09-23T14:13:31+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-09-23T14:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8f265b49e3d3b4403ab0cdd4a5b94d2e335297cb'/>
<id>8f265b49e3d3b4403ab0cdd4a5b94d2e335297cb</id>
<content type='text'>
* doc/lispref/lists.texi (Building Lists):
* src/fns.c (Fappend): Fix last change (bug#73427).  Suggested by
Mattias Engdegård &lt;mattias.engdegard@gmail.com&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/lists.texi (Building Lists):
* src/fns.c (Fappend): Fix last change (bug#73427).  Suggested by
Mattias Engdegård &lt;mattias.engdegard@gmail.com&gt;.
</pre>
</div>
</content>
</entry>
</feed>
