<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/log-view.el, branch scratch/static_assert</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>Move version control related files to the "vc" subdirectory.</title>
<updated>2010-06-11T18:51:00+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2010-06-11T18:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=56b2854f302ee88e9adb03c196e6643841220440'/>
<id>56b2854f302ee88e9adb03c196e6643841220440</id>
<content type='text'>
* add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
* ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
* ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
* ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
* pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
* smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
* vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
* vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
Move files to the "vc" subdirectory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
* ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
* ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
* ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
* pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
* smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
* vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
* vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
Move files to the "vc" subdirectory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keywords.</title>
<updated>2010-03-14T21:15:02+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2010-03-14T21:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=88f4758e1c0051fb9c82630f3f816e4efb28b0b0'/>
<id>88f4758e1c0051fb9c82630f3f816e4efb28b0b0</id>
<content type='text'>
* finder.el (finder-compile-keywords): Replace `princ' with
`prin1' on a list of symbols interned from keyword strings.

* emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
a comma, then split keywords using a comma and optional whitespace.
Otherwise, split by whitespace.

* complete.el:
* face-remap.el:
* log-view.el:
* net/hmac-def.el:
* net/hmac-md5.el:
* net/netrc.el:
* progmodes/mixal-mode.el: Fix keywords.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* finder.el (finder-compile-keywords): Replace `princ' with
`prin1' on a list of symbols interned from keyword strings.

* emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
a comma, then split keywords using a comma and optional whitespace.
Otherwise, split by whitespace.

* complete.el:
* face-remap.el:
* log-view.el:
* net/hmac-def.el:
* net/hmac-md5.el:
* net/netrc.el:
* progmodes/mixal-mode.el: Fix keywords.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .dir-locals.el support for file-less buffers.</title>
<updated>2010-03-12T08:04:54+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2010-03-12T08:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8117868f0ce67b6db33081f77b6715a6c10e45b8'/>
<id>8117868f0ce67b6db33081f77b6715a6c10e45b8</id>
<content type='text'>
* files.el (hack-local-variables): Split out code to apply local
variable settings ...
(hack-local-variables-apply): ... here.  New function.
(hack-dir-local-variables): Use the default directory for when the
buffer does not have an associated file.
(hack-dir-local-variables-non-file-buffer): New function.
* diff-mode.el (diff-mode):
* vc-annotate.el (vc-annotate-mode):
* vc-dir.el (vc-dir-mode):
* log-edit.el (log-edit-mode):
* log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* files.el (hack-local-variables): Split out code to apply local
variable settings ...
(hack-local-variables-apply): ... here.  New function.
(hack-dir-local-variables): Use the default directory for when the
buffer does not have an associated file.
(hack-dir-local-variables-non-file-buffer): New function.
* diff-mode.el (diff-mode):
* vc-annotate.el (vc-annotate-mode):
* vc-dir.el (vc-dir-mode):
* log-edit.el (log-edit-mode):
* log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Bug#5311.</title>
<updated>2010-01-15T03:59:04+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2010-01-15T03:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=56a03f46b825f2c22c7a982e8d4bcb5545908a09'/>
<id>56a03f46b825f2c22c7a982e8d4bcb5545908a09</id>
<content type='text'>
* log-view.el (top-level): Require 'wid-edit.  (Bug#5311)

* wid-edit.el (widget-keymap): Doc fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* log-view.el (top-level): Require 'wid-edit.  (Bug#5311)

* wid-edit.el (widget-keymap): Doc fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 2010 to copyright years.</title>
<updated>2010-01-13T08:35:10+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2010-01-13T08:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=114f9c96795aff3b51b9060d7c9c1b77debcc99a'/>
<id>114f9c96795aff3b51b9060d7c9c1b77debcc99a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.</title>
<updated>2009-12-06T20:25:36+00:00</updated>
<author>
<name>Chong Yidong</name>
</author>
<published>2009-12-06T20:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=238a0f3a0dab964b19776ee2acb455ccbb2169bd'/>
<id>238a0f3a0dab964b19776ee2acb455ccbb2169bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(log-view-mode-map): "q" calls quit-window,</title>
<updated>2009-12-04T16:34:22+00:00</updated>
<author>
<name>Sam Steingold</name>
</author>
<published>2009-12-04T16:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9eaeec5ba8423afe84671c54b80cc9a6f496f377'/>
<id>9eaeec5ba8423afe84671c54b80cc9a6f496f377</id>
<content type='text'>
like in all the other non-self-insert buffers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like in all the other non-self-insert buffers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make vc-print-log buttons work.</title>
<updated>2009-12-01T00:35:43+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2009-12-01T00:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fb0c18ff8002ba005c2226dfe3bd9448e8b8ed1a'/>
<id>fb0c18ff8002ba005c2226dfe3bd9448e8b8ed1a</id>
<content type='text'>
* log-view.el (log-view-mode-map):  Inherit from from widget-keymap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* log-view.el (log-view-mode-map):  Inherit from from widget-keymap.
</pre>
</div>
</content>
</entry>
<entry>
<title>* log-view.el: Add "Keywords: tools", since its other keywords</title>
<updated>2009-11-26T23:19:53+00:00</updated>
<author>
<name>Kevin Ryde</name>
</author>
<published>2009-11-26T23:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c44a48223eb59f6ef3bdfd35c5bdfbb75107ce2d'/>
<id>c44a48223eb59f6ef3bdfd35c5bdfbb75107ce2d</id>
<content type='text'>
aren't in finder-known-keywords, and following vc.el.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aren't in finder-known-keywords, and following vc.el.
</pre>
</div>
</content>
</entry>
<entry>
<title>(log-view-diff): Use vc-diff-internal instead of</title>
<updated>2009-10-05T15:09:59+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2009-10-05T15:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c66b7ac005b4bfc923764dce8c492ed7b9171ef1'/>
<id>c66b7ac005b4bfc923764dce8c492ed7b9171ef1</id>
<content type='text'>
vc-version-diff.
(vc-diff-internal): Autoload this instead of vc-version-diff.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vc-version-diff.
(vc-diff-internal): Autoload this instead of vc-version-diff.
</pre>
</div>
</content>
</entry>
</feed>
