]> code.delx.au - gnu-emacs-elpa/history - yasnippet.el
a more proper popup position under Linux
[gnu-emacs-elpa] / yasnippet.el
2008-03-06 Zhang Chiyuana more proper popup position under Linux
2008-03-06 Zhang Chiyuanpopup menu at a proper place
2008-03-06 Zhang Chiyuanmore snippets and a bug fix: strange (= nil nil) will...
2008-03-06 Zhang Chiyuanmultiple key-syntaxes supported. like charm. see python...
2008-03-06 Zhang Chiyuanbug fix and add snippets for html-mode
2008-03-06 Zhang Chiyuanpopup menu works like a charm
2008-03-06 Zhang Chiyuanuse only ASCII character in snippet
2008-03-06 Zhang ChiyuanI didn't realized that filter is a function from rst...
2008-03-06 Zhang Chiyuanput the menubar at a proper place
2008-03-06 Zhang Chiyuanmenu support for load-directory
2008-03-06 Zhang Chiyuanadded menu support
2008-03-06 Zhang Chiyuansupport load from directory hierarchy .
2008-03-06 Zhang Chiyuannavigation to previous group
2008-03-06 Zhang Chiyuansupport tabstops
2008-03-05 Zhang Chiyuanoverlapped snippet navigation.
2008-03-05 Zhang Chiyuanuse a keymap overlay with rear-sticky to support TAB...
2008-03-05 Zhang Chiyuaninhibit-modification-hook
2008-03-05 Zhang ChiyuanIt's too confusing and complicated: don't support redo...
2008-03-05 Zhang Chiyuanproper undo of snippet expansion.
2008-03-04 Zhang Chiyuanadd a reference to snippet in group.
2008-03-04 Zhang ChiyuanWill get to implement yas/overlay in next version.
2008-03-04 Zhang ChiyuanUse cl's defstruct instead of manually maintained poor...
2008-03-04 Zhang Chiyuanbehind-hook implemented
2008-03-04 Zhang Chiyuanprevent wired behavior of modification hook during...
2008-03-04 Zhang Chiyuanavoid the overlay modification hook to run during snipp...
2008-03-04 Zhang Chiyuanbug fix: wired behavior of synchronize field.
2008-03-03 Zhang Chiyuanplace cursor at a proper position after snippet expanded.
2008-03-03 Zhang Chiyuanbug fix: multiple snippet support
2008-03-03 Zhang Chiyuanexit-snippet mostly implemented.
2008-03-03 Zhang Chiyuanbug about linking of each field group fixed: caused...
2008-03-03 Zhang Chiyuannext-field and prev-field implemented. Seems something...
2008-03-03 Zhang Chiyuanoverlay created.
2008-03-03 Zhang ChiyuanFinished constructing the snippet skeleton.
2008-03-03 Zhang Chiyuanfield regexp is OK.
2008-03-03 Zhang Chiyuanrefine escape.
2008-03-03 Zhang Chiyuanelisp eval supported.
2008-03-03 Zhang Chiyuanescape and indent implemented.
2008-03-03 Zhang Chiyuanundo-friendly delete-and-insert
2008-03-03 Zhang Chiyuanfundamental expansion implemented.