mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -7,24 +7,25 @@ ChangeLog
|
||||
.. _Writing Snippets: snippet-development.html
|
||||
.. _The YASnippet Menu: snippet-menu.html
|
||||
|
||||
**Upcoming** release:
|
||||
0.6.1b / 2009-08-29
|
||||
===================
|
||||
|
||||
* Much more powerful menu. See `The YASnippet menu`_.
|
||||
* New ways to organize snippets. See `Organizing snippets`_.
|
||||
* Added ``yas/also-auto-indent-first-line`` customization variable.
|
||||
* Renamed directive ``# env:`` to ``# expand-env:``
|
||||
* Rewrote much of the documentation.
|
||||
* Added ``textmate-import.rb`` to svn repository.
|
||||
* Many random bugs fixed.
|
||||
* Added TextMate import tool ``textmate-import.rb`` to to svn
|
||||
repository (see "extras/")
|
||||
* Added *experimental* bundle of textmate snippets
|
||||
``yasnippet-textmate-bundle.el``
|
||||
* Fixed `Issue 72
|
||||
<http://code.google.com/p/yasnippet/issues/detail?id=72>`_ (thanks
|
||||
rmartin.k...@gmail.com)
|
||||
* Fixed `Issue 74
|
||||
<http://code.google.com/p/yasnippet/issues/detail?id=74>`_
|
||||
* Fixed `Issue 70
|
||||
<http://code.google.com/p/yasnippet/issues/detail?id=70>`_
|
||||
* Fixed `Issue 69
|
||||
<http://code.google.com/p/yasnippet/issues/detail?id=69>`_
|
||||
* Fixed `Issues 80 through 84
|
||||
<http://code.google.com/p/yasnippet/issues/detail?id=80>`_ (thanks
|
||||
Moritz Bunkus)
|
||||
* Fixed many more issues...
|
||||
|
||||
|
||||
0.6.0c / 2009-07-27
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
doc/index.html
|
||||
68
doc/define_snippet.html
Normal file
68
doc/define_snippet.html
Normal file
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
|
||||
<title>Moved</title>
|
||||
<meta content="3; URL=index.html" http-equiv="Refresh" />
|
||||
<link rel="stylesheet" href="styles.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="document" id="moved">
|
||||
<div id="header-region" class="clear-block"></div>
|
||||
<div id="wrapper">
|
||||
<div id="container" class="clear-block">
|
||||
<div id="header">
|
||||
<div id="logo-floater">
|
||||
<h1 class="title">Moved</h1>
|
||||
</div>
|
||||
<ul class="primary-links">
|
||||
<li>
|
||||
<a title="" href="index.html">Intro and tutorial</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="" href="snippet-organization.html">Howto: organize</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="" href="snippet-expansion.html">Howto: expand</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="" href="snippet-development.html">Howto: write </a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="" href="snippet-menu.html">Howto: menu </a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="" href="faq.html">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="" href="changelog.html">ChangeLog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="" href="http://code.google.com/p/yasnippet/downloads/list">Download</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="center">
|
||||
<div id="squeeze">
|
||||
<div class="right-corner">
|
||||
<div class="left-corner">
|
||||
<p>
|
||||
<b>Important:</b> This documentation applies to
|
||||
the <b>SVN trunk</b> of YASnippet, which you
|
||||
get <a href="http://code.google.com/p/yasnippet/source/checkout">here</a>. Documentation
|
||||
for other versions can be found <a title=""
|
||||
href="http://code.google.com/p/yasnippet/downloads/list">here</a>.
|
||||
</p>
|
||||
<p>This page has been moved. Click <a class="reference external" href="index.html">here</a> if your browser
|
||||
does not automatically redirect you</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
9
doc/define_snippet.rst
Normal file
9
doc/define_snippet.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
=====
|
||||
Moved
|
||||
=====
|
||||
|
||||
.. meta::
|
||||
:http-equiv=Refresh: 3; URL=index.html
|
||||
|
||||
This page has been moved. Click `here <index.html>`_ if your browser
|
||||
does not automatically redirect you
|
||||
Reference in New Issue
Block a user