File: changelog

package info (click to toggle)
quilt-el 0.48.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 100 kB
  • sloc: lisp: 492; makefile: 48; sh: 29
file content (125 lines) | stat: -rw-r--r-- 2,966 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
quilt-el (0.48.0)
  * conform to upstream version 0.48

  * make it checkdoc clean

  * make it byte-compile clean

  * change upstream URL.

-- Satoru Takeuchi <satoru.takeuchi@gmail.com> Sat, 23 Jul 2011 22:37:51 +0900

quilt-el (0.46.2)

  * fix bad file permissions

  * remove unnecessary files on patches/

  * clean patches directory on `make clean'

-- Satoru Takeuchi <satoru.takeuchi@gmail.com> Fri, 03 Jul 2009 15:34:40 +0900

quilt-el (0.46.1)

  * honor quilt patches directory

  * return to cd if shell command is failure

  * fix colliding name space by nested function

  * introduce quilt-cmd-to-list

  * support multiple quilt tree

 -- Satoru Takeuchi <satoru.takeuchi@gmail.com> Mon, 22 Jun 2009 20:13:57 +0900

quilt-el (0.45.5)

  * simplify quilt-revert

  * fix quilt-dir if default directory is nil

  * optimize quilt-revert

  * change maintainer's email address

 -- Satoru Takeuchi <satoru.takeuchi@gmail.com> Thu, 28 Feb 2008 23:27:45 +0900

quilt-el (0.45.4)

  * fixing import subcommand

  * fixing no patch cases

  * fixing QUILT_PATCHES_PREFIX variable

  * moving quilt-mode-line definition

quilt-el (0.45.3)

  * support editing patch header

  * replace unnecesary `let*' to `let'

  * simplify push and pop code

  * change default quilt-edit-series keybind from `C-c . s' to `C-c . S'

  * support series subcommand

  * fixing the following edit-patch bugs

    - Show strange message between `new' and `refresh' subcommands
    - Opened patch file read-only

 -- Satoru Takeuchi <nqm08501@nifty.com> Sat, 14 Apr 2007 18:52:55 +0900

quilt-el (0.45.2)

  * support header subcommand

  * support delete subcommand

 -- Satoru Takeuchi <nqm08501@nifty.com> Sat, 31 Mar 2007 01:36:11 +0900
	
quilt-el (0.45.1)

  * handle some special cases and put some error messages as followings.
    
    1. Take into consideration the special cases as described below.

     - quilt tree is existed, but no patche is applied.
     - no files in the topmost patch
     - user inputs null string.on quilt-new() and quilt-find-file()
     - current buffer is not associated with any existed file

    2. When error has occured, print suitable messages instead of just quiting.

      handle some special cases and put some error messages.

  * follow emacs minormode keybind convention.

  * fix modeline update on reverting buffers.

  * fix quilt-edit-series on buffers which are not associated with any files.    

  * add this changelog and README.

 -- Satoru Takeuchi <nqm08501@nifty.com> Sun, 14 Jan 2007 23:54:07 +0900

quilt-el (0.45)

  * Satoru Takeuchi took over this package from Matt Mackall.

    This version is based on Matt's mercurial tree by issuing following
    command.

	hg clone -r 9 http://www.selenic.com/repo/quilt-el quilt-el

 -- Satoru Takeuchi <nqm08501@nifty.com> Sun, 14 Jan 2007 23:32:43 +0900

quilt-el (0.4)
	
  * initial release.
	
 -- Matt Mackall <mpm@selenic.com> Mon, 31 Jan 2005 20:42:37 -0800