Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Satisfy ELPA package format. | Leon Zhang | 2011-12-31 | 1 | -6/+11 | |
|/ | ||||||
* | Merge pull request #2 from krinndnz/master | Ron Panduwana | 2011-11-16 | 1 | -1/+3 | |
|\ | | | | | Thanks. Sorry for the late reply. | |||||
| * | Added the default emacs chord and M-x command for zencode expansion. Though ↵ | Krinn DNZ | 2011-10-19 | 1 | -1/+3 | |
|/ | | | | we wish otherwise, source is not its own documentation, and the README's silence on how to activate the central function of the mode is a bad Thing. | |||||
* | Merge pull request #1 from max-arnold/master | Ron Panduwana | 2011-07-29 | 1 | -1/+1 | |
|\ | | | | | Fix to make it work in scratch buffer | |||||
| * | fix "zencoding-preview-post: (wrong-type-argument stringp nil)" error in ↵ | Max Arnold | 2011-05-15 | 1 | -1/+1 | |
|/ | | | | scratch buffer | |||||
* | Updated examples in readme. | Ron Panduwana | 2011-02-21 | 1 | -73/+197 | |
| | ||||||
* | Added filter: escape XML-unsafe characters (|e). | Ron Panduwana | 2011-02-21 | 1 | -1/+17 | |
| | ||||||
* | Added Clojure's Hiccup filter (|hic), default for .clj files. | Ron Panduwana | 2011-02-21 | 1 | -7/+50 | |
| | ||||||
* | Added HAML filter (|haml), default for .haml files. | Ron Panduwana | 2011-02-21 | 1 | -105/+217 | |
| | ||||||
* | Added commented-html filter (|c) | Ron Panduwana | 2011-02-19 | 1 | -47/+74 | |
| | ||||||
* | Added support for default filters depending on buffer's filename extension. | Ron Panduwana | 2011-02-18 | 1 | -1/+8 | |
| | ||||||
* | Added filters support. | Ron Panduwana | 2011-02-18 | 1 | -48/+110 | |
| | ||||||
* | Fixed newlines. | Ron Panduwana | 2011-02-13 | 1 | -27/+26 | |
| | ||||||
* | Re-arranged README | Chris Done | 2011-02-10 | 1 | -7/+7 | |
| | ||||||
* | Fixed link typos | Chris Done | 2011-02-10 | 1 | -2/+2 | |
| | ||||||
* | Added info about zencoding | Chris Done | 2011-02-10 | 1 | -0/+22 | |
| | ||||||
* | Added YouTube video to README | Chris Done | 2011-02-10 | 1 | -2/+4 | |
| | ||||||
* | Added screenshot | Chris Done | 2011-02-10 | 1 | -0/+4 | |
| | ||||||
* | Updated README to be more helpful. | Chris Done | 2011-02-10 | 2 | -8/+121 | |
| | ||||||
* | Removed unnecessary comments | Ron Panduwana | 2011-02-10 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'master' into tag-expansion | Ron Panduwana | 2011-02-10 | 1 | -0/+4 | |
|\ | ||||||
| * | Patch by fgallina to fit zencoding in terminal | Chris Done | 2011-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | Require cl | Chris Done | 2011-02-08 | 1 | -0/+2 | |
| | | ||||||
* | | Added tag expansion for table, ul, ol, and dl | Ron Panduwana | 2011-02-09 | 1 | -8/+35 | |
|/ | ||||||
* | Automatically close child-less self-closing tags (eg. br img input) | Ron Panduwana | 2011-02-08 | 1 | -2/+11 | |
| | ||||||
* | Added tests for empty-prop and quoted-prop. | Ron Panduwana | 2011-02-08 | 1 | -0/+7 | |
| | ||||||
* | Added support for quoted property value (eg: a onclick="alert('ok');"). | Ron Panduwana | 2011-02-08 | 1 | -8/+11 | |
| | ||||||
* | Allowed empty prop | Ron Panduwana | 2011-02-07 | 1 | -5/+13 | |
| | ||||||
* | Added tests for div-as-default-tag | Ron Panduwana | 2011-02-03 | 1 | -0/+5 | |
| | ||||||
* | div tag name can be omitted when writing element starting from ID or CLASS: ↵ | Ron Panduwana | 2011-02-03 | 1 | -0/+5 | |
| | | | | #content>.section is the same as div#content>div.section | |||||
* | Added syntatic support for empty (self-closing) tags. Ex: input/#id.class ↵ | Daniel Fernandes Martins | 2011-01-30 | 1 | -23/+32 | |
| | | | | type=text => <input id="id" class="class" type="text"/> | |||||
* | allow propery names to honor namespaces | Reed O'Brien | 2010-02-14 | 1 | -1/+1 | |
| | ||||||
* | Created a generalized traversal function for searching the trie. Removed old ↵ | Rudolf | 2010-01-24 | 1 | -13/+26 | |
| | | | | retrieval and insertion functions. Split the branch accessor into two functions. | |||||
* | Simplified the insertion function, added a branch accessor, added a ↵ | Rudolf | 2010-01-24 | 1 | -57/+64 | |
| | | | | retrieval function, fixed the test code | |||||
* | Removed unnecessary comments at the end of the file | Rudolf | 2010-01-24 | 1 | -83/+0 | |
| | ||||||
* | Updated README with information about generating code from the Noweb file(s) | Rudolf | 2010-01-24 | 1 | -0/+8 | |
| | ||||||
* | Added line for including the zencoding-trie data structure | Rudolf | 2010-01-24 | 1 | -0/+3 | |
| | ||||||
* | Added Makefile and noweb file describing the zencoding-trie data structure. | Rudolf | 2010-01-24 | 2 | -0/+156 | |
| | ||||||
* | some fixes by lennart borgman | Chris Done | 2009-11-20 | 1 | -26/+48 | |
| | ||||||
* | live expansion and more tidying | Chris Done | 2009-11-20 | 1 | -119/+383 | |
| | ||||||
* | Add experimental yasnippet integration | --- | 2009-11-11 | 1 | -1/+31 | |
| | ||||||
* | Move expression finding out of zencoding-expand-line | --- | 2009-11-11 | 1 | -12/+16 | |
| | ||||||
* | * zendcoding-model.el (zencoding-realtime-preview-keymap): new | Jan Moringen | 2009-11-08 | 1 | -13/+93 | |
| | | | | | | | | | | | | variable; used in real-time preview overlays (zencoding-realtime-preview-of-region): new function; interactively start real-time preview for an input region (zencoding-make-overlay-pair): new function; construct a pair of overlays for real-time preview input and output (zencoding-delete-overlay-pair): new function; delete live preview overlays (zencoding-handle-overlay-change): new function; update live preview on change | |||||
* | made into a simple minor-mode, renamed file, added license, commentary | Chris Done | 2009-11-07 | 1 | -35/+82 | |
| | ||||||
* | added 'input type=text' properties to tags, 45 tests performed OK | Chris Done | 2009-11-07 | 1 | -12/+55 | |
| | ||||||
* | updated bug in identifier parsing (forgot to return error) | Chris Done | 2009-11-07 | 1 | -1/+3 | |
| | ||||||
* | updated tagname regex | Chris Done | 2009-11-07 | 1 | -3/+3 | |
| | ||||||
* | updated indentation after qualification | Chris Done | 2009-11-07 | 1 | -91/+92 | |
| | ||||||
* | Now with multipliers (li*5>span), a mini test suite and qualified symbol names | Chris Done | 2009-11-07 | 1 | -104/+198 | |
| | ||||||
* | added proper tags with properties - ids, classes | Chris Done | 2009-11-07 | 1 | -49/+116 | |
| |