mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Oops, forget to check in the latest changes since 0.5.3
This commit is contained in:
parent
72790f649d
commit
31865ae984
@ -6,9 +6,20 @@ ChangeLog
|
||||
:Contact: pluskid@gmail.com
|
||||
:Date: 2008-03-22
|
||||
|
||||
0.5.3
|
||||
0.5.4 / 2008-05-15
|
||||
==================
|
||||
|
||||
* Added ``ox-mode-hook`` and ``python-mode-hook`` to
|
||||
``yas/extra-mode-hooks`` to fix the problem YASnippet is not enabled
|
||||
in those modes.
|
||||
|
||||
0.5.3 / 2008-05-07
|
||||
==================
|
||||
|
||||
* Fix indent of python-mode snippets.
|
||||
* Fix a bug of dropdown-list: conflicts with color-theme (`Issue 23
|
||||
<http://code.google.com/p/yasnippet/issues/detail?id=23>`_). Thanks
|
||||
Mike.
|
||||
* Fix a bug of condition system.
|
||||
|
||||
0.5.2 / 2008-04-20
|
||||
|
@ -3,7 +3,7 @@
|
||||
;; Copyright 2008 pluskid
|
||||
;;
|
||||
;; Author: pluskid <pluskid@gmail.com>
|
||||
;; Version: 0.5.3
|
||||
;; Version: 0.5.4
|
||||
;; X-URL: http://code.google.com/p/yasnippet/
|
||||
|
||||
;; This file is free software; you can redistribute it and/or modify
|
||||
@ -178,7 +178,7 @@ to expand.
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Internal variables
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(defvar yas/version "0.5.3")
|
||||
(defvar yas/version "0.5.4")
|
||||
|
||||
(defvar yas/snippet-tables (make-hash-table)
|
||||
"A hash table of snippet tables corresponding to each major-mode.")
|
||||
@ -1332,7 +1332,7 @@ handle the end-of-buffer error fired in it by calling
|
||||
"*Bla." :group 'dropdown-list)
|
||||
|
||||
(defface dropdown-list-selection-face
|
||||
'((t :inherit dropdown-list :background "purple"))
|
||||
'((t :inherit dropdown-list-face :background "purple"))
|
||||
"*Bla." :group 'dropdown-list)
|
||||
|
||||
(defvar dropdown-list-overlays nil)
|
||||
@ -1515,4 +1515,3 @@ Use multiple times to bind different COMMANDs to the same KEY."
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; dropdown-list.el ends here
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user