<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/correct-warning-pos</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 branch 'master' into scratch/correct-warning-pos</title>
<updated>2022-01-22T11:02:50+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2022-01-22T11:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=14d64a8adcc866deecd758b898e8ef2d836b354a'/>
<id>14d64a8adcc866deecd758b898e8ef2d836b354a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Miscellaneous amendments to the scratch/correct-warning-pos branch</title>
<updated>2022-01-22T09:59:05+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2022-01-22T09:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8'/>
<id>bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8</id>
<content type='text'>
* lisp/cedet/semantic/fw.el (semantic-alias-obsolete)
(semantic-varalias-obsolete): Replace calls to byte-compile-warn with calls to
byte-compile-warn-x (when it exists).

* lisp/emacs-lisp/bytecomp.el (byte-compile-log-warning-function)
(byte-compile--log-warning-for-byte-compile): Make the POSITION parameter no
longer &amp;optional (for the benefit of flymake on *.el).
(byte-compile-log-warning): Replace a nil POSITION argument with an actual
position.
(byte-compile-file-form-require): Push the required symbol onto
byte-compile-form-stack, for the benefit of `do-after-load-evaluation'.

* lisp/keymap.el (define-keymap--compile): Replace four calls to
byte-compile-warn with byte-compile-warn-x.

* doc/lispref/elisp.texi (master menu): Add entries for Shorthands and Symbols
with position.

* doc/lispref/streams.texi (Input Functions): Document
read-positioning-symbols.

* doc/lispref/symbols.texi (Symbols): Add new menu entry.
(Symbols with Position): New @section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cedet/semantic/fw.el (semantic-alias-obsolete)
(semantic-varalias-obsolete): Replace calls to byte-compile-warn with calls to
byte-compile-warn-x (when it exists).

* lisp/emacs-lisp/bytecomp.el (byte-compile-log-warning-function)
(byte-compile--log-warning-for-byte-compile): Make the POSITION parameter no
longer &amp;optional (for the benefit of flymake on *.el).
(byte-compile-log-warning): Replace a nil POSITION argument with an actual
position.
(byte-compile-file-form-require): Push the required symbol onto
byte-compile-form-stack, for the benefit of `do-after-load-evaluation'.

* lisp/keymap.el (define-keymap--compile): Replace four calls to
byte-compile-warn with byte-compile-warn-x.

* doc/lispref/elisp.texi (master menu): Add entries for Shorthands and Symbols
with position.

* doc/lispref/streams.texi (Input Functions): Document
read-positioning-symbols.

* doc/lispref/symbols.texi (Symbols): Add new menu entry.
(Symbols with Position): New @section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent raw bytes from being displayed as help text on Haiku</title>
<updated>2022-01-22T09:51:30+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-01-22T09:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ebe334cdc234de2897263aed4c05ac7088c11857'/>
<id>ebe334cdc234de2897263aed4c05ac7088c11857</id>
<content type='text'>
* src/haikumenu.c (digest_menu_items): Don't set encoded text
into the menu item vector.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/haikumenu.c (digest_menu_items): Don't set encoded text
into the menu item vector.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use locale coding system to decode XIM preedit text</title>
<updated>2022-01-22T08:16:26+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-01-22T08:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2b72558527fd2f31274f665244ad84fe90a19bd5'/>
<id>2b72558527fd2f31274f665244ad84fe90a19bd5</id>
<content type='text'>
* src/xfns.c (x_xim_text_to_utf8_unix): XIMs typically return
text in the locale coding system, so use that instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xfns.c (x_xim_text_to_utf8_unix): XIMs typically return
text in the locale coding system, so use that instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change visibility of "Undelete Frame"</title>
<updated>2022-01-22T07:06:21+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-22T07:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=246557f33e13a437d3582445f914a7170ee11027'/>
<id>246557f33e13a437d3582445f914a7170ee11027</id>
<content type='text'>
* lisp/menu-bar.el (menu-bar-file-menu): Make "Undelete Frame"
always visible.  Suggested by Gregory Heytings &lt;gregory@heytings.org&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/menu-bar.el (menu-bar-file-menu): Make "Undelete Frame"
always visible.  Suggested by Gregory Heytings &lt;gregory@heytings.org&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs</title>
<updated>2022-01-22T07:03:11+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-22T07:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a51a2a13ede7d7054ba3654624354e7d1243b1cb'/>
<id>a51a2a13ede7d7054ba3654624354e7d1243b1cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of some unnecessary code in handle_one_xevent</title>
<updated>2022-01-22T07:02:12+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-01-22T07:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b63baeafd24c506863da280e03efdcf0d1d8d0eb'/>
<id>b63baeafd24c506863da280e03efdcf0d1d8d0eb</id>
<content type='text'>
* src/xterm.c (handle_one_xevent): Stop mutating event-&gt;xkey.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xterm.c (handle_one_xevent): Stop mutating event-&gt;xkey.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs</title>
<updated>2022-01-22T06:26:54+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-22T06:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b44505d6eca8b0029fff166090abf0d7f7e3ce27'/>
<id>b44505d6eca8b0029fff166090abf0d7f7e3ce27</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 origin/emacs-28</title>
<updated>2022-01-22T05:30:25+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-01-22T05:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=643985e8b6d5277a83b4d8657bbdb8452591ce83'/>
<id>643985e8b6d5277a83b4d8657bbdb8452591ce83</id>
<content type='text'>
The following commits were skipped:

fbc9b121e0 Fix memory-report-object-size to initialize memory-report-...
f08dfa9b53 Fix menu-bar mouse clicks in "C-h c" and "C-h k" (bug#53322)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following commits were skipped:

fbc9b121e0 Fix memory-report-object-size to initialize memory-report-...
f08dfa9b53 Fix menu-bar mouse clicks in "C-h c" and "C-h k" (bug#53322)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix recent changes to visible bell code</title>
<updated>2022-01-22T02:25:06+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-01-22T02:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d878c4537ddee150a5a369dc90c5823add006cca'/>
<id>d878c4537ddee150a5a369dc90c5823add006cca</id>
<content type='text'>
* src/gtkutil.c (xg_create_scroll_bar):
(xg_create_horizontal_scroll_bar): Stop ensuring an X window
before the widget is realized.
(xg_update_scrollbar_pos):
(xg_update_horizontal_scrollbar_pos): Ensure such a window here
instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/gtkutil.c (xg_create_scroll_bar):
(xg_create_horizontal_scroll_bar): Stop ensuring an X window
before the widget is realized.
(xg_update_scrollbar_pos):
(xg_update_horizontal_scrollbar_pos): Ensure such a window here
instead.
</pre>
</div>
</content>
</entry>
</feed>
