summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog455
1 files changed, 0 insertions, 455 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 833cc68..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,455 +0,0 @@
-ratpoison (1.4.6~git-0) UNRELEASED; urgency=low
-
- * new upstream version
- * remove patches already in the upstream version
-
- -- Bernhard R. Link <brlink@debian.org> Fri, 30 Oct 2009 18:39:12 +0100
-
-ratpoison (1.4.5-2) unstable; urgency=low
-
- * switch to source format 3.0 (quilt)
- * add DEP3 headers to patches
- * cherry-pick fix to avoid getline problems with newer glibc
- (Closes: 552894)
-
- -- Bernhard R. Link <brlink@debian.org> Thu, 29 Oct 2009 16:38:10 +0100
-
-ratpoison (1.4.5-1) unstable; urgency=low
-
- * new upstream version
- - non-interactive exec no longer adds to history (Closes: 478977)
- - fix fgcolor/bgcolor broken by libXft (Closes: 526174)
- * make bash-features using sh-script a bash-script (Closes: 530176)
- * manually remove info/dir.gz, as Debian now uses gnu install-info
-
- -- Bernhard R. Link <brlink@debian.org> Tue, 14 Jul 2009 15:40:00 +0200
-
-ratpoison (1.4.4-1) unstable; urgency=low
-
- * new upstream version
- - now with libXft support, thus new dependencies
- - fixes tempwm issuses (Closes: 478979)
- - new prevscreen and nextscreen binding (Closes: 498348)
- - new input history:
- no longer needs libreadline and separate histories (Closes: 478977)
- * make patches compatible with v3 dsc (Closes: 484957)
- * bump Standards-Version
- - support parallel in DEB_BUILD_OPTIONS
- - noopt and nostrip only space delmited
- * no longer needs config.guess and config.sub (and thus no autotools-dev)
-
- -- Bernhard R. Link <brlink@debian.org> Mon, 27 Apr 2009 13:55:42 +0200
-
-ratpoison (1.4.3-1) unstable; urgency=low
-
- * new upstream version
- * fix warning in manpage parsing
-
- -- Bernhard R. Link <brlink@debian.org> Thu, 21 Feb 2008 14:34:20 +0100
-
-ratpoison (1.4.2-2) unstable; urgency=low
-
- * increase standards-version to 3.7.3
- * recode debian/copyright to utf-8
- * add Homepage and Vcs headers
- * clean up debian/rules a bit
- * don't link against libXext
-
- -- Bernhard R. Link <brlink@debian.org> Sun, 30 Dec 2007 15:01:18 +0100
-
-ratpoison (1.4.2-1) unstable; urgency=low
-
- * new upstream version
- - obsoletes restorededication.patch, memoryhole.patch,
- noabortonvoncerterror.diff, nodoubleclassreading.diff,
- nodoubleclassreading.diff, utf8locale.diff
- - mimic emacs X key naming more closely. A modifier being both
- Hyper and Super should only be treated as one and not as both
- (Closes: 419882)
-
- -- Bernhard R. Link <brlink@debian.org> Sun, 7 Oct 2007 11:29:55 +0200
-
-ratpoison (1.4.1-5) unstable; urgency=low
-
- * backport of some patches to 1.4.1:
- - nodoubleclassreading.diff: reduce X server communication a bit
- - noabortonconverterror.diff: don't abort (by requesting infinite
- amount of memory) if there is an string truncation error. (Closes: 423141)
- - utf8locale.diff: also handle utf8 window titles correctly if ratpoison
- itself is running in utf8 locale. (Closes: 438063)
- * adopt to new menu layout
-
- -- Bernhard R. Link <brlink@debian.org> Wed, 15 Aug 2007 12:24:28 +0200
-
-ratpoison (1.4.1-4) unstable; urgency=low
-
- * close memory hole in dealing with utf-8 window titles (Closes: 423141)
-
- -- Bernhard R. Link <brlink@debian.org> Fri, 01 Jun 2007 20:04:18 +0200
-
-ratpoison (1.4.1-3) unstable; urgency=low
-
- * change doc-base file to satisfy new doc-base package (Closes: 419783)
-
- -- Bernhard R. Link <brlink@debian.org> Wed, 18 Apr 2007 10:05:48 +0200
-
-ratpoison (1.4.1-2) unstable; urgency=low
-
- * first upload to unstable of new upstream version
- - slit.sh fixed (Closes: 398048)
- - supports window titles in different encodings (Closes: 376067)
- * install rpws into /usr/bin instead of doc/examples/
- * fix bug to not restore dedicateness of frames
- * some little cleanups of the packaging
-
- -- Bernhard R. Link <brlink@debian.org> Tue, 17 Apr 2007 12:09:14 +0200
-
-ratpoison (1.4.1-1) experimental; urgency=low
-
- * new upstream version
- * re-add doc-base file listing info document.
- * update brl-menu.diff to current cvs.
- * drop texinfo build-dependency, update x-dev dependency
-
- -- Bernhard R. Link <brlink@debian.org> Tue, 20 Dec 2006 20:23:00 +0100
-
-ratpoison (1.4.1~CVS20061026-1) experimental; urgency=low
-
- * experimental cvs snapshot
- - incorporates most of the previous patches
- - has some further fontset support needing testing
-
- -- Bernhard R. Link <brlink@debian.org> Sun, 29 Oct 2006 14:14:18 +0100
-
-ratpoison (1.4.0.dfsg-7) unstable; urgency=medium
-
- * call dh_installinfo, so that info files get indexed at installation
- (Closes: 384910)
-
- -- Bernhard R. Link <brlink@debian.org> Sat, 28 Oct 2006 21:55:35 +0200
-
-ratpoison (1.4.0.dfsg-6) unstable; urgency=low
-
- * fix bug in remove{left,up,right,down} which could corrupt the
- frame data.
- * document max width support in format string (Closes: 382299)
- * do not ignore exitcode of make distclean
- * give configure a --disable-dependency-tracking on normal compile
- * install python bindings using python-support if installed
- (Copied from dh_pysupport to avoid build-depending on python).
-
- -- Bernhard R. Link <brlink@debian.org> Sun, 3 Sep 2006 16:07:15 +0200
-
-ratpoison (1.4.0.dfsg-5) unstable; urgency=low
-
- * add avoidupdates.diff to not update window name window
- on property events not changing anything.
- Thanks to Chris Lesniewski-Laas for this.
- (Closes: 375157)
- * add dontprolong.diff to not reset the timer when updateing
- window names window. (Makes the bug even more impossible to happen again)
- * remove windows_loop_workaround.diff (superseded by the two before)
-
- -- Bernhard R. Link <brlink@debian.org> Sun, 16 Jul 2006 21:58:46 +0200
-
-ratpoison (1.4.0.dfsg-4) unstable; urgency=low
-
- * fix mention of 1.4.1 in info document
- * do not restart bar window when windows command is issued
- while the window is still active. (Works around: #375157)
- * patch doc/Makefile to not generate dir.gz files
-
- -- Bernhard R. Link <brlink@debian.org> Mon, 26 Jun 2006 10:56:35 +0200
-
-ratpoison (1.4.0.dfsg-3) unstable; urgency=low
-
- * add info page from current cvs (minus the two commands not in this version)
- * downgrade depedency on 9menu to recommends (Closes: 368548)
- dropping x-w-m priority to 20 because of that
- * remove x-w-m alternative on deconfigure,
- readd on abort-remove and abort-deconfigure (Closes: 374474)
- * add example to manpage how to use -c (Closes: 369612)
-
- -- Bernhard R. Link <brlink@debian.org> Thu, 22 Jun 2006 15:00:58 +0200
-
-ratpoison (1.4.0.dfsg-2) unstable; urgency=low
-
- * include ratpoison-cmd.el forgotten in the first try (Closes: 368317)
- * make emacsen-install script less sensitive
- * add debian/patches/avoid-segfault.diff working around segfault with
- remote commands
-
- -- Bernhard R. Link <brlink@debian.org> Sun, 21 May 2006 15:48:12 +0200
-
-ratpoison (1.4.0.dfsg-1) unstable; urgency=low
-
- * new maintainer (Closes: 368067)
- * new upstream version (Closes: 364488)
- - fixes the tmpwm freeze (Closes: 357905)
- * removed the info page from the upstream tarball
- (GFDL and does not include the license as mandated by the license)
- * repackaged from scratch
- - change description (and include a Homepage:)
- - use 9menu to provide menus
- - install the bindings for emacs-lisp, perl, python and ruby
- - add a watch file
- - no longer ship a .desktop file as already registered in the Debian menu
- * add debian/patches/net_wm_pid.diff to work around problems of qt programs
- * add debian/patches/from-cvs-hook.diff from cvs to fix the hook command.
- * add debian/patches/from-cvs-raise.diff from cvs to fix raise notifiers.
- * add debian/patches/brl-enlarge.diff adding remove{left,right,up,down}
- * add debian/patches/brl-xchange.diff adding exchange{left,right,up,down}
- * add debian/patches/brl-menu.diff advertising the menu
- (configure changes in debian/patches/brl-menu.reconf)
-
- -- Bernhard R. Link <brlink@debian.org> Sat, 20 May 2006 17:18:22 +0200
-
-ratpoison (1.4.0-beta4-10) unstable; urgency=low
-
- * Added Suggests: for xclip, a very cool program
-
- -- Jonathan Walther <krooger@debian.org> Sun, 12 Mar 2006 18:10:52 -0700
-
-ratpoison (1.4.0-beta4-9) unstable; urgency=low
-
- * Fixed typo in package description. Thank you Dan Jacobson.
- * Added a versioned debhelper build-depends. Thank you lintian.
-
- -- Jonathan Walther <krooger@debian.org> Tue, 28 Feb 2006 13:31:52 -0700
-
-ratpoison (1.4.0-beta4-8) unstable; urgency=low
-
- * Fixed installation of gdm/kdm support, as per Martin Samuelsson's
- suggestions.
- Closes: #348036
-
- -- Jonathan Walther <krooger@debian.org> Sat, 14 Jan 2006 19:31:52 -0700
-
-ratpoison (1.4.0-beta4-7) unstable; urgency=low
-
- * Added Martin Samuelsson's addhook patch to fix a crashing bug.
- Closes: #347023
-
- -- Jonathan Walther <krooger@debian.org> Thu, 12 Jan 2006 12:21:52 -0700
-
-ratpoison (1.4.0-beta4-6) unstable; urgency=low
-
- * Added dpatch as a Build-Depends to make buildd work.
- * Fixed typo in debian/rules that prevented building.
-
- -- Jonathan Walther <krooger@debian.org> Tue, 10 Jan 2006 14:54:52 -0700
-
-ratpoison (1.4.0-beta4-5) unstable; urgency=low
-
- * Added Martin Samuelsson's numbering bug patch.
- * Added dpatch support to the package to manage any future
- patches.
-
- -- Jonathan Walther <krooger@debian.org> Mon, 9 Jan 2006 16:28:52 -0700
-
-ratpoison (1.4.0-beta4-4) unstable; urgency=low
-
- * Added libxtst-dev Build-Depends to fix buildd breakage.
-
- -- Jonathan Walther <krooger@debian.org> Mon, 9 Jan 2006 10:46:52 -0700
-
-ratpoison (1.4.0-beta4-3) unstable; urgency=low
-
- * Adding Mike O'Connor's suggested Build-Depends.
- Closes: #347023
-
- -- Jonathan Walther <krooger@debian.org> Mon, 9 Jan 2006 10:20:52 -0700
-
-ratpoison (1.4.0-beta4-2) unstable; urgency=low
-
- * Use most current config.guess and config.sub files, as explained in
- /usr/share/doc/autotools-dev/README.Debian.gz
- Closes: #347183
-
- -- Jonathan Walther <krooger@debian.org> Mon, 9 Jan 2006 01:16:52 -0700
-
-ratpoison (1.4.0-beta4-1) unstable; urgency=low
-
- * Updating to most recent upstream, which includes X.org fixes.
- Closes: #327196
- * Adding more scripting examples.
- Closes: #343883
-
- -- Jonathan Walther <krooger@debian.org> Sun, 8 Jan 2006 19:03:52 -0700
-
-ratpoison (1.3.0-8) unstable; urgency=low
-
- * xlibs-dev depend no longer valid. See the following message.
- http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html
- Closes: #347023
-
- -- Jonathan Walther <krooger@debian.org> Sun, 8 Jan 2006 18:38:52 -0700
-
-ratpoison (1.3.0-7) unstable; urgency=low
-
- * Applied Luca Capello's patch for GDM support. Closes: #307779
-
- -- Jonathan Walther <krooger@debian.org> Thu, 5 May 2005 16:46:52 -0700
-
-ratpoison (1.3.0-6) unstable; urgency=low
-
- * Applied Mike O'Connor's fix for tmpwm race. Closes: #305955
-
- -- Jonathan Walther <krooger@debian.org> Sat, 23 Apr 2005 00:15:52 -0700
-
-ratpoison (1.3.0-5) unstable; urgency=low
-
- * Fixed missing '=' in menu file. Closes: #294466
-
- -- Jonathan Walther <krooger@debian.org> Wed, 9 Feb 2005 13:44:52 -0700
-
-ratpoison (1.3.0-4) unstable; urgency=low
-
- * Fixed lintian warning about no DEBHELPER symbol in {pre,post}{rm,inst}
- * Removed ChangeLog from docs file, since dh_installchangelogs is now used.
- * Silenced other lintian warnings.
-
- -- Jonathan Walther <krooger@debian.org> Wed, 2 Feb 2005 14:15:12 -0700
-
-ratpoison (1.3.0-3) unstable; urgency=low
-
- * Fixed lintian bitching about upstream changelogs
-
- -- Jonathan Walther <krooger@debian.org> Tue, 1 Feb 2005 19:40:36 -0700
-
-ratpoison (1.3.0-2) unstable; urgency=low
-
- * Copied twm's alternative handling. Closes: #293221
-
- -- Jonathan Walther <krooger@debian.org> Tue, 1 Feb 2005 18:36:52 -0700
-
-ratpoison (1.3.0-1) unstable; urgency=low
-
- * Add a Build-Depends for autotools and use latest config.sub and
- config.guess. Allows compilation on amd64 platforms. Thank you for the
- patch, Andreas. Closes: #293172
- * Created orig.tar.gz, because this isn't a native package.
-
- -- Jonathan Walther <krooger@debian.org> Tue, 1 Feb 2005 09:05:18 -0700
-
-ratpoison (1.3.0) unstable; urgency=low
-
- * New upstream version. Closes: #257098
- * Removed build-depends on automaken. Thank you Mike. Closes: #289743
- * Fixed manpage installation. Thank you Shyamal and Jari.
- Closes: #267475, #292578
- * Frameset management is in this version. Closes: #208427
- * Bumped Standards-Version to 3.6.1.1
-
- -- Jonathan Walther <krooger@debian.org> Mon, 31 Jan 2005 00:17:16 -0700
-
-ratpoison (1.2.1) unstable; urgency=low
-
- * Removed version in Build-depends for automake (Closes: #166283)
- * Now suggests xbindkeys instead of keylaunch
- * Defaults to x-terminal-emulator instead of xterm (Closes: #196343)
- * Changed the doc-base section to WindowManagers (Closes: #186244)
- * Made this package from tarball, not CVS (Closes: #169662)
-
- -- Jonathan Walther <krooger@debian.org> Sun, 8 Jun 2003 12:20:37 -0700
-
-ratpoison (1.2.0.cvs.20020425-3) unstable; urgency=low
-
- * Added Build-Depends for automake (Closes: #149500)
-
- -- Jonathan Walther <krooger@debian.org> Sun, 9 Jun 2002 22:32:41 -0700
-
-ratpoison (1.2.0.cvs.20020425-2) unstable; urgency=low
-
- * Changed Maintainer field; Gergely has gotten busy with Real Life
- * Updated build dependancies
- * Cleaned up the rules file a bit
-
- -- Jonathan Walther <krooger@debian.org> Sat, 8 Jun 2002 12:25:33 -0700
-
-ratpoison (1.2.0.cvs.20020425) unstable; urgency=low
-
- * CVS snapshot of release candidate 1.2.0
- * Many bugfixes better described in the ChangeLog
-
- -- Jonathan Walther <krooger@debian.org> Wed, 5 Jun 2002 22:21:24 -0700
-
-ratpoison (1.0.0.cvs.20020117-1) unstable; urgency=low
-
- * CVS snapshot release on 2002-01-17:
- + Documentation about `colon' corrected (Closes: #115158)
- + BadWindow misbehaviour fixed (Closes: #123942, #123379, #128563)
-
- -- Gergely Nagy <algernon@debian.org> Thu, 17 Jan 2002 21:13:03 +0100
-
-ratpoison (1.0.0.cvs.20011208-1) unstable; urgency=low
-
- * CVS snapshot release on 2001-12-08
- * Recommend ratmenu (Closes: #113624)
- * debian/control: Do not recommend xterm, but xvt, that fits better with
- the ratpoison idea
- * debian/control: Changed Maintainer field, and added SirDibos and
- myself to Uploaders
- * debian/ratpoison.examples: include most of contrib/
-
- -- Gergely Nagy <algernon@debian.org> Sat, 8 Dec 2001 23:40:32 +0100
-
-ratpoison (1.0.0-1) unstable; urgency=medium
-
- * New upstream release!
- + Contains a fixed ratpoison.texi (Closes: #107939)
-
- -- Gergely Nagy <algernon@debian.org> Thu, 6 Sep 2001 16:41:41 +0200
-
-ratpoison (0.2.0.cvs.20010806-1) unstable; urgency=low
-
- * CVS snapshot release as of 2001-08-06.
- * Bumped Standards-Version to 3.5.6
- * Changed maintainer e-mail address
-
- -- Gergely Nagy <algernon@debian.org> Mon, 6 Aug 2001 13:36:57 +0200
-
-ratpoison (0.1.1-3) unstable; urgency=low
-
- * Do not try to send C-t to the underlying window if there
- is none (Closes: #101625)
-
- -- Gergely Nagy <8@free.bsd.hu> Wed, 20 Jun 2001 17:02:21 +0200
-
-ratpoison (0.1.1-2) unstable; urgency=low
-
- * Build-Depend on x-terminal-emulator. (Closes: Bug#89272)
-
- -- Gergely Nagy <8@free.bsd.hu> Sun, 11 Mar 2001 18:22:21 +0100
-
-ratpoison (0.1.1-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Gergely Nagy <8@free.bsd.hu> Tue, 6 Mar 2001 19:36:45 +0100
-
-ratpoison (0.1.0-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Gergely Nagy <8@free.bsd.hu> Sun, 4 Mar 2001 01:09:29 +0100
-
-ratpoison (0.0.5-20001216) unstable; urgency=low
-
- * CVS version as of 2000/12/16
-
- -- Gergely Nagy <8@free.bsd.hu> Sat, 16 Dec 2000 18:13:19 +0100
-
-ratpoison (0.0.5-2) unstable; urgency=low
-
- * Does not include /usr/info anymore. Whoops...
- * Modified menu entry (Closes: Bug#79072).
- * Fixed debian/rules#clean, I'm terribly sorry, won't happen again.
-
- -- Gergely Nagy <8@free.bsd.hu> Mon, 11 Dec 2000 12:33:55 +0100
-
-ratpoison (0.0.5-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Gergely Nagy <8@free.bsd.hu> Mon, 4 Dec 2000 21:52:54 +0100