]> code.delx.au - gnu-emacs-elpa/history - yasnippet.el
preparing for new rst format document
[gnu-emacs-elpa] / yasnippet.el
2008-03-20 Zhang Chiyuanpreparing for new rst format document
2008-03-20 Zhang Chiyuanbefore expansion hook
2008-03-20 Zhang Chiyuansophisticated condition system for yasnippet
2008-03-19 Zhang Chiyuanadd php-mode to yas/extra-mode-hooks
2008-03-19 Zhang Chiyuanuse a separate mode-map for yas/minor-mode
2008-03-17 Zhang Chiyuanbugfix: Emacs get confused when a field content is...
2008-03-16 Zhang Chiyuanmore compatible with dropdown-list.el
2008-03-16 Zhang Chiyuansupport a global after-exit-snippet-hook.
2008-03-16 Zhang Chiyuanalso proper behavior of next-field-group.
2008-03-16 Zhang ChiyuanUse minor-mode instead of global-set-key. Thanks Trey...
2008-03-16 Zhang Chiyuanadd dropdown-list.el support.
2008-03-16 Zhang Chiyuanuser customizable window-system and text popup function.
2008-03-15 Zhang Chiyuanprotect the evaluated string.
2008-03-15 Zhang Chiyuanprepare for a bug fix version
2008-03-15 Zhang Chiyuanbugfix: error when multiple candidate exists in -nw...
2008-03-14 Zhang ChiyuanSupport expanding a snippet inside another snippet...
2008-03-13 Zhang Chiyuanset customized face. Now user can customize the face.
2008-03-11 Zhang Chiyuanadd a new snippet for rst-mode: excellent example for...
2008-03-10 Zhang Chiyuanrelease a new version(bugfix)
2008-03-10 Zhang Chiyuaninsert-behind-hook: fixed in Emacs 22 but bug in Emacs...
2008-03-10 Zhang Chiyuantypo
2008-03-10 Zhang Chiyuanbug fix: comparing number to nil cause error
2008-03-10 Zhang Chiyuantypo
2008-03-10 Zhang Chiyuandynamic set parent supported
2008-03-10 Zhang Chiyuancompile-bundle also recognize directory hierarchy now
2008-03-10 Zhang Chiyuansupport parent snippet-table now
2008-03-10 Zhang Chiyuanre-design snippets hierarchy
2008-03-10 Zhang ChiyuanDon't use insert behind hook. It often get ignored...
2008-03-08 Zhang Chiyuana new rake task for uploading
2008-03-08 Zhang ChiyuanAdded elisp support to compile the bundle.
2008-03-07 Zhang Chiyuanmonkey patching a cc-mode function (c-neutralize-syntax...
2008-03-07 Zhang Chiyuanboundp should be fboundp
2008-03-07 Zhang Chiyuanalso set next-field key to <tab> to avoid accidently...
2008-03-07 Zhang Chiyuantransformation supported for snippets
2008-03-07 Zhang Chiyuanavoid recursion.
2008-03-07 Zhang Chiyuanno need to lookup local keymap: if there's one, yas...
2008-03-07 Zhang Chiyuana better method to bind <tab> key and a better fall...
2008-03-07 Zhang Chiyuanadded comments and URL
2008-03-07 Zhang Chiyuaninteractively load directory
2008-03-07 Zhang Chiyuanimproved compatibility with Emacs 21.3 -- it doesn...
2008-03-07 Zhang ChiyuanMake regexp syntax compatible with Emacs 22
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.