--- eterm-0.9.4.0debian1.orig/debian/eterm.install +++ eterm-0.9.4.0debian1/debian/eterm.install @@ -0,0 +1 @@ +debian/tmp/usr/ --- eterm-0.9.4.0debian1.orig/debian/README.Debian +++ eterm-0.9.4.0debian1/debian/README.Debian @@ -0,0 +1,42 @@ +Eterm for Debian +================ + +This is a pre-release of Eterm 0.9.1 from the Eterm CVS tree. +There are many Eterm changes that are differ vastly from the +0.8.x branch and some for 0.9. Customized themes may be broken +as well. I suggest reading the man page to see the new options. + + +terminfo +======== + +Synopsis: use TERM=Eterm environmental variable setting or expect +terminal, keyboard and display, problems. This counts for old themes +you have in $HOME/.Eterm/themes, setting TERM in shell scripts, setting +TERM from the commandline, etc. + +The HOME/END key and other term problems are solved with a proper +Eterm terminfo entry. Unfortunately, many systems do not have an +up-to-date ncurses/terminfo database with the Eterm definitions. +You can copy the terminfo entries from the local systems to your +HOME directory on a remote. + + /usr/share/terminfo/E/Eterm -> $HOME/.terminfo/E/Eterm + /usr/share/terminfo/E/Eterm-color -> $HOME/.terminfo/E/Eterm-color + +You may also have to set/export the TERMINFO variable in your shell +environment. + + TERMINFO=$HOME/.terminfo + +colors +====== + +The default font color has also been changed from white to gray, the +correct color, in the new terminfo definitions. See terminfo(5) for +information on changing set_foreground and set_background. Alternatives +are using Eterm's command line color options (-f or -b) and background +or foreground in Eterm's themes. + + +Laurence J. Lane , Thu, 10 May 2001 07:57:38 -0400 --- eterm-0.9.4.0debian1.orig/debian/eterm.postrm +++ eterm-0.9.4.0debian1/debian/eterm.postrm @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +#DEBHELPER# --- eterm-0.9.4.0debian1.orig/debian/compat +++ eterm-0.9.4.0debian1/debian/compat @@ -0,0 +1 @@ +4 --- eterm-0.9.4.0debian1.orig/debian/changelog +++ eterm-0.9.4.0debian1/debian/changelog @@ -0,0 +1,747 @@ +eterm (0.9.4.0debian1-2.1ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: (LP: #228871) + + Don't set override_redirect for KDE. It causes borderless + Eterms to refuse focus. + + Modify Maintainer value to match the DebianMaintainerField + specification. + + Add Homepage field. + + Bump standards version to 3.7.3. + + -- Emanuele Gentili Sat, 10 May 2008 13:41:03 +0200 + +eterm (0.9.4.0debian1-2.1) unstable; urgency=high + + * Non-maintainer upload by the Security Team. + * Fix opening the terminal on display :0 if no DISPLAY environment + variable is specified to prevent local attackers from highjacking + X11 connections in certain environments (CVE-2008-1692; Closes: #473127) + + -- Nico Golde Tue, 15 Apr 2008 19:15:59 +0200 + +eterm (0.9.4.0debian1-2ubuntu3) hardy; urgency=low + + * SECURITY UPDATE: + + src/startup.c (LP: #216604) + - Fix opening the terminal on display :0 if no DISPLAY + environment variable is specified to prevent local + attackers from hijacking X11 connections in certain + environments. + + * References + + http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2008-1692 + + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=47312 + + -- Emanuele Gentili Tue, 22 Apr 2008 23:54:15 +0200 + +eterm (0.9.4.0debian1-2ubuntu2) hardy; urgency=low + + * debian/control (LP: #176192): + - Modify Maintainer value to match the DebianMaintainerField + specification. + - Add Homepage field. + - Bump standards version to 3.7.3. + + -- Siegfried-Angel Gevatter Pujals (RainCT) Thu, 13 Dec 2007 17:03:33 +0100 + +eterm (0.9.4.0debian1-2ubuntu1) feisty; urgency=low + + * Merge from Debian unstable. Changes: + - Don't set override_redirect for KDE. It causes borderless + Eterms to refuse focus. + + -- Chris Oattes Wed, 29 Nov 2006 19:36:09 +0000 + +eterm (0.9.4.0debian1-2) unstable; urgency=low + + * debian/copyright: uploaded wrong copy in 0.9.4.0debian1-1 + + -- Laurence J. Lane Sat, 28 Oct 2006 11:11:27 -0400 + +eterm (0.9.4.0debian1-1) unstable; urgency=low + + * New upstream release + * removed src/grkelot.c and src/gkrelot.h from the orig.tar.gz + * gkrelot removal and upstream license corrections closes: 359707 + * debian/copyright: added file specific license and copyright info + * updated standards version to 3.7.2.1 + * removed doc/Eterm.tcap for now + + -- Laurence J. Lane Sat, 7 Oct 2006 13:12:49 -0400 + +eterm (0.9.3-1ubuntu1) edgy; urgency=low + + * Don't set override_redirect for KDE. It causes borderless + Eterms to refuse focus. + + -- Rocco Stanzione Wed, 23 Aug 2006 16:17:09 -0600 + +eterm (0.9.3-1) unstable; urgency=low + + * New upstream version + 20060111 CVS pull + * build depend on libast2-dev (>= 0.7) + * dropped src/command.c patch introduced in 0.9.2-8.1 + + -- Laurence J. Lane Sun, 12 Feb 2006 18:18:23 -0500 + +eterm (0.9.2-8.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply patch from Andreas Jochens to fix GCC 4.0 build failure, + by not casting lvalues (Closes: #297917). + * debian/control: + - Remove duplicate Depends lines. + - Update to Standards-Version 3.6.2. + + -- Roger Leigh Tue, 19 Jul 2005 22:51:21 +0100 + +eterm (0.9.2-8) unstable; urgency=low + + * src/startup.c: disable use of ~/user.cfg, patch provdided by Michael + Jennings. Thanks. + + -- Laurence J. Lane Tue, 4 May 2004 09:30:14 -0400 + +eterm (0.9.2-7) unstable; urgency=low + + * debian/control: description update: removed unicode support and + changed Imlib to Imlib2 + + -- Laurence J. Lane Thu, 22 Apr 2004 09:24:27 -0400 + +eterm (0.9.2-6) unstable; urgency=low + + * debian/control: removed Depends ncurses-term. Eterm term definitions + are in ncurses-base now, thanks to Daniel Jacobowitz. + * debian/control: adjusted Build-Depends for xlibs-dev split, added: + libxmu-dev, libsm-dev, libice-dev, libxext-dev, libx11-dev, libxt-dev + * Closes: Bug#233806, missing README.Escreen, reported by Grant Bowman. + Thanks. + * Closes: Bug#243366, saving theme settings saves executed command, + reported by Ben Armstrong and corrected by upstream. Thanks. + * Addresses: Bug#244808, compile with disabled title-reporting and + iconname-reporting, problem reported by Jan Minar. Thanks. + -- Laurence J. Lane Tue, 20 Apr 2004 20:51:52 -0400 + +eterm (0.9.2-5) unstable; urgency=low + + * added upstream CVS changes to src/startup.{c,h} for EWMH-compliant + desktop atom. Fixes a problem with syncing desktop backgrounds that + was reported by Elmoe. + + -- Laurence J. Lane Sat, 22 Nov 2003 09:51:07 -0500 + +eterm (0.9.2-4) unstable; urgency=low + + * Closes: Bug#221582, Eterm crashes when Kinput2 (XIM) exits, reported + and corrected (configure.in patch) by Horms . Thanks. + + -- Laurence J. Lane Wed, 19 Nov 2003 05:55:15 -0500 + +eterm (0.9.2-3) unstable; urgency=low + + * dancing with buiildds, libast2-dev out of sync snafu + * corrected source, use non-native format + * debian/control: Build-Depends: libast2-dev (>= 0.6-0pre2003010606) + * configure.in: removed another screen test + * debian/eterm.postinst: removed ldconfig + * debian/eterm.postrm: removed ldconfig + * debian/prerm: added #DEBHELPER# tag + * debian/compat: removed + * Closes: Bug#205526, postinst's chown should use ':' not '.', + reported by Norbert Tretkowski. Thanks. + * Closes: Bug#172058, minor description improvement, s/unicode/Unicode, + reported by Martin Michlmayr. Thanks. + * Closes: Bug#197123, missing Build-Depend, reported by Norbert + Tretkowski, Thanks. mangled configure.in test + * Closes: Bug#176274, wrong assumption on char signedness, reported by + Gerhard Tonn. Fixed upstream by Michael Jennings. Thanks. + + -- Laurence J. Lane Fri, 7 Nov 2003 19:19:20 -0500 + +eterm (0.9.2-2) unstable; urgency=low + + * converted to CDBS + * removed configure.in's -lttf and screen tests + * regenerated various autotools files, config* and all + * removed debian/compat debian/eterm.shlibs debian/local.shlibs + * added debian/eterm.install debian/eterm.manpages + * moved debian/eterm-prerm to debian/eterm.prerm + + -- Laurence J. Lane Sun, 2 Nov 2003 05:20:28 -0500 + +eterm (0.9.2-1) unstable; urgency=low + + * reverted to actual 0.9.2 source + CVS patches, no code changes + * options.c patch from Matt Zimmerman corrects PATH_ENV buffer overflow + + -- Laurence J. Lane Sat, 7 Jun 2003 20:58:30 -0400 + +eterm (0.9.2-0pre2003010602) unstable; urgency=low + + * rebuild for libast2 + + -- Laurence J. Lane Wed, 8 Jan 2003 13:30:43 -0500 + +eterm (0.9.2-0pre2003010601) unstable; urgency=low + + * CVS snapshot + + -- Laurence J. Lane Tue, 7 Jan 2003 04:40:36 -0500 + +eterm (0.9.2-0pre2002112101) unstable; urgency=low + + * CVS snapshot + * added libpcre3-dev build dependency + * updated standards version to 3.5.8.0 + + -- Laurence J. Lane Thu, 21 Nov 2002 19:19:12 -0500 + +eterm (0.9.2-0pre2002111702) unstable; urgency=low + + * rebuilt with versioned libast + + -- Laurence J. Lane Sun, 17 Nov 2002 20:15:55 -0500 + +eterm (0.9.2-0pre2002111701) unstable; urgency=low + + * CVS snapshot + * update Standards-Version to 3.5.7.0 + + -- Laurence J. Lane Tue, 12 Nov 2002 19:28:21 -0500 + +eterm (0.9.2-0pre2002070301) unstable; urgency=low + + * CVS snapshot + * update to debhelper 4 + + -- Laurence J. Lane Thu, 4 Jul 2002 01:58:35 -0400 + +eterm (0.9.2-0pre2002042903) woody-proposed-updates unstable; urgency=low + + * sync the w-p-u and unstable updates + + -- Laurence J. Lane Fri, 10 May 2002 19:27:50 +0000 + +eterm (0.9.2-0pre2002042902) woody-proposed-updates; urgency=high + + * corrects ESC code file writing hole, closes: 141374 + + -- Laurence J. Lane Fri, 10 May 2002 18:16:51 +0000 + +eterm (0.9.2-0pre2002042801) unstable; urgency=high + + * CVS snapshot + * 24bpp transparency fixed, closes: 144536 144758 + * buttonbar.c ASSERT error fixed + + -- Laurence J. Lane Sun, 28 Apr 2002 15:39:02 -0400 + +eterm (0.9.2-0pre2002042402) unstable; urgency=high + + * CVS snapshot, _major_ transparecy bug and minor bugs fixed + + -- Laurence J. Lane Thu, 25 Apr 2002 11:28:23 -0400 + +eterm (0.9.2-0pre2002042401) unstable; urgency=low + + * CVS snapshot, transparency bug fixed .. somehow or another + + -- Laurence J. Lane Wed, 24 Apr 2002 14:09:13 -0400 + +eterm (0.9.2-0pre2002042101) unstable; urgency=low + + * CVS snapshot + * closes 143328, escape characters in --help output + * corrects maintainer typo in defaultfont.c + + -- Laurence J. Lane Sun, 21 Apr 2002 11:34:03 +0000 + +eterm (0.9.2-0pre2002041104) unstable; urgency=medium + + * altered the noenc/none corrections to match upstream source + + -- Laurence J. Lane Mon, 15 Apr 2002 00:25:48 +0000 + +eterm (0.9.2-0pre2002041103) unstable; urgency=medium + + * CVS snapshot, 0.9.2 pre-release + * copyright changed from GPL to a BSDish license at some point + + -- Laurence J. Lane Sun, 14 Apr 2002 15:17:59 -0400 + +eterm (0.9.1-2) unstable; urgency=low + + * src/command.c: revert setlocale changes + + -- Laurence J. Lane Thu, 11 Oct 2001 10:35:12 -0400 + +eterm (0.9.1-1) unstable; urgency=low + + * new upstream release + * src/command.c: CVS revision 1.61, printscreen fix + * src/events.c: CVS revision 1.48, remove useless code + * src/font.c: CVS revision 1.29, --default-font-index fix + * src/font.c: CVS revision 1.12, --default-font-index fix + * src/term.c: CVS revision 1.69, vim escape sequence fix + * src/term.h: CVS revision 1.19, vim escape sequence fix + * src/command.c: use NULL instead of "" for setlocale, possible + dead key / locale problem fix, needs testing + + -- Laurence J. Lane Mon, 8 Oct 2001 12:21:00 -0400 + +eterm (0.9.1-0pre2001072201) unstable; urgency=low + + * new CVS snapshot + * restore x-terminal-emulator alternative, closes: #106006 + + -- Laurence J. Lane Sun, 22 Jul 2001 13:09:56 -0400 + +eterm (0.9.1-0pre2001071002) unstable; urgency=low + + * rebuild for versioned libast1 shlib, closes #104553 + + -- Laurence J. Lane Fri, 13 Jul 2001 14:26:35 -0400 + +eterm (0.9.1-0pre2001071001) unstable; urgency=low + + * new CVS snapshot + * control: removed libc6-dev build dependency + + -- Laurence J. Lane Tue, 10 Jul 2001 13:21:58 -0400 + +eterm (0.9.1-0pre2001062601) unstable; urgency=low + + * new CVS snapshot + + -- Laurence J. Lane Tue, 26 Jun 2001 14:31:50 -0400 + +eterm (0.9.1-0pre2001062001) unstable; urgency=low + + * new CVS snapshot + * upstream anymod fix, Closes: #101161 + + -- Laurence J. Lane Wed, 20 Jun 2001 08:34:58 -0400 + +eterm (0.9.1-0pre2001061501) unstable; urgency=low + + * new CVS snapshot + * eterm-utils.1: removed Etwinop + * README.Debian: updated terminfo info + + -- Laurence J. Lane Fri, 15 Jun 2001 18:41:05 -0400 + +eterm (0.9.1-0pre2001051702) unstable; urgency=low + + * source archive cleanup + + -- Laurence J. Lane Wed, 30 May 2001 23:03:47 -0400 + +eterm (0.9.1-0pre2001051701) unstable; urgency=low + + * resync with the cvs tree + * add missing shlib dependencies, Closes: #97876 + * restore Eterm.ti and Eterm.tcap in docs/Eterm + + -- Laurence J. Lane Thu, 17 May 2001 21:48:00 -0400 + +eterm (0.9.1-0pre2001051602) unstable; urgency=low + + * another CVS snapshot + * various menus.cfg corrections + * added missing pixmaps + * depend on ncurses-term for terminfo definitions + + -- Laurence J. Lane Wed, 16 May 2001 19:01:34 -0400 + +eterm (0.9.1-0pre2001051101) unstable; urgency=low + + * Debian pre-release of eterm 0.9.1 + * updated standards version to 3.5.4.0 + * deprecated eterm-ml, ml support is standard + * reworte debian/rules + * removed dh_testversion and dh_suidregister + * removed extraneous config.in tests + * removed extraneous menu pixmap entries + * added Etsearch and kEsetroot to eterm-utils.1 + * added HOME/END key info to README.Debian, Closes: #97139 + * removed doc-base entries, possibly temporarily + + -- Laurence J. Lane Fri, 11 May 2001 21:38:15 -0400 + +eterm (0.9.0-9) unstable; urgency=low + + * removed $(debug) from debian/rules + * versioned debhelper build-depend + * debian/control update, courtesy of + * Branden Robinson's debian/control update + + change build-dependency from xlib6g-dev to xlibs-dev + + eterm and eterm-ml provide eterm-backgrounds + + eterm-ml replaces eterm-backgrounds + + tweaked package descriptions + * eterm-backgrounds provides/replaces correction closes: #77148 + + -- Laurence J. Lane Thu, 16 Nov 2000 10:20:15 -0500 + +eterm (0.9.0-8) unstable; urgency=low + + * debian/rules re-write + * added initial eterm-ml package with multi-charset support + * added manpage for Eterm utilities + * removed alternative for pixmap.list + + -- Laurence J. Lane Sat, 5 Aug 2000 00:12:52 -0400 + +eterm (0.9.0-7) unstable; urgency=low + + * upstream security fix (re: June 1, 2000 Bugtraq, Xterm DoS Attack) + + -- Laurence J. Lane Fri, 2 Jun 2000 00:23:03 -0400 + +eterm (0.9.0-6) unstable; urgency=low + + * postinst "Eterm" suidregister cleanup, closes:Bug#57054 + + -- Laurence J. Lane Wed, 23 Feb 2000 16:46:21 -0500 + +eterm (0.9.0-5) unstable; urgency=low + + * postinst typo, closes:Bug#58749, closes:Bug#58749 + * removed extraneous menus.cfg pixmap entries, closes:Bug#58071 + + -- Laurence J. Lane Wed, 23 Feb 2000 15:29:44 -0500 + +eterm (0.9.0-4) unstable; urgency=low + + * suidmanager support in postinst/prerm (taken from rxvt) + * backspace set to ^? + * config.cache removed in clean target + + -- Laurence J. Lane Mon, 21 Feb 2000 17:44:49 -0500 + +eterm (0.9.0-3) unstable; urgency=low + + * removed patches + + -- Laurence J. Lane Fri, 11 Feb 2000 12:55:15 -0500 + +eterm (0.9.0-2) unstable; urgency=low + + * control Maintainer correction + * added patches and configure options for XIM and backspace + + -- Laurence J. Lane Thu, 10 Feb 2000 18:00:19 -0500 + +eterm (0.9.0-1) unstable; urgency=low + + * new maintainer + * new upstream release + + -- Laurence J. Lane Sun, 30 Jan 2000 18:53:38 -0500 + +eterm (0.8.10-8) frozen unstable; urgency=low + + * Applied patch to fix segfault, closes: #55152 + + -- Brian M. Almeida Mon, 17 Jan 2000 16:04:52 -0500 + +eterm (0.8.10-7) unstable; urgency=low + + * Ok, so debhelper and xlib6g-dev aren't really build essential. Pfft. + + -- Brian M. Almeida Thu, 13 Jan 2000 15:08:40 -0500 + +eterm (0.8.10-6) unstable; urgency=low + + * Removed debhelper and xlib6g-dev from Build-Depends + * s/libz1-dev/zlib1g-dev in Build-Depends + + -- Brian M. Almeida Thu, 13 Jan 2000 11:21:55 -0500 + +eterm (0.8.10-5) unstable; urgency=low + + * Policy 3.1.1 + * Added Build-Depends: + + -- Brian M. Almeida Thu, 13 Jan 2000 10:32:56 -0500 + +eterm (0.8.10-4) unstable; urgency=low + + * Fixed manpage location in update-alternatives call + + -- Brian M. Almeida Wed, 1 Dec 1999 23:20:29 -0500 + +eterm (0.8.10-3) unstable; urgency=low + + * Removed eterm backgrounds from the distribution, so removed Suggests: + * Added an Conflicts: on old versions of eterm backgrounds with duplicate + files, closes: #50611 + + -- Brian M. Almeida Fri, 19 Nov 1999 09:26:12 -0500 + +eterm (0.8.10-2) unstable; urgency=low + + * Fixed path in doc-base files, closes: #49629 + + -- Brian M. Almeida Mon, 8 Nov 1999 20:49:22 -0500 + +eterm (0.8.10-1) unstable; urgency=low + + * New upstream release + + -- Brian M. Almeida Fri, 5 Nov 1999 15:16:09 -0500 + +eterm (0.8.10-0.19990823) unstable; urgency=low + + * Upstream snapshot of 0.8.10, closes: #41387, #48645 + + -- Brian M. Almeida Thu, 4 Nov 1999 14:45:38 -0500 + +eterm (0.8.9-11) unstable; urgency=low + + * Patch from James Troup to fix segfault in Esetroot, closes: #48924 + * Home/End keys are not part of policy, if you can show me otherwise, + reopen the bug. closes: #44027 + + -- Brian M. Almeida Tue, 2 Nov 1999 08:23:03 -0500 + +eterm (0.8.9-10) unstable; urgency=low + + * Fixed suidregister bug in postrm (closes: #47313) + * Converted to debhelper v2 + * Cleaned up {pre,post}* scripts + * Lintian clean + + -- Brian M. Almeida Mon, 18 Oct 1999 08:55:44 -0400 + +eterm (0.8.9-9) unstable; urgency=low + + * Fixed postinst typo (Closes: #43874, #43958) + * Removed home/end keysyms in the default MAIN file (Closes: #43701) + + -- Brian M. Almeida Thu, 2 Sep 1999 07:24:38 -0400 + +eterm (0.8.9-8) unstable; urgency=low + + * Fixed postinst, TANSTAAFL... + * Provides: x-terminal-emulator + + -- Brian M. Almeida Mon, 30 Aug 1999 23:17:27 -0400 + +eterm (0.8.9-7) unstable; urgency=low + + * Modified the postinst to dynamically determine if utmp exists + instead of hardcoding the dependency (Thanks, Overfiend) + + -- Brian M. Almeida Mon, 23 Aug 1999 16:45:53 -0400 + +eterm (0.8.9-6) unstable; urgency=low + + * Ditch the setuid root bit, use setuid utmp instead (YAY!) + + -- Brian M. Almeida Wed, 4 Aug 1999 11:13:05 -0400 + +eterm (0.8.9-5) unstable; urgency=low + + * select_line and select_trailing_spaces now different (closes: #38965) + * Put update-alternatives back into postrm, I've been told that's where + it really belongs (ping, pong, ping, pong). Read the bug report more + closely, oops, turns out I made a typo in the postrm *blush* (closes: #37643) + * Compiled with KANJI support (warning: may have some bugs) (closes: #38760) + + -- Brian M. Almeida Sun, 6 Jun 1999 22:05:23 -0400 + +eterm (0.8.9-4) unstable; urgency=low + + * Moved update-alternatives call from prerm to postrm (closes: #37643) + + -- Brian M. Almeida Sat, 22 May 1999 09:16:12 -0400 + +eterm (0.8.9-3) unstable; urgency=low + + * Made Home/End keys behave exactly like xterm, should be the + last of the keyboard troubles (thanks, ruud) + + -- Brian M. Almeida Wed, 28 Apr 1999 16:08:22 -0400 + +eterm (0.8.9-2) unstable; urgency=low + + * Fixed doc-base files (closes: #36734, #36735) + * Added more stuff under clean target in debian/rules + + -- Brian M. Almeida Mon, 26 Apr 1999 17:10:20 -0400 + +eterm (0.8.9-1) unstable; urgency=low + + * New upstream release + * Backspace and Delete now conform to policy (closes: #36597) + + -- Brian M. Almeida Mon, 26 Apr 1999 11:59:40 -0400 + +eterm (0.8.9-0.6) unstable; urgency=low + + * Erp, forgot to change the menu file + + -- Brian M. Almeida Sat, 10 Apr 1999 12:09:54 -0400 + +eterm (0.8.9-0.5) unstable; urgency=low + + * Moved /usr/X11R6/* to /usr/*, as the consensus seems to indicate + that /usr/X11R6 is not for generic X applications + + -- Brian M. Almeida Sat, 10 Apr 1999 11:53:51 -0400 + +eterm (0.8.9-0.4) unstable; urgency=low + + * Oops, changed default TERM to xterm-debian again + + -- Brian M. Almeida Thu, 8 Apr 1999 22:30:11 -0400 + +eterm (0.8.9-0.3) unstable; urgency=low + + * Upstream CVS snapshot from 19990408 + * Eterm pty code reworked in upstream CVS snapshot, should use + unix98 ptys if they exist, old way if they don't + * Added undocumented manpages for new scripts + + -- Brian M. Almeida Thu, 8 Apr 1999 21:59:36 -0400 + +eterm (0.8.9-0.2) unstable; urgency=low + + * Applied unix98 pty support patch (closes: #35607) + * Bumped Standards to 2.5.0.0 + + -- Brian M. Almeida Tue, 6 Apr 1999 07:31:01 -0400 + +eterm (0.8.9-0.1) unstable; urgency=low + + * eterm now Suggests: eterm-backgrounds instead of Recommends + to ease the pains of the 8mb file on dselect users :) (#35274) + + -- Brian M. Almeida Tue, 30 Mar 1999 19:22:31 -0500 + +eterm (0.8.9-0) unstable; urgency=low + + * Snapshot out of 19990330 CVS + * Upstream fix for Compose key (#34151) + * debian/rules now uses DESTDIR + * Fixes symlinks in debian/rules instead of postinst (lintian) + * /usr/share/Eterm/pix/pixmaps.list no longer obliterated, uses + update-alternatives + + -- Brian M. Almeida Tue, 30 Mar 1999 16:20:38 -0500 + +eterm (0.8.8-6) unstable; urgency=low + + * --console/-C option now writes to /dev/xconsole (#33847) + + -- Brian M. Almeida Fri, 26 Feb 1999 11:05:35 -0500 + +eterm (0.8.8-5) unstable; urgency=high + + * Upstream security fix for bug #33558 + + -- Brian M. Almeida Thu, 18 Feb 1999 15:29:43 -0500 + +eterm (0.8.8-4) unstable; urgency=low + + * Changed suidmanager line to use 4755 instead of 04755 (#33470) + * Added doc-base support (#31168) + * Cleaned up some lintian errors + - Calls ldconfig in postinst + - Removed -rpath stuff + + -- Brian M. Almeida Tue, 16 Feb 1999 15:55:04 -0500 + +eterm (0.8.8-3) unstable; urgency=low + + * REALLY fixed the pixmap problem! Yay! Thanks to Thunder- for his help + in tracking it down. + + -- Brian M. Almeida Tue, 9 Feb 1999 19:33:47 -0500 + +eterm (0.8.8-2) unstable; urgency=low + + * Correct eterm-backgrounds dependency (#28215) + * Relies on correct version of imlib (#29463) + * Added glibc2.1 fix for sparc port from Christian Meder (#32816) + * Corrected pixmap.lists files (#32835) + * Added note about non-bash shells and vim in README.Debian (re: #32768) + + -- Brian M. Almeida Sat, 6 Feb 1999 19:23:21 -0500 + +eterm (0.8.8-1) unstable; urgency=low + + * New upstream release + * New maintainer + * Updated download location in /usr/doc/copyright + * Added Eterm termcap files in /usr/doc/eterm + * imlib-nonfree1 is dead, background problem fixed (#20528) + * Uses correct location of Imlib.h (#24381) + * Backspace problem under bash fixed (#27617) + * Changed default TERM to xterm-debian (#27678) + * Has sample configuration file (#28018) + * Correct depends on eterm-backgrounds (#28284) + * Eterm now registers with suidmanager (#29777) + * Linked against libjpeg62 (#30464) + * Linked against libpng2-1.0.2b (#30975) + * Symlinks no longer dangle (#31511) + * Esetroot memory leak fixed (#32225) + + -- Brian M. Almeida Mon, 1 Feb 1999 15:24:00 -0500 + +eterm (0.8.7-0.4) frozen unstable; urgency=low + + * Non-maintainer upload + * Fixed -rpath bug + + -- Brian M. Almeida Mon, 7 Dec 1998 18:32:00 -0500 + +eterm (0.8.7-0.3) unstable; urgency=low + + * Non-maintainer upload + * Fixed the still-broken themes in 0.8.7-0.2 + + -- Brian M. Almeida Sun, 25 Oct 1998 11:00:00 -0400 + +eterm (0.8.7-0.2) unstable; urgency=low + + * Non-maintainer upload + * Fixed the extremely broken 0.8.7-0.1 (Oops!) + * Added more cleanup stuff to debian/rules (.deps .libs etc) + + -- Brian M. Almeida Sat, 24 Oct 1998 00:53:45 -0400 + +eterm (0.8.7-0.1) unstable; urgency=low + + * Non-maintainer upload + * New upstream release + + -- Brian M. Almeida Thu, 22 Oct 1998 00:53:45 -0400 + +eterm (0.8.6-3) unstable; urgency=low + + * Changed the depends: backgrounds to a Recommends at the request of Zed Phobre + + -- Sean E. Perry Tue, 20 Oct 1998 00:53:45 -0400 + +eterm (0.8.6-2) unstable; urgency=low + + * Fixed the menu file -- typos gotta love 'em + + -- Sean E. Perry Mon, 19 Oct 1998 21:43:20 -0400 + +eterm (0.8.6-1) frozen unstable; urgency=low + + * Fixed the fact that the theme files were missing + * Can find the pixmaps properly now + + -- Sean E. Perry Sun, 18 Oct 1998 02:19:22 -0400 + +eterm (0.8.6-0) unstable; urgency=low + + * New maintainer + * new upstream release + + -- Sean E. Perry Sun, 27 Sep 1998 20:18:11 -0400 + --- eterm-0.9.4.0debian1.orig/debian/eterm.copyright +++ eterm-0.9.4.0debian1/debian/eterm.copyright @@ -0,0 +1,49 @@ +This package was debianized by Sean E. Perry shaleh@debian.org on +Sun, 27 Sep 1998 20:18:11 -0400. + +The source for this package was obtained from: + + http://prdownloads.sourceforge.net/eterm + +Upstream Author: Michael Jenning + +Eterm copyright and distribution license: + + Copyright (C) 1997-2006, Michael Jenning + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies of the Software, its documentation and + marketing & publicity materials, and acknowledgment shall be given in + the documentation, materials and software packages that this Software + was used. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +src/libscream.c copyright and distribution licencse: + + Copyright (C) 2002-2005, Cristalle Azundris Sabon + + libscream.c is distributed under the terms of the GNU Lesser General + Public License, which can be found at /usr/share/common-licenses/LGPL-2.1 + +src/scream.h and src/screamcfg.h copyright distribution license: + + Copyright (C) 2002, Cristalle Azundris Sabon + + scream.h and screamcfg.h are distributed under the terms of the BSD + license, which can be found at /usr/share/common-licenses/BSD. --- eterm-0.9.4.0debian1.orig/debian/eterm-utils.1 +++ eterm-0.9.4.0debian1/debian/eterm-utils.1 @@ -0,0 +1,47 @@ +.TH ETERM-UTILS 1 +.SH NAME +eterm-utils \- Eterm accessory programs +.SH SYNOPSIS +.B Esetroot +.I "[-display display] [-scale] pixmap" +.br +.B kEsetroot +.I pixmap +.br +.B Etbg +.I "pixmap" +.br +.B Ettable +.br +.B Etcolors +.br +.B Etsearch +.I string +.br +.B Etbg_update_list +.SH "DESCRIPTION" +.PP +.B Esetroot +set the Eterm background for transparency with window managers other than enlightenment. +.B kEsetroot +is provided for KDE. +.br +.B Etbg +set the Eterm background image +.br +.B Ettable +display the current font character set +.br +.B Etcolors +display a table of the current color map +.br +.B Etsearch +search the scroll back buffer, it's secksie +.br +.B Etbg_update_list +update pixmap lists for the menus +.SH "SEE ALSO" +.IR "eterm(1)" , +.SH AUTHOR +This manual page was written by Laurence J. Lane , +for the Debian GNU/Linux system (but may be used by others). --- eterm-0.9.4.0debian1.orig/debian/control +++ eterm-0.9.4.0debian1/debian/control @@ -0,0 +1,20 @@ +Source: eterm +Section: x11 +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Laurence J. Lane +Homepage: http://www.eterm.org/ +Standards-Version: 3.7.3 +Build-Depends: man2html, libxmu-dev,libsm-dev, libice-dev, libxext-dev, libx11-dev, libxt-dev, libimlib2-dev, libast2-dev (>= 0.7), libpcre3-dev, cdbs, debhelper (>> 4.1.0) + +Package: eterm +Architecture: any +Provides: x-terminal-emulator, eterm-backgrounds +Conflicts: eterm-backgrounds, eterm-ml +Replaces: eterm-ml, eterm-backgrounds +Depends: ${shlibs:Depends} +Description: Enlightened Terminal Emulator + A terminal emulator in the spirit of xterm or rxvt, eterm uses an + Enlightenment style config file, as well as themes. The Imlib2 graphics + engine is used to render images. This version supports background images, + pixmapped scrollbars, pseudo-transparency, and POSIX threads. --- eterm-0.9.4.0debian1.orig/debian/eterm.menu +++ eterm-0.9.4.0debian1/debian/eterm.menu @@ -0,0 +1,2 @@ +?package(eterm):needs="X11" section="XShells"\ + title="Eterm" command="/usr/bin/Eterm" --- eterm-0.9.4.0debian1.orig/debian/eterm.docs +++ eterm-0.9.4.0debian1/debian/eterm.docs @@ -0,0 +1,5 @@ +README +ReleaseNotes +doc/Eterm_reference.html +doc/Eterm.ti +doc/README.Escreen --- eterm-0.9.4.0debian1.orig/debian/eterm.manpages +++ eterm-0.9.4.0debian1/debian/eterm.manpages @@ -0,0 +1 @@ +debian/eterm-utils.1 --- eterm-0.9.4.0debian1.orig/debian/eterm.links +++ eterm-0.9.4.0debian1/debian/eterm.links @@ -0,0 +1,7 @@ +usr/share/man/man1/eterm-utils.1.gz usr/share/man/man1/Etcolors.1.gz +usr/share/man/man1/eterm-utils.1.gz usr/share/man/man1/Etbg.1.gz +usr/share/man/man1/eterm-utils.1.gz usr/share/man/man1/Ettable.1.gz +usr/share/man/man1/eterm-utils.1.gz usr/share/man/man1/Esetroot.1.gz +usr/share/man/man1/eterm-utils.1.gz usr/share/man/man1/kEsetroot.1.gz +usr/share/man/man1/eterm-utils.1.gz usr/share/man/man1/Etsearch.1.gz +usr/share/man/man1/eterm-utils.1.gz usr/share/man/man1/Etbg_update_list.1.gz --- eterm-0.9.4.0debian1.orig/debian/rules +++ eterm-0.9.4.0debian1/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_DH_SHLIBDEPS_ARGS = -L libEterm -l debian/tmp/usr/lib/ +DEB_DESTDIR = $(CURDIR)/debian/tmp +DEB_CONFIGURE_EXTRA_FLAGS = \ + --enable-xim \ + --with-backspace=del \ + --with-delete=execute \ + --enable-share=yes \ + --enable-static=no \ + --enable-mmx=no \ + --enable-multi-charset=unicode \ + --enable-escreen \ + --with-pty-group=tty --- eterm-0.9.4.0debian1.orig/debian/eterm.prerm +++ eterm-0.9.4.0debian1/debian/eterm.prerm @@ -0,0 +1,8 @@ +#!/bin/sh -e + +if [ "$1" = remove ]; then + xte='x-terminal-emulator' + update-alternatives --remove $xte /usr/bin/Eterm +fi + +#DEBHELPER# --- eterm-0.9.4.0debian1.orig/debian/eterm.postinst +++ eterm-0.9.4.0debian1/debian/eterm.postinst @@ -0,0 +1,20 @@ +#!/bin/sh + +set -e + +if [ "$1" = configure ]; then + xte='x-terminal-emulator' + binary='/usr/bin/Eterm' + xtebinary="/usr/bin/$xte" + xteman="/usr/share/man/man1/$xte.1.gz" + man='/usr/share/man/man1/Eterm.1.gz' + + chown root:utmp $binary + chmod 2755 $binary + + update-alternatives \ + --install $xtebinary $xte $binary 10 \ + --slave $xteman $xte.1.gz $man +fi + +#DEBHELPER# --- eterm-0.9.4.0debian1.orig/src/scream.h +++ eterm-0.9.4.0debian1/src/scream.h @@ -1,28 +1,7 @@ /**************************************************************************** * scream::scream.h * routines to connect to screen and or scream daemons. - * - * Copyright (C) 2002, Cristalle Azundris Sabon - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies of the Software, its documentation and marketing & publicity - * materials, and acknowledgment shall be given in the documentation, materials - * and software packages that this Software was used. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * BSD Licence applies. * 2002/04/19 Azundris incept ***************************************************************************/ --- eterm-0.9.4.0debian1.orig/src/libscream.c +++ eterm-0.9.4.0debian1/src/libscream.c @@ -7,27 +7,7 @@ * (a terminal-emulation such as Eterm, konsole, or multi-gnome-terminal) * and vice versa. several sessions can be open at once. * - * Copyright (C) 2002-2005, Cristalle Azundris Sabon - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies of the Software, its documentation and marketing & publicity - * materials, and acknowledgment shall be given in the documentation, materials - * and software packages that this Software was used. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * Lesser GNU Public Licence applies. * Thread-safe: untested * * 2002/04/19 Azundris incept --- eterm-0.9.4.0debian1.orig/src/windows.c +++ eterm-0.9.4.0debian1/src/windows.c @@ -379,14 +379,8 @@ if (BITFIELD_IS_SET(eterm_options, ETERM_OPTIONS_BORDERLESS)) { prop = XInternAtom(Xdisplay, "_MOTIF_WM_INFO", True); - if (prop == None) { - libast_print_warning("Window Manager does not support MWM hints. Bypassing window manager control for borderless window.\n"); - Attributes.override_redirect = TRUE; - mwmhints.flags = 0; - } else { - mwmhints.flags = MWM_HINTS_DECORATIONS; - mwmhints.decorations = 0; - } + mwmhints.flags = MWM_HINTS_DECORATIONS; + mwmhints.decorations = 0; } else { mwmhints.flags = 0; } --- eterm-0.9.4.0debian1.orig/src/screamcfg.h +++ eterm-0.9.4.0debian1/src/screamcfg.h @@ -2,28 +2,7 @@ * scream::screamcfg.h * user-tunable parameters for the routines to connect to screen and/or * scream daemons. - * - * Copyright (C) 2002, Cristalle Azundris Sabon - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies of the Software, its documentation and marketing & publicity - * materials, and acknowledgment shall be given in the documentation, materials - * and software packages that this Software was used. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + * BSD Licence applies. * 2002/04/19 Azundris incept ***************************************************************************/ --- eterm-0.9.4.0debian1.orig/src/startup.c +++ eterm-0.9.4.0debian1/src/startup.c @@ -96,7 +96,8 @@ /* Open display, get options/resources and create the window */ if (getenv("DISPLAY") == NULL) { - display_name = STRDUP(":0"); + libast_print_error("can't open display, DISPLAY not set?!\n"); + exit(EXIT_FAILURE); } else { display_name = STRDUP(getenv("DISPLAY")); } --- eterm-0.9.4.0debian1.orig/themes/auto/menus.cfg +++ eterm-0.9.4.0debian1/themes/auto/menus.cfg @@ -264,233 +264,19 @@ begin menu title Tiled begin menuitem - text "Acid Chess" - action string "\e]20;tile/acid_chess.png;0+0:tile\a" - end - begin menuitem - text "A Distant Star" - action string "\e]20;tile/a_distant_star.png;0+0:tile\a" - end - begin menuitem - text "Alpha Centauri" - action string "\e]20;tile/alpha_centauri.png;0+0:tile\a" - end - begin menuitem - text "Army Brat" - action string "\e]20;tile/army_brat.png;0+0:tile\a" - end - begin menuitem - text "Bubbly1" - action string "\e]20;tile/bubbly1.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly2" - action string "\e]20;tile/bubbly2.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly3" - action string "\e]20;tile/bubbly3.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly4" - action string "\e]20;tile/bubbly4.jpg;0+0:tile\a" - end - begin menuitem text "Circuit" action string "\e]20;tile/circuit.jpg;0+0:tile\a" end - begin menuitem - text "Cold Steel" - action string "\e]20;tile/cold_steel.png;0+0:tile\a" - end - begin menuitem - text "Conch" - action string "\e]20;tile/conch.png;0+0:tile\a" - end - begin menuitem - text "Confusion" - action string "\e]20;tile/confusion.jpg;0+0:tile\a" - end - begin menuitem - text "Connect The Dots" - action string "\e]20;tile/connect_the_dots.png;0+0:tile\a" - end - begin menuitem - text "Cyber Bg" - action string "\e]20;tile/cyber_bg.jpg;0+0:tile\a" - end - begin menuitem - text "Darkness" - action string "\e]20;tile/darkness.png;0+0:tile\a" - end - begin menuitem - text "Falling" - action string "\e]20;tile/falling.png;0+0:tile\a" - end - begin menuitem - text "Fascination" - action string "\e]20;tile/fascination.png;0+0:tile\a" - end - begin menuitem - text "Firestorm" - action string "\e]20;tile/firestorm.png;0+0:tile\a" - end - begin menuitem - text "For A Moment" - action string "\e]20;tile/for_a_moment.png;0+0:tile\a" - end - begin menuitem - text "Graffiti" - action string "\e]20;tile/graffiti.png;0+0:tile\a" - end - begin menuitem - text "Gray Matter" - action string "\e]20;tile/gray_matter.png;0+0:tile\a" - end - begin menuitem - text "Lightning Crashes" - action string "\e]20;tile/lightning_crashes.png;0+0:tile\a" - end - begin menuitem - text "Marbles" - action string "\e]20;tile/marbles.png;0+0:tile\a" - end - begin menuitem - text "Moody Blues" - action string "\e]20;tile/moody_blues.png;0+0:tile\a" - end - begin menuitem - text "Murky Depths" - action string "\e]20;tile/murky_depths.png;0+0:tile\a" - end - begin menuitem - text "Oil On Canvas" - action string "\e]20;tile/oil_on_canvas.png;0+0:tile\a" - end - begin menuitem - text "Pebble Beach" - action string "\e]20;tile/pebble_beach.png;0+0:tile\a" - end - begin menuitem - text "Ping Pong" - action string "\e]20;tile/ping-pong.png;0+0:tile\a" - end - begin menuitem - text "Plasma" - action string "\e]20;tile/plasma.png;0+0:tile\a" - end - begin menuitem - text "Pulse" - action string "\e]20;tile/pulse.png;0+0:tile\a" - end - begin menuitem - text "Rolling Meadows" - action string "\e]20;tile/rolling_meadows.png;0+0:tile\a" - end - begin menuitem - text "Shades Of Being" - action string "\e]20;tile/shades_of_being.png;0+0:tile\a" - end - begin menuitem - text "Shale" - action string "\e]20;tile/shale.jpg;0+0:tile\a" - end - begin menuitem - text "Shattered Windows" - action string "\e]20;tile/shattered_windows.png;0+0:tile\a" - end - begin menuitem - text "Shock And Awe" - action string "\e]20;tile/shock_and_awe.png;0+0:tile\a" - end - begin menuitem - text "Sitting In Acid" - action string "\e]20;tile/sitting_in_acid.png;0+0:tile\a" - end - begin menuitem - text "Spring Rain" - action string "\e]20;tile/spring_rain.png;0+0:tile\a" - end - begin menuitem - text "Stained Glass" - action string "\e]20;tile/stained_glass.png;0+0:tile\a" - end - begin menuitem - text "Tales Of Earthsea" - action string "\e]20;tile/tales_of_earthsea.png;0+0:tile\a" - end - begin menuitem - text "Tangled Web" - action string "\e]20;tile/tangled_web.png;0+0:tile\a" - end - begin menuitem - text "The Wall" - action string "\e]20;tile/the_wall.png;0+0:tile\a" - end - begin menuitem - text "Trees Are Leafy" - action string "\e]20;tile/trees_are_leafy.png;0+0:tile\a" - end - begin menuitem - text "Veins 2" - action string "\e]20;tile/veins_2.png;0+0:tile\a" - end - begin menuitem - text "Veins" - action string "\e]20;tile/veins.png;0+0:tile\a" - end - begin menuitem - text "Violetta" - action string "\e]20;tile/violetta.png;0+0:tile\a" - end - begin menuitem - text "Water Into Wine" - action string "\e]20;tile/water_into_wine.png;0+0:tile\a" - end - begin menuitem - text "Wormhole" - action string "\e]20;tile/wormhole.png;0+0:tile\a" - end - begin menuitem - text "Woven Memories" - action string "\e]20;tile/woven_memories.png;0+0:tile\a" - end end begin menu title Scaled begin menuitem - text "Day Night" - action string "\e]20;scale/day-night.jpg;100\a" - end - begin menuitem - text "Midnight Sky" - action string "\e]20;scale/midnight_sky.png;100\a" - end - begin menuitem text "Neopolis Horizon" action string "\e]20;scale/Neopolis-horizon.jpg;100\a" end - begin menuitem - text "Sailors Delight" - action string "\e]20;scale/sailors_delight.png;100\a" - end - begin menuitem - text "Wasteland" - action string "\e]20;scale/wasteland.jpg;100\a" - end - begin menuitem - text "Wintertree" - action string "\e]20;scale/wintertree.jpg;100\a" - end end begin menu title Attrib - begin menuitem - text "Full Size" - action string "\e]20;;100x100" - end - begin menuitem - text "Normal Size" action string "\e]20;;0x0" end - --- eterm-0.9.4.0debian1.orig/themes/trans/menus.cfg +++ eterm-0.9.4.0debian1/themes/trans/menus.cfg @@ -264,224 +264,16 @@ begin menu title Tiled begin menuitem - text "Acid Chess" - action string "\e]20;tile/acid_chess.png;0+0:tile\a" - end - begin menuitem - text "A Distant Star" - action string "\e]20;tile/a_distant_star.png;0+0:tile\a" - end - begin menuitem - text "Alpha Centauri" - action string "\e]20;tile/alpha_centauri.png;0+0:tile\a" - end - begin menuitem - text "Army Brat" - action string "\e]20;tile/army_brat.png;0+0:tile\a" - end - begin menuitem - text "Bubbly1" - action string "\e]20;tile/bubbly1.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly2" - action string "\e]20;tile/bubbly2.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly3" - action string "\e]20;tile/bubbly3.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly4" - action string "\e]20;tile/bubbly4.jpg;0+0:tile\a" - end - begin menuitem text "Circuit" action string "\e]20;tile/circuit.jpg;0+0:tile\a" end - begin menuitem - text "Cold Steel" - action string "\e]20;tile/cold_steel.png;0+0:tile\a" - end - begin menuitem - text "Conch" - action string "\e]20;tile/conch.png;0+0:tile\a" - end - begin menuitem - text "Confusion" - action string "\e]20;tile/confusion.jpg;0+0:tile\a" - end - begin menuitem - text "Connect The Dots" - action string "\e]20;tile/connect_the_dots.png;0+0:tile\a" - end - begin menuitem - text "Cyber Bg" - action string "\e]20;tile/cyber_bg.jpg;0+0:tile\a" - end - begin menuitem - text "Darkness" - action string "\e]20;tile/darkness.png;0+0:tile\a" - end - begin menuitem - text "Falling" - action string "\e]20;tile/falling.png;0+0:tile\a" - end - begin menuitem - text "Fascination" - action string "\e]20;tile/fascination.png;0+0:tile\a" - end - begin menuitem - text "Firestorm" - action string "\e]20;tile/firestorm.png;0+0:tile\a" - end - begin menuitem - text "For A Moment" - action string "\e]20;tile/for_a_moment.png;0+0:tile\a" - end - begin menuitem - text "Graffiti" - action string "\e]20;tile/graffiti.png;0+0:tile\a" - end - begin menuitem - text "Gray Matter" - action string "\e]20;tile/gray_matter.png;0+0:tile\a" - end - begin menuitem - text "Lightning Crashes" - action string "\e]20;tile/lightning_crashes.png;0+0:tile\a" - end - begin menuitem - text "Marbles" - action string "\e]20;tile/marbles.png;0+0:tile\a" - end - begin menuitem - text "Moody Blues" - action string "\e]20;tile/moody_blues.png;0+0:tile\a" - end - begin menuitem - text "Murky Depths" - action string "\e]20;tile/murky_depths.png;0+0:tile\a" - end - begin menuitem - text "Oil On Canvas" - action string "\e]20;tile/oil_on_canvas.png;0+0:tile\a" - end - begin menuitem - text "Pebble Beach" - action string "\e]20;tile/pebble_beach.png;0+0:tile\a" - end - begin menuitem - text "Ping Pong" - action string "\e]20;tile/ping-pong.png;0+0:tile\a" - end - begin menuitem - text "Plasma" - action string "\e]20;tile/plasma.png;0+0:tile\a" - end - begin menuitem - text "Pulse" - action string "\e]20;tile/pulse.png;0+0:tile\a" - end - begin menuitem - text "Rolling Meadows" - action string "\e]20;tile/rolling_meadows.png;0+0:tile\a" - end - begin menuitem - text "Shades Of Being" - action string "\e]20;tile/shades_of_being.png;0+0:tile\a" - end - begin menuitem - text "Shale" - action string "\e]20;tile/shale.jpg;0+0:tile\a" - end - begin menuitem - text "Shattered Windows" - action string "\e]20;tile/shattered_windows.png;0+0:tile\a" - end - begin menuitem - text "Shock And Awe" - action string "\e]20;tile/shock_and_awe.png;0+0:tile\a" - end - begin menuitem - text "Sitting In Acid" - action string "\e]20;tile/sitting_in_acid.png;0+0:tile\a" - end - begin menuitem - text "Spring Rain" - action string "\e]20;tile/spring_rain.png;0+0:tile\a" - end - begin menuitem - text "Stained Glass" - action string "\e]20;tile/stained_glass.png;0+0:tile\a" - end - begin menuitem - text "Tales Of Earthsea" - action string "\e]20;tile/tales_of_earthsea.png;0+0:tile\a" - end - begin menuitem - text "Tangled Web" - action string "\e]20;tile/tangled_web.png;0+0:tile\a" - end - begin menuitem - text "The Wall" - action string "\e]20;tile/the_wall.png;0+0:tile\a" - end - begin menuitem - text "Trees Are Leafy" - action string "\e]20;tile/trees_are_leafy.png;0+0:tile\a" - end - begin menuitem - text "Veins 2" - action string "\e]20;tile/veins_2.png;0+0:tile\a" - end - begin menuitem - text "Veins" - action string "\e]20;tile/veins.png;0+0:tile\a" - end - begin menuitem - text "Violetta" - action string "\e]20;tile/violetta.png;0+0:tile\a" - end - begin menuitem - text "Water Into Wine" - action string "\e]20;tile/water_into_wine.png;0+0:tile\a" - end - begin menuitem - text "Wormhole" - action string "\e]20;tile/wormhole.png;0+0:tile\a" - end - begin menuitem - text "Woven Memories" - action string "\e]20;tile/woven_memories.png;0+0:tile\a" - end end begin menu title Scaled begin menuitem - text "Day Night" - action string "\e]20;scale/day-night.jpg;100\a" - end - begin menuitem - text "Midnight Sky" - action string "\e]20;scale/midnight_sky.png;100\a" - end - begin menuitem text "Neopolis Horizon" action string "\e]20;scale/Neopolis-horizon.jpg;100\a" end - begin menuitem - text "Sailors Delight" - action string "\e]20;scale/sailors_delight.png;100\a" - end - begin menuitem - text "Wasteland" - action string "\e]20;scale/wasteland.jpg;100\a" - end - begin menuitem - text "Wintertree" - action string "\e]20;scale/wintertree.jpg;100\a" - end end begin menu title Attrib --- eterm-0.9.4.0debian1.orig/themes/Eterm/menus.cfg +++ eterm-0.9.4.0debian1/themes/Eterm/menus.cfg @@ -264,224 +264,16 @@ begin menu title Tiled begin menuitem - text "Acid Chess" - action string "\e]20;tile/acid_chess.png;0+0:tile\a" - end - begin menuitem - text "A Distant Star" - action string "\e]20;tile/a_distant_star.png;0+0:tile\a" - end - begin menuitem - text "Alpha Centauri" - action string "\e]20;tile/alpha_centauri.png;0+0:tile\a" - end - begin menuitem - text "Army Brat" - action string "\e]20;tile/army_brat.png;0+0:tile\a" - end - begin menuitem - text "Bubbly1" - action string "\e]20;tile/bubbly1.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly2" - action string "\e]20;tile/bubbly2.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly3" - action string "\e]20;tile/bubbly3.jpg;0+0:tile\a" - end - begin menuitem - text "Bubbly4" - action string "\e]20;tile/bubbly4.jpg;0+0:tile\a" - end - begin menuitem text "Circuit" action string "\e]20;tile/circuit.jpg;0+0:tile\a" end - begin menuitem - text "Cold Steel" - action string "\e]20;tile/cold_steel.png;0+0:tile\a" - end - begin menuitem - text "Conch" - action string "\e]20;tile/conch.png;0+0:tile\a" - end - begin menuitem - text "Confusion" - action string "\e]20;tile/confusion.jpg;0+0:tile\a" - end - begin menuitem - text "Connect The Dots" - action string "\e]20;tile/connect_the_dots.png;0+0:tile\a" - end - begin menuitem - text "Cyber Bg" - action string "\e]20;tile/cyber_bg.jpg;0+0:tile\a" - end - begin menuitem - text "Darkness" - action string "\e]20;tile/darkness.png;0+0:tile\a" - end - begin menuitem - text "Falling" - action string "\e]20;tile/falling.png;0+0:tile\a" - end - begin menuitem - text "Fascination" - action string "\e]20;tile/fascination.png;0+0:tile\a" - end - begin menuitem - text "Firestorm" - action string "\e]20;tile/firestorm.png;0+0:tile\a" - end - begin menuitem - text "For A Moment" - action string "\e]20;tile/for_a_moment.png;0+0:tile\a" - end - begin menuitem - text "Graffiti" - action string "\e]20;tile/graffiti.png;0+0:tile\a" - end - begin menuitem - text "Gray Matter" - action string "\e]20;tile/gray_matter.png;0+0:tile\a" - end - begin menuitem - text "Lightning Crashes" - action string "\e]20;tile/lightning_crashes.png;0+0:tile\a" - end - begin menuitem - text "Marbles" - action string "\e]20;tile/marbles.png;0+0:tile\a" - end - begin menuitem - text "Moody Blues" - action string "\e]20;tile/moody_blues.png;0+0:tile\a" - end - begin menuitem - text "Murky Depths" - action string "\e]20;tile/murky_depths.png;0+0:tile\a" - end - begin menuitem - text "Oil On Canvas" - action string "\e]20;tile/oil_on_canvas.png;0+0:tile\a" - end - begin menuitem - text "Pebble Beach" - action string "\e]20;tile/pebble_beach.png;0+0:tile\a" - end - begin menuitem - text "Ping Pong" - action string "\e]20;tile/ping-pong.png;0+0:tile\a" - end - begin menuitem - text "Plasma" - action string "\e]20;tile/plasma.png;0+0:tile\a" - end - begin menuitem - text "Pulse" - action string "\e]20;tile/pulse.png;0+0:tile\a" - end - begin menuitem - text "Rolling Meadows" - action string "\e]20;tile/rolling_meadows.png;0+0:tile\a" - end - begin menuitem - text "Shades Of Being" - action string "\e]20;tile/shades_of_being.png;0+0:tile\a" - end - begin menuitem - text "Shale" - action string "\e]20;tile/shale.jpg;0+0:tile\a" - end - begin menuitem - text "Shattered Windows" - action string "\e]20;tile/shattered_windows.png;0+0:tile\a" - end - begin menuitem - text "Shock And Awe" - action string "\e]20;tile/shock_and_awe.png;0+0:tile\a" - end - begin menuitem - text "Sitting In Acid" - action string "\e]20;tile/sitting_in_acid.png;0+0:tile\a" - end - begin menuitem - text "Spring Rain" - action string "\e]20;tile/spring_rain.png;0+0:tile\a" - end - begin menuitem - text "Stained Glass" - action string "\e]20;tile/stained_glass.png;0+0:tile\a" - end - begin menuitem - text "Tales Of Earthsea" - action string "\e]20;tile/tales_of_earthsea.png;0+0:tile\a" - end - begin menuitem - text "Tangled Web" - action string "\e]20;tile/tangled_web.png;0+0:tile\a" - end - begin menuitem - text "The Wall" - action string "\e]20;tile/the_wall.png;0+0:tile\a" - end - begin menuitem - text "Trees Are Leafy" - action string "\e]20;tile/trees_are_leafy.png;0+0:tile\a" - end - begin menuitem - text "Veins 2" - action string "\e]20;tile/veins_2.png;0+0:tile\a" - end - begin menuitem - text "Veins" - action string "\e]20;tile/veins.png;0+0:tile\a" - end - begin menuitem - text "Violetta" - action string "\e]20;tile/violetta.png;0+0:tile\a" - end - begin menuitem - text "Water Into Wine" - action string "\e]20;tile/water_into_wine.png;0+0:tile\a" - end - begin menuitem - text "Wormhole" - action string "\e]20;tile/wormhole.png;0+0:tile\a" - end - begin menuitem - text "Woven Memories" - action string "\e]20;tile/woven_memories.png;0+0:tile\a" - end end begin menu title Scaled begin menuitem - text "Day Night" - action string "\e]20;scale/day-night.jpg;100\a" - end - begin menuitem - text "Midnight Sky" - action string "\e]20;scale/midnight_sky.png;100\a" - end - begin menuitem text "Neopolis Horizon" action string "\e]20;scale/Neopolis-horizon.jpg;100\a" end - begin menuitem - text "Sailors Delight" - action string "\e]20;scale/sailors_delight.png;100\a" - end - begin menuitem - text "Wasteland" - action string "\e]20;scale/wasteland.jpg;100\a" - end - begin menuitem - text "Wintertree" - action string "\e]20;scale/wintertree.jpg;100\a" - end end begin menu title Attrib