<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mode-icons, branch 0.1.0</title>
<subtitle>Show icons instead of mode names</subtitle>
<id>https://code.ryuslash.org/mode-icons/atom?h=0.1.0</id>
<link rel='self' href='https://code.ryuslash.org/mode-icons/atom?h=0.1.0'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/'/>
<updated>2013-06-02T12:48:00Z</updated>
<entry>
<title>Change copyright year</title>
<updated>2013-06-02T12:48:00Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T12:48:00Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=cbf412d0c47dfdbeac7587a0c12c96f58f546467'/>
<id>urn:sha1:cbf412d0c47dfdbeac7587a0c12c96f58f546467</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change name/email add URL</title>
<updated>2013-06-02T12:45:06Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T12:45:06Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=fe438f83e19450c147badef2abab19c46cd8877e'/>
<id>urn:sha1:fe438f83e19450c147badef2abab19c46cd8877e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove erroneous assumption from README</title>
<updated>2013-06-02T12:33:26Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T12:33:26Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=2017ef6a7555b5e2f7166949eaaa1e08b43f2022'/>
<id>urn:sha1:2017ef6a7555b5e2f7166949eaaa1e08b43f2022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run set-current-mode-icon when starting</title>
<updated>2013-06-02T12:29:47Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T12:29:47Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=2aef75d7816c4768b7b561b851bcef051c80ca37'/>
<id>urn:sha1:2aef75d7816c4768b7b561b851bcef051c80ca37</id>
<content type='text'>
Otherwise the currently visited buffer will not have the correct mode
icon set.
</content>
</entry>
<entry>
<title>Fix auto load</title>
<updated>2013-06-02T12:27:32Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T12:27:32Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=42522017831ece7a35ad72130036d172a0fe2343'/>
<id>urn:sha1:42522017831ece7a35ad72130036d172a0fe2343</id>
<content type='text'>
`mode-icons-mode' is now the main entry point for mode-icons, not
`set-current-mode-icon'.
</content>
</entry>
<entry>
<title>Add usage instructions</title>
<updated>2013-06-02T12:16:13Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T12:16:13Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=48844b47e959fcf68bd43aa75bfc545dd4a8d89b'/>
<id>urn:sha1:48844b47e959fcf68bd43aa75bfc545dd4a8d89b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace README.md with README.org</title>
<updated>2013-06-02T12:14:58Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T12:14:58Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=7abc02827e1025afc977133f0e796a4d2fc4f17a'/>
<id>urn:sha1:7abc02827e1025afc977133f0e796a4d2fc4f17a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add minor-mode</title>
<updated>2013-06-02T12:09:49Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T12:09:49Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=1e8fcc4982585f15dccc15747ec77dd0a58349f3'/>
<id>urn:sha1:1e8fcc4982585f15dccc15747ec77dd0a58349f3</id>
<content type='text'>
The `mode-icons-mode' minor-mode enables/disables the setting of icons
for each mode.
</content>
</entry>
<entry>
<title>Cleanup code</title>
<updated>2013-06-02T11:56:07Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-02T11:56:07Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=68fa015bf7f01dec7d87eefb6c0d70f24edca30c'/>
<id>urn:sha1:68fa015bf7f01dec7d87eefb6c0d70f24edca30c</id>
<content type='text'>
- Enable `lexical-binding'.

- Remove `mode-icons--load-file-name' and add `mode-icons--directory'.
  The directory is what is needed and when developing inside Emacs the
  `load-file-name' variable isn't available. So now this variable
  defaults to `default-directory' when being evaluated in a buffer.

- Add/improve docstrings.

- Simplify `mode-icons'. Don't specify the entire image specification,
  but just enough for the rest of the code to figure out how to create
  this specification. `get-icon-display' is then used to create the
  image specification.

- Shorten the `set-mode-icon' function.
</content>
</entry>
<entry>
<title>Add icon for org-mode</title>
<updated>2013-03-23T14:19:50Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-23T14:19:50Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/mode-icons/commit/?id=efefc5ee589f29d6951c7cba8850d4723965a4ac'/>
<id>urn:sha1:efefc5ee589f29d6951c7cba8850d4723965a4ac</id>
<content type='text'>
</content>
</entry>
</feed>
