<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/which-func.el, branch feature/bug-reference-setup</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>Moved to progmodes/.</title>
<updated>2003-05-30T23:30:50+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2003-05-30T23:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9d7aa1b1b6f7eb8d97c2cc620022a708d43398f2'/>
<id>9d7aa1b1b6f7eb8d97c2cc620022a708d43398f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(which-func-update-timer): New variable.</title>
<updated>2003-05-25T02:02:45+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2003-05-25T02:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0ec0b89fe2c87d900f2c60ec0ca9065c57509686'/>
<id>0ec0b89fe2c87d900f2c60ec0ca9065c57509686</id>
<content type='text'>
(which-function-mode): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(which-function-mode): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>(which-func-current, which-func-format):</title>
<updated>2003-05-18T15:07:11+00:00</updated>
<author>
<name>Richard M. Stallman</name>
</author>
<published>2003-05-18T15:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c34066b7636062189bec4e45768d733f43356e00'/>
<id>c34066b7636062189bec4e45768d733f43356e00</id>
<content type='text'>
Preload the risky-local-variable properties for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preload the risky-local-variable properties for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>(which-func-format): Make it risky-local-variable.</title>
<updated>2003-05-17T22:21:36+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2003-05-17T22:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6f25499a2a8ffcc5ff9951666c7f97a65dd24278'/>
<id>6f25499a2a8ffcc5ff9951666c7f97a65dd24278</id>
<content type='text'>
(which-func-table): New var.
(which-func-current): Make it into a constant modeline spec.
(which-func-previous): Remove.
(which-func-update): Only update the selected window.
(which-func-update-1): Use the new var to allow the current
function to be different for a buffer shown in two windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(which-func-table): New var.
(which-func-current): Make it into a constant modeline spec.
(which-func-previous): Remove.
(which-func-update): Only update the selected window.
(which-func-update-1): Use the new var to allow the current
function to be different for a buffer shown in two windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>(which-func-modes): Add f90-mode.</title>
<updated>2003-04-20T13:04:58+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2003-04-20T13:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d1389042e78ebd76c3bf24712bc8429c4e28b938'/>
<id>d1389042e78ebd76c3bf24712bc8429c4e28b938</id>
<content type='text'>
(which-function): Handle imenu submenus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(which-function): Handle imenu submenus.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trailing whitespace deleted.</title>
<updated>2003-02-04T12:29:42+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2003-02-04T12:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f1180544bb5ff44cdb45b8734734294b0a2fa7a4'/>
<id>f1180544bb5ff44cdb45b8734734294b0a2fa7a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use find-file-hook instead of find-file-hooks.</title>
<updated>2002-08-15T00:48:20+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2002-08-15T00:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1a4914f3407207b69a7ec96cec337fdc5125f3cf'/>
<id>1a4914f3407207b69a7ec96cec337fdc5125f3cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(which-function): Call imenu--make-index-alist</title>
<updated>2001-11-22T00:08:32+00:00</updated>
<author>
<name>Richard M. Stallman</name>
</author>
<published>2001-11-22T00:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ecafbba26bcac902cdd75895030e7b1c7e5e71b7'/>
<id>ecafbba26bcac902cdd75895030e7b1c7e5e71b7</id>
<content type='text'>
if necessary to get a list of functions.
(which-function-imenu-failed): New variable.
(which-func-update): Handle all visible windows.
(which-func-update-1): New subroutine broken out of which-func-update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if necessary to get a list of functions.
(which-function-imenu-failed): New variable.
(which-func-update): Handle all visible windows.
(which-func-update-1): New subroutine broken out of which-func-update.
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc fix.</title>
<updated>2001-07-16T12:46:31+00:00</updated>
<author>
<name>Pavel Janík</name>
</author>
<published>2001-07-16T12:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3c3e43ef063d8305b4d615d746fd943d0fc01fff'/>
<id>3c3e43ef063d8305b4d615d746fd943d0fc01fff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some fixes to follow coding conventions.</title>
<updated>2001-07-16T12:23:00+00:00</updated>
<author>
<name>Pavel Janík</name>
</author>
<published>2001-07-16T12:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e8af40eed41d6c61ea6a0649512c4b09afcb1bfa'/>
<id>e8af40eed41d6c61ea6a0649512c4b09afcb1bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
