<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/button.el, branch features/user-directory</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>Make the lambda/closure buttons in `C-h b' say what they do</title>
<updated>2021-11-06T21:31:06+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-06T21:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=de06e0539537a99e147cbb96ee9fceaecafc9190'/>
<id>de06e0539537a99e147cbb96ee9fceaecafc9190</id>
<content type='text'>
* lisp/button.el (buttonize): Add a help-echo property.

* lisp/help.el (help--describe-command): Say what the
lambda/closure buttons do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/button.el (buttonize): Add a help-echo property.

* lisp/help.el (help--describe-command): Say what the
lambda/closure buttons do.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mouse-face to buttonize</title>
<updated>2021-11-06T21:26:46+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-06T21:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b2e9a61bcda3c94cdba21b95f579876c951c97cc'/>
<id>b2e9a61bcda3c94cdba21b95f579876c951c97cc</id>
<content type='text'>
* lisp/button.el (buttonize): Add the highlight mouse-face.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/button.el (buttonize): Add the highlight mouse-face.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename button-buttonize to buttonize</title>
<updated>2021-11-04T17:14:29+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-04T17:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1c3e45396e07b6ec7246c2d5763c187092a55264'/>
<id>1c3e45396e07b6ec7246c2d5763c187092a55264</id>
<content type='text'>
* lisp/help.el (help--describe-command):
* lisp/emacs-lisp/memory-report.el (memory-report--buffers):
* lisp/button.el (button-buttonize):
* doc/lispref/display.texi (Making Buttons): Rename
button-buttonize to just buttonize and adjust callers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/help.el (help--describe-command):
* lisp/emacs-lisp/memory-report.el (memory-report--buffers):
* lisp/button.el (button-buttonize):
* doc/lispref/display.texi (Making Buttons): Rename
button-buttonize to just buttonize and adjust callers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark all def* functions that should indent as `defun'</title>
<updated>2021-10-13T19:52:57+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-10-13T19:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=43f59b91aa2bc5e1771ed68e9a3a84b4aef26ef4'/>
<id>43f59b91aa2bc5e1771ed68e9a3a84b4aef26ef4</id>
<content type='text'>
* lisp/abbrev.el (define-abbrev):
(define-abbrev-table): Mark all functions that have names that
start with "def" that should indent according to the current
heuristics (bug#43329).
* lisp/autoinsert.el (define-auto-insert):

* lisp/button.el (define-button-type):

* lisp/subr.el (define-key-after):
(define-mail-user-agent):
(define-keymap):

* lisp/widget.el (define-widget):

* lisp/emacs-lisp/package.el (define-package):

* lisp/international/mule-cmds.el (define-char-code-property):

* lisp/international/mule.el (define-charset):
(define-coding-system):
(define-translation-table):
(define-translation-hash-table):
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/abbrev.el (define-abbrev):
(define-abbrev-table): Mark all functions that have names that
start with "def" that should indent according to the current
heuristics (bug#43329).
* lisp/autoinsert.el (define-auto-insert):

* lisp/button.el (define-button-type):

* lisp/subr.el (define-key-after):
(define-mail-user-agent):
(define-keymap):

* lisp/widget.el (define-widget):

* lisp/emacs-lisp/package.el (define-package):

* lisp/international/mule-cmds.el (define-char-code-property):

* lisp/international/mule.el (define-charset):
(define-coding-system):
(define-translation-table):
(define-translation-hash-table):
</pre>
</div>
</content>
</entry>
<entry>
<title>; More minor stylistic fixes found by checkdoc</title>
<updated>2021-09-22T18:26:40+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-09-22T18:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=aebba085cba13ad1439462923ffa0520456f1aad'/>
<id>aebba085cba13ad1439462923ffa0520456f1aad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/button.el (button-map): Bind [follow-link] to 'mouse-face' (bug#49626)</title>
<updated>2021-07-20T19:53:06+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2021-07-20T19:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1b251ed4e8550c889d17fe7d88f58aa2fbc95fe0'/>
<id>1b251ed4e8550c889d17fe7d88f58aa2fbc95fe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix some typos.</title>
<updated>2021-03-11T22:51:42+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2021-03-11T22:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=17cdb732a76796e585dd9defe8fa5a2724a9c1db'/>
<id>17cdb732a76796e585dd9defe8fa5a2724a9c1db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2021</title>
<updated>2021-01-01T09:13:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-01-01T09:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ba05d005e5a81bc123ad8da928b1bccb6b160e7a'/>
<id>ba05d005e5a81bc123ad8da928b1bccb6b160e7a</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright".
</pre>
</div>
</content>
</entry>
<entry>
<title>button-buttonize doc string clarification</title>
<updated>2020-12-11T20:30:25+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-11T20:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=70f7f0b1fd6576752f4cfef8f2e597f3e8a56123'/>
<id>70f7f0b1fd6576752f4cfef8f2e597f3e8a56123</id>
<content type='text'>
* lisp/button.el (button-buttonize): Clarify what happens when
DATA isn't present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/button.el (button-buttonize): Clarify what happens when
DATA isn't present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new function `button-buttonize'</title>
<updated>2020-12-11T13:25:20+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-11T13:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=14ffab8263eb219fe0c49ad4e0a3476316c542c0'/>
<id>14ffab8263eb219fe0c49ad4e0a3476316c542c0</id>
<content type='text'>
* doc/lispref/display.texi (Manipulating Buttons): Document it.

* lisp/button.el (button-buttonize): Implement it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/display.texi (Manipulating Buttons): Document it.

* lisp/button.el (button-buttonize): Implement it.
</pre>
</div>
</content>
</entry>
</feed>
