From 2d568447114a99f33bcb7055e9033f237c7551b4 Mon Sep 17 00:00:00 2001 From: Zhang Chiyuan Date: Mon, 7 Apr 2008 10:43:49 +0000 Subject: [PATCH] prepare for 0.4.5 --- doc/changelog.rst | 4 +++- yasnippet.el | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index caa87fa..174fbcc 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,9 +6,11 @@ ChangeLog :Contact: pluskid@gmail.com :Date: 2008-03-22 -0.4.5 +0.4.5 / 2008-04-07 ================== +* Merge the latest dropdown-list.el. +* Add snippets for f90-mode from Li Zhu. * Bug fix: l-safe-expr-p: Lisp nesting exceeds ``max-lisp-eval-depth`` error when several (more than two) snippets overlaps. Thanks sunwaybupt@newsmth for reporting this bug. 0.4.4 / 2008-03-24 diff --git a/yasnippet.el b/yasnippet.el index 059e79d..8acc808 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -3,7 +3,7 @@ ;; Copyright 2008 pluskid ;; ;; Author: pluskid -;; Version: 0.4.4 +;; Version: 0.4.5 ;; X-URL: http://code.google.com/p/yasnippet/ ;; This file is free software; you can redistribute it and/or modify @@ -160,7 +160,7 @@ Here's an example: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Internal variables ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(defvar yas/version "0.4.4") +(defvar yas/version "0.4.5") (defvar yas/snippet-tables (make-hash-table) "A hash table of snippet tables corresponding to each major-mode.")