summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: d9ab0e278ec1e0d062073a36d49f3cd969524e83 (plain)
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
dictionary-el (1.8.7-15) UNRELEASED; urgency=low

  * NOT RELEASED YET.
  * dictionary.el:
    - (dictionary-display-dictionary-line) Special-case "--exit--", which
      doesn't name a dictionary but rather marks the end of the server's
      default search list.  (Closes: #611941.)
    - When customizing dictionary-server or other connection-related
      variables with a connection already open, offer to close it so
      that the change can take immediate effect.  (Closes: #611943.)
  * dictionary-init.el: Register dictionary and dictionary-proxy as
    customization groups associated with dictionary.el.  (Closes: #611942.)
  * debian/control:
    - Drop Recommends; mule-ucs is long gone, and trying to recommend it
      only in the absence of a modern emacs flavor failed to account for
      the (unofficial) emacs-snapshot package.  (Closes: #660901.)
    - Repoint Vcs-* fields at anonscm.debian.org (vs. git.debian.org).

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 19 Jun 2012 22:18:12 -0400

dictionary-el (1.8.7-14) unstable; urgency=low

  * dictionary.el (dictionary-mode): call make-local-hook only under XEmacs;
    GNU Emacs deprecated it back in version 21, and will retire it altogether
    in the upcoming version 24.  (Closes: #600800.)
  * debian/compat: formally advance to Debhelper 8, as it is safe to do so.
  * debian/control:
    - Advance debhelper build-dependency accordingly.
    - Update Recommends: again, as emacs22 and emacs-snapshot are no more.
    - Standards-Version: 3.9.1.  (No further changes needed.)
    - Set Vcs-* fields to point to (new) personal git.d.o repository.
  * debian/.gitignore: Direct git to ignore content generated during build.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 23 Oct 2010 22:49:06 -0400

dictionary-el (1.8.7-13) unstable; urgency=low

  * debian/rules: don't ship lpath.el, not needed in Debian.  (Closes: #582579)
  * debian/control:
    - retire Conflicts: declaration on ancient unofficial "dictionary" package.
    - Standards-Version: 3.9.0.  (No further changes needed.)

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 18 Jul 2010 14:54:55 -0400

dictionary-el (1.8.7-12) unstable; urgency=low

  * debian/control: update Recommends: setting, as emacs23 is now current
    and emacs21 is deprecated and due for removal.  (Closes: #540094.)
  * debian/control: per Lintian's advice, formally depend on
    ${misc:Depends} in case debhelper ever populates it.
  * debian/{control,rules}: advance Debhelper requirement to 7.0.50, and
    use its override_dh_* support to minimize rules further.
  * debian/emacsen-startup: per Alexander Zhukov, consult
    debian-emacs-flavor rather than flavor, which may not always be defined.
  * debian/control: update Section to lisp and Standards-Version to
    3.8.2.  (No other changes required.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 05 Aug 2009 22:23:14 -0400

dictionary-el (1.8.7-11) unstable; urgency=low

  * Migrate from CDBS to Debhelper 7.
  * Declare compliance with Policy 3.8.0.  (No changes needed.)

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 14 Jun 2008 17:45:14 -0400

dictionary-el (1.8.7-10) unstable; urgency=low

  * dictionary.el: eliminate possible opportunities for double-encoding in
    dictionary-do-matching (not fully fixed last time, oops) and
    dictionary-display-more-info.  (Closes: #470953.)
  * debian/{compat,control}: advance to Debhelper 6 on principle.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 18 Mar 2008 20:06:45 -0400

dictionary-el (1.8.7-9) unstable; urgency=low

  * dictionary.el (dictionary-do-{search,matching}): avoid invoking concat
    on a nominally multibyte dictionary name, to avoid double-encoding the
    search term when consulting a single dictionary.  (Closes: #454931.)
  * debian/control: declare Standards-Version: 3.7.3 (no changes needed).

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 05 Feb 2008 19:23:35 -0500

dictionary-el (1.8.7-8) unstable; urgency=low

  * dictionary.el: per Kevin Ryde, call read-string with a default value
    rather than an initial input, which usage is deprecated and less
    user-friendly.  (Closes: #442426.)
  * debian/control: preferably recommend mule-ucs over GNU Emacs, on the
    basis that users who satisfied the Depends: without the latter
    installed are presumably running XEmacs and likely to view it as dead
    weight.  (Closes: #435761.)
  * debian/control: specify a Homepage here in addition to debian/copyright.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 18 Oct 2007 20:43:11 -0400

dictionary-el (1.8.7-7) unstable; urgency=low

  * Fix typo in previous changelog entry.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 05 Jul 2007 19:09:03 -0400

dictionary-el (1.8.7-6) unstable; urgency=low

  * debian/emacsen-install: per Michael Olson, make absolute rather
    than relative symlinks to .el files to accommodate non-standard
    filesystem setups in which /usr/share/$FLAVOR is a symlink.
    (Closes: #431649.)
  * debian/copyright: correctly mark license as GPL 2 *or later*, but
    specifically refer users to /usr/share/common-licenses/GPL-2 anyway.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 05 Jul 2007 18:54:27 -0400

dictionary-el (1.8.7-5) unstable; urgency=low

  * dictionary.el: per Kevin Ryde, mark the connection as safe to kill
    without bugging the user.  (Closes: #417533.)
  * debian/control: tweak dependencies slightly in preparation for
    emacs22.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 29 Jun 2007 16:30:44 -0400

dictionary-el (1.8.7-4) unstable; urgency=low

  * debian/emacsen-install: symlink uncompiled .el files rather than
    copying them, and leave the symlinks behind for reference.
  * debian/{compat,control}: modernize, using debhelper 5, declaring
    standards-version 3.7.2 (no changes needed), and explicitly supporting
    emacs-snapshot.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 31 Oct 2006 20:06:08 -0500

dictionary-el (1.8.7-3) unstable; urgency=low

  * debian/emacsen-startup: use debian-pkg-add-load-path-item per current
    policy rather than manipulating load-path directly.  (Closes: #328713.)
  * debian/copyright: update the FSF's address per Lintian's reminder.
  * debian/control: update standards version to 3.6.2 (no changes needed).
  * Fix local error that resulted in the last upload accidentally
    pretending to be a native package.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 16 Sep 2005 18:23:40 -0400

dictionary-el (1.8.7-2) unstable; urgency=low

  * debian/emacsen-startup: cope with being unable to load
    dictionary-init, as this package is not always fully
    installed/configured.  (Closes: #308335.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 18 May 2005 18:50:11 -0400

dictionary-el (1.8.7-1) unstable; urgency=low

  * New upstream release:
     "* fixed decoding problem while displaying the dictionary selection
        in dictionary-select-dictionary (reported by Kuno Strassmann)
      * added patch fixing the wrong display of dictionary description
        (provided by Sergei Pokrovsky)
      * added dictionary-description-open-delimiter and
        dictionary-description-close-delimiter (suggested by Sergei
        Pokrovsky)"
  * debian/rocks: removed (obsolete artifact of CBS).
  * debian/rules: force sane permissions (0644, not 0755!) on *.el.
  * debian/watch: new, to help track upstream.

 -- Aaron M. Ucko <ucko@debian.org>  Sun,  2 Jan 2005 11:38:53 -0500

dictionary-el (1.8.5-2) unstable; urgency=low

  * debian/control:
    - Standards-version 3.6.1.
    - Rename Build-Depends-Indep to Build-Depends.
    - Bump build dependency on debhelper to 4.1.46 per cdbs's advice.
  * debian/copyright: added years.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 14 Jan 2004 18:20:16 -0500

dictionary-el (1.8.5-1) unstable; urgency=low

  * New upstream release:
    "* added variable dictionary-use-single-buffer to allow selecting
       between single/multiple buffers for dictionary access
     * added tooltip support for XEmacs based on balloon-help"
  * Convert from CBS to CDBS.
  * Fix case in short description.
  * emacsen-install: use -(-)no-site-file.
  * emacsen-startup: load dictionary-init rather than duplicating it!
  * Bump standards version to 3.5.10 (no changes).

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 26 Jun 2003 20:58:40 -0400

dictionary-el (1.8.4-1) unstable; urgency=low

  * New upstream release (no relevant changes, but I'm putting out new
    packages anyway, so I might as well take it...).
  * Fix "Upstream Author(s)" in debian/copyright.
  * Replace debian/rules with CBS.
  * Bump standards version to 3.5.8; no changes required.

 -- Aaron M. Ucko <ucko@debian.org>  Thu,  5 Dec 2002 22:00:58 -0500

dictionary-el (1.8.3-1) unstable; urgency=low

  * Initial Release (closes: #164490, #111436)

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 12 Oct 2002 18:57:44 -0400