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 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
|
ratpoison (1.4.9-1) unstable; urgency=medium
* new upstream release
- switch from xinerama to xrandr (Closes: #776766)
* switch to debhelper compat level 10
* use hardening=+all
-- Bernhard R. Link <brlink@debian.org> Wed, 30 Jan 2019 21:26:47 +0100
ratpoison (1.4.8-2) unstable; urgency=medium
* install ratpoison.py and ratpoison.rb bindings in the proper paths so they
are found again.
* switch to debhelper compat level 9
-- Bernhard R. Link <brlink@debian.org> Wed, 30 Dec 2015 15:19:17 +0100
ratpoison (1.4.8-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Do not install files in python-support directories (Closes: #798478).
-- Luca Falavigna <dktrkranz@debian.org> Sat, 26 Dec 2015 15:28:30 +0100
ratpoison (1.4.8-1) unstable; urgency=medium
* new upstream bugfix release
- fix sfdump with multiple screens
* increase Standards-Version
* add debian/emacsen-compat to work with new emacsen-common behaviour
-- Bernhard R. Link <brlink@debian.org> Fri, 10 Oct 2014 12:00:36 +0200
ratpoison (1.4.7-1) unstable; urgency=medium
* new upstream release
- fix printing of "XGetWMName failed" (Closes: 723650)
* add new configure options and build-dependencies needed for new version
* increase Standards-Version
-- Bernhard R. Link <brlink@debian.org> Mon, 05 May 2014 19:55:50 +0200
ratpoison (1.4.6-1) unstable; urgency=low
* new upstream release
(almost identical to rc1)
-- Bernhard R. Link <brlink@debian.org> Mon, 06 May 2013 19:40:28 +0200
ratpoison (1.4.6~rc1-1) experimental; urgency=low
* new upstream prerelease
+ obsoletes most patches
* improve remove{left,right,up,down} extension to only
resize frames instead of removing them where possible
-- Bernhard R. Link <brlink@debian.org> Mon, 01 Apr 2013 20:02:07 +0200
ratpoison (1.4.5-4) unstable; urgency=low
* always use utf-8 as encoding
(as xft does not seem to support generic multibyte encodings)
* make "info" show something even if the current window is not
in the current group.
* some small fixes in packaging
-- Bernhard R. Link <brlink@debian.org> Sat, 30 Jun 2012 16:41:58 +0200
ratpoison (1.4.5-3) unstable; urgency=low
* update VCS headers
* use dpkg-buildflags
* use autoreconf instead of patching configure
* modernize patches
* cherry-pick a number of patches from upstream, including:
- handling of DISPLAY with dots
- switching screens
- C-t q wrongly documented as default keybinding (Closes: 627809)
-- Bernhard R. Link <brlink@debian.org> Tue, 13 Sep 2011 16:31:23 +0200
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
|