File: changelog

package info (click to toggle)
edb 1.31-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,180 kB
  • ctags: 1,236
  • sloc: lisp: 10,484; sh: 424; makefile: 172
file content (259 lines) | stat: -rw-r--r-- 8,959 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
edb (1.31-3) unstable; urgency=low

  [ Jari Aalto ]
  * Move to packaging format "3.0 (quilt)".
  * debian/clean
    - Delete test data.
  * debian/compat
    - Update to 9.
  * debian/control
    - (Build-Depends): Update to debhelper 9.
    - (Build-Depends-Indep): Add emacs24, rm emacs23, emacs22.
    - (Standards-Version): Update to 3.9.4.
    - (Vcs-*): Update to anonscm.debian.org.
  * debian/copyright
    - Update to format 1.0
  * debian/debian-vars.mk
    - Update variables.
  * debian/emacsen-startup
    - (edb-debian-after-find-file): Preserve point, correct hook treatment.
      Patch thanks to Kevin Ryde <user42@zip.com.au> (Closes: #671585).
  * debian/patches
    - (10): New. Use DESTDIR.
    - (20): New. Use cl-flet.
    - (22): New. Use called-interactively-p.
  * debian/rules
    - Udate to dh(1)
    - (override_dh_auto_install): Delete duplicate file
      arb-demo and unneeded (see examples/README) symlinks to /dev/null
      and /etc/passwd.

  [ Tatsuya Kinoshita ]
  * debian/emacsen-install
    - (Install): Ignore old versions of GNU Emacs.
  * debian/control
    - (Depends): Add emacs24, rm emacs23, emacs22.

 -- Tatsuya Kinoshita <tats@debian.org>  Wed, 03 Jul 2013 12:41:07 +0900

edb (1.31-2) unstable; urgency=low

  * debian/docs
    - New. Install README, NEWS etc. (Closes: #544283).
  * debian/emacsen-startup
    - (edb-debian-inhibit-edb): Add documentation string.
    - (edb-debian-after-find-file): Improve documentation string.
  * debian/control
    - (Depends): Add emacs.
    - (Section): Change misc to lisp.
  * debian/emacsen-install
    - (Install): Adjust displayed message.
  * debian/rules
    - (clean): remove BYTE-COMPILE.el.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 20 Dec 2009 18:05:05 +0200

edb (1.31-1) unstable; urgency=low

  [ Jari Aalto ]
  * GENERAL INFORMATION
    - Read NEWS.Debian for incompatible changes.
  * New upstream release (Closes: #303785).
    - Compilation errors on install (Closes: #242105).
    - Please add info-dir-section to your info files (Closes: #528870).
      Included in original file doc/edb.texi,
  * debian/control
    - (Build-Depends): Update to debhelper 7. Remove dpatch.
    - (Build-Depends-Indep): Add emacs23 | emacs22 | emacs-snapshot.
      Remove emacs21.
    - (Depends): Add make. Add emacs23 (Closes: #542206), remove emacs21.
      emacs23 | emacs22 | emacs-snapshot.
    - (Depends): Add make. Move emacs* packages to Build-Depends-Indep.
      Add ${misc:Depends} (lintian).
      Add "dpkg (>= 1.15.4) | install-info" (lintian).
    - (Homepage): New field. Point to current upstream.
    - (Standards-Version): update to 3.8.3.
    - (Vcs-*): New fields.
  * debian/copyright
    - Update upstream information: current upstream and URL.
    - Adjust layout to match latest dh-make template.
    - Corrected Copyright from GPL-2 to GPL as this is the right
      edb license.
    - Spell out GPL-2 (lintian).
  * debian/emacsen-install
    - Rewrite for new upstream version.
  * debian/emacsen-remove
    - Adjust variable syntax and FLAVOR test.
  * debian/emacsen-startup
    - Rewrite for new upstream version.
    - Rename custom functions and variables to clean
      name space 'edb-debian-*'.
  * debian/{patches,patches-original}/
    - Discard all old patches; start from fresh with new edb.
  * debian/{prerm,postinst}
    - Delete; not needed with debhelper 7.
  * debian/README.Debian
    - Remove old patch information to previous releases.
    - Add introduction to EDB.
  * debian/rules
    - Adjust to new upstream release.
    - (install): use dh_prep (lintian).

  [ Tatsuya Kinoshita ]
  * debian/emacsen-startup
    - Define edb-debian-inhibit-edb to prevent a void-variable error.

 -- Tatsuya Kinoshita <tats@debian.org>  Sun, 30 Aug 2009 15:04:09 +0900

edb (1.21-17) unstable; urgency=low

  * OVERALL
    - Convert hand written patch system to dpatch.
  * debian/*
    - Remove trailing whitespaces from all files.
  * debian/README.Debian-source
    - New. Explain what changed after package adoption.
  * debian/compat
     - New file.
  * debian/control
    - (Build-Depands): Added dpatch.
    - (Depends): Add emacs22 to the beginning. (Closes: #433974).
  * debian/copyright
    - Update download URL; old one non-existent.
  * debian/patches/*
    - One single dpatch to include all previous changes.
  * debian/patches-original/*
    - Store the original paches including
      some email messages for historial reference.
  * debian/rules
    - Remove DH_COMPAT, use dpatch and *.mk files.
  * debian/watch
    - New file.

 -- Jari Aalto <jari.aalto@cante.net>  Thu, 13 Sep 2007 10:11:49 +0300

edb (1.21-16) unstable; urgency=low

  * debian/control
    - (Section): Change from 'utils' => 'misc' according to ftp-masters
      message: 'package says section is utils, override says misc'.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 19 Nov 2006 18:43:20 +0200

edb (1.21-15) unstable; urgency=low

  * New maintainer (Orphaned; Closes: #353629).
  * Apply patch by Tatsuya Kinoshita <tats@debian.org> to fix
    debian/control (Build-Depends, Build-Depends-Indep, Depends),
    debian/copyright (Proper copyright year, author, license),
    debian/emacsen-install (added "-q" during byte compilation and
    *.elc cleanup), debian/emacsen-remove (simplified "emacs" treatment),
    debian/emacsen-startup (better init implementation)
  * debian/conffiles
    - Remove file. Had entry "/etc/emacs/site-start.d/50edb.el". This is
      automatically added by debhelper.

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 24 Oct 2006 20:07:51 +0300

edb (1.21-14) unstable; urgency=low

  * debian/control: standards 3.6.2.
    (Build-Depends): Added version number to debhelper, this fixes lintian
    warning package-uses-deprecated-debhelper-compat-version
  * debian/rules: use install(1) and not cp(1) for *.el files.
  * debian/copyright: improved layout. Added copyright holder.

 -- Jari Aalto <jari.aalto@cante.net>  Tue,  4 Apr 2006 13:08:33 +0300

edb (1.21-13) unstable; urgency=low

  * Removed emacs20 from Depends. (Closes: Bug#232750)
  * Updated to Standards-Version 3.6.1.

 -- Takao KAWAMURA <kawamura@debian.org>  Tue, 23 Mar 2004 18:28:00 +0900

edb (1.21-12) unstable; urgency=low

  * debian/control: Build-Depends-Indep: Added texinfo. (Closes: Bug#134910)

 -- Takao KAWAMURA <kawamura@debian.org>  Wed,  3 Apr 2002 13:11:16 +0900

edb (1.21-11) unstable; urgency=low

  * 50edb.el was marked as a conffile (Closes: Bug#132165).

 -- Takao KAWAMURA <kawamura@debian.org>  Thu,  7 Feb 2002 11:10:40 +0900

edb (1.21-10) unstable; urgency=low

  * db-time.el: Rename `parse-time-string' to `db-parse-time-string' to
    work with Gnus 5.8.7-1. (Bug#70890)
  * emacsen-install: Ignore xemacs21.

 -- Takao KAWAMURA <kawamura@debian.org>  Wed, 20 Sep 2000 11:50:26 +0900

edb (1.21-9) frozen unstable; urgency=high

  * Applied a patch for y2k and other minor fixes written by
    Phil.Nitschke@caemrad.com.au. (Bug#58153)
    The y2k fix is so important that this version should go into
    frozen. (See debian/nitschke.patch)

 -- Takao KAWAMURA <kawamura@debian.org>  Wed, 16 Feb 2000 11:01:03 +0900

edb (1.21-8) unstable; urgency=low

  * FHS-compliant

 -- Takao KAWAMURA <kawamura@debian.org>  Sun, 19 Sep 1999 11:36:09 +0900

edb (1.21-7) unstable; urgency=low

  * Added a variable `inhibit-edb' which if non-nil will load an EDB
    database file normally rather than as a database by
    swift@alum.mit.edu. (Bug#43046)

 -- Takao KAWAMURA <kawamura@debian.org>  Mon, 16 Aug 1999 15:49:15 +0900

edb (1.21-6) unstable; urgency=low

  * Included edb-fixes-1.21.el written by swift@alum.mit.edu to fix bugs
    in EDB v1.21. (Bug#41922)

 -- Takao KAWAMURA <kawamura@debian.org>  Thu, 29 Jul 1999 15:34:04 +0900

edb (1.21-5) unstable; urgency=low

  * Initial Release for Debian (previous versions were uploaded to Debian
    JP Project).
  * Changed maintainer's email address.
  * Updated to Standards-Version 2.5.1.0.

 -- Takao KAWAMURA <kawamura@debian.org>  Sun, 23 May 1999 22:05:34 +0900

edb (1.21-4) unstable-jp; urgency=low

  * Applied a patch by kawamura@debian.or.jp to make edb work with XEmacs.

 -- Takao KAWAMURA <kawamura@debian.or.jp>  Sun, 10 Jan 1999 21:00:02 +0900

edb (1.21-3) frozen-jp unstable-jp; urgency=low

  * Applied a patch by ksakai@netwk.ntt-at.co.jp to make edb work with
    Emacs 20.3.(Bug#JP/696)
  * The short description has changed not to start with the package name.(Bug#JP/710)

 -- Takao KAWAMURA <kawamura@debian.or.jp>  Sat, 26 Dec 1998 01:06:37 +0900

edb (1.21-2) frozen-jp; urgency=low

  * (control): Removed XEmacs from the Depends field.
  * CompilationLog.gz holds the log of byte-compilation.

 -- Takao KAWAMURA <kawamura@debian.or.jp>  Thu, 11 Jun 1998 12:39:51 +0900

edb (1.21-1) unstable-jp; urgency=low

  * Initial Release.

 -- Takao KAWAMURA <kawamura@debian.or.jp>  Sun, 31 May 1998 17:34:21 +0900