pkgsrc/x11/eterm/PLIST

99 lines
3.2 KiB
Text
Raw Normal View History

Update Eterm to 0.9.5. Changes in pkgsrc: * remove patch-ac. It is noted for CVE-2008-1142. but the CVE is for rxvt. CVE-2008-1692 is for Eterm and fixed by this release. * add xim option and enabled by default * enable mult-charset and auto-encoding * replace bg images with currently distributed one. Changes in upsteram: Wed Oct 18 13:35:18 2006 Michael Jennings (mej) Fixed a typo and some logic errors in libscream located by Mike Frysinger <vapier@gentoo.org>. ---------------------------------------------------------------------- Mon Oct 30 16:11:47 2006 Michael Jennings (mej) Patch from Jason McCarver <slam@parasite.cc> to support -S/--sticky option for "sticky" (i.e., present on all desktops) startup. ---------------------------------------------------------------------- Tue Jul 3 20:48:46 2007 Michael Jennings (mej) Remove some cruft from kEsetroot. ---------------------------------------------------------------------- Wed May 14 12:42:51 2008 Michael Jennings (mej) Patch from Kim Woelders <kim@woelders.dk>: There is a race problem with Eterm during startup related to the shell LINES/COLUMNS env vars. If the WM changes the window size (e.g. due to saved settings) before mapping the window, sometimes the shell will set LINES and COLUMNS according to the old/incorrect size and sometimes to the new/correct size, depending on wheter the call to tt_winsize() at command.c line 2322 (by the shell child process) or the tt_resize() (by the Eterm process) due to the ConfigureNotify caused by the resize (or WM ICCCM ConfigureNotify) operation happens first. The call in question was added by Azundris for Escreen. So far Escreen seems to be behaving properly with this patch applied, but all my Eterm windows (Escreen and otherwise) are pre-sized with -g anyway. So I'm going to keep my eye on it for awhile. In case of trouble, change the "#if 0" to "#ifdef ESCREEN" to revert to previous behavior when in Escreen mode. Normal operation should not require the call in question. ---------------------------------------------------------------------- Wed May 14 14:54:16 2008 Michael Jennings (mej) Modified patch from hsim@gmx.li to allow setting of the "Urgent" hint on beep. ---------------------------------------------------------------------- Wed May 14 15:26:13 2008 Michael Jennings (mej) Patch from Emmanuel Anne <emmanuel.anne@gmail.com> to fix cut/paste with KDE applications. ---------------------------------------------------------------------- Wed May 14 16:09:04 2008 Michael Jennings (mej) (Correct) fix for CVE-2008-1692. Eterm no longer defaults to using ":0" for $DISPLAY due to the possibility that an attacker can create a fake X server on a shared system, intercept the Eterm X connection, and send fake keystrokes to the victim's Eterm to execute arbitrary commands as that user. The previous fix, while it did indeed correct the vulnerability, broke the --display option. The original fix from Bernhard Link was more correct, albeit not quite on target.
2009-09-21 09:29:30 +02:00
@comment $NetBSD: PLIST,v 1.7 2009/09/21 07:29:30 obache Exp $
* Update to eterm-0.8.9 * make COMMENT and DESCR a bit more descriptive * change MAINTAINER to packages@netbsd.org * Install Eterm as setuid root so that utmp logging functions correctly. This fixes PR#7365. Changes in 0.8.9: ----------------- - Support for scrolling with mouse wheels. - New --version switch to display compile-time configuration. - Tinting and shading have been sped up by about 30% thanks to Michael Pearson <alcaron@ozemail.com.au>. - Scrollbar type and width is now customizeable at compile-time *and* run-time. Support for NeXT-style scrollbars has also been added. - Three *major* bugs have been fixed. Tiled desktop images no longer cause crashes when tinting or shading. The resize crash bug has also been squished. The secure system() call replacement which was accidentally removed has been added back. - Ctrl-Button1 now grabs input focus. Ctrl-Button2 toggles the scrollbar on and off. Ctrl-Button3 toggles the menubar on and off. NOTE: If you used to disable the menubar by commenting out the loading of the menubar file, or loading a fake one (e.g., '-Mx' or '-M /dev/null'), don't. Simply add "off" to the end of the menu line (e.g., 'menu Eterm.menu off'), or use the new boolean command-line option --menubar (e.g., '--menubar off'). Then you can toggle the menubar using Ctrl-Button3 like you would expect. - Popup scrollbar support has been added. - New -D (--desktop) option for choosing a desktop to start on. Your window manager must be GNOME-compliant for this to work. See the documentation at http://www.gnome.org/devel/gnomewm/ for info on the _WIN_WORKSPACE property. - The Eterm Technical Reference has been completely rewritten. It is now an HTML document located in the doc/ directory. - Lots and lots and lots of new escape sequences. See the Technical Reference for details on them. - Oodles of small bug fixes, as always. :-) - Debugging output is now runtime configurable. Use the --debug option and supply a number. 0 (the default) gives no debugging output. 1-5 give increasingly more output, up to 5 (which I don't recommend using) which synchronizes X events (and slows things down bigtime). - You can now save your current Eterm settings from the menu. - New --app-keypad and --app-cursor options to set the startup mode for application/normal mode for the keypad and cursor keys. - Three new utilities in addition to Esetroot, all of which are located in the utils/ directory. Etbg is a tool for manipulating Eterm's background image on the fly. Etcolors.sh demonstrates all the different combinations of your current color settings. Etmenu.sh lets you send menu commands to Eterm's menubar subsystem without having to type the escape codes yourself. - Borderless Eterms now attempt to use the Window Manager to become borderless instead of bypassing it altogether.
1999-10-28 02:31:57 +02:00
bin/Esetroot
bin/Etbg
bin/Etbg_update_list
bin/Etcolors
* Update to eterm-0.8.9 * make COMMENT and DESCR a bit more descriptive * change MAINTAINER to packages@netbsd.org * Install Eterm as setuid root so that utmp logging functions correctly. This fixes PR#7365. Changes in 0.8.9: ----------------- - Support for scrolling with mouse wheels. - New --version switch to display compile-time configuration. - Tinting and shading have been sped up by about 30% thanks to Michael Pearson <alcaron@ozemail.com.au>. - Scrollbar type and width is now customizeable at compile-time *and* run-time. Support for NeXT-style scrollbars has also been added. - Three *major* bugs have been fixed. Tiled desktop images no longer cause crashes when tinting or shading. The resize crash bug has also been squished. The secure system() call replacement which was accidentally removed has been added back. - Ctrl-Button1 now grabs input focus. Ctrl-Button2 toggles the scrollbar on and off. Ctrl-Button3 toggles the menubar on and off. NOTE: If you used to disable the menubar by commenting out the loading of the menubar file, or loading a fake one (e.g., '-Mx' or '-M /dev/null'), don't. Simply add "off" to the end of the menu line (e.g., 'menu Eterm.menu off'), or use the new boolean command-line option --menubar (e.g., '--menubar off'). Then you can toggle the menubar using Ctrl-Button3 like you would expect. - Popup scrollbar support has been added. - New -D (--desktop) option for choosing a desktop to start on. Your window manager must be GNOME-compliant for this to work. See the documentation at http://www.gnome.org/devel/gnomewm/ for info on the _WIN_WORKSPACE property. - The Eterm Technical Reference has been completely rewritten. It is now an HTML document located in the doc/ directory. - Lots and lots and lots of new escape sequences. See the Technical Reference for details on them. - Oodles of small bug fixes, as always. :-) - Debugging output is now runtime configurable. Use the --debug option and supply a number. 0 (the default) gives no debugging output. 1-5 give increasingly more output, up to 5 (which I don't recommend using) which synchronizes X events (and slows things down bigtime). - You can now save your current Eterm settings from the menu. - New --app-keypad and --app-cursor options to set the startup mode for application/normal mode for the keypad and cursor keys. - Three new utilities in addition to Esetroot, all of which are located in the utils/ directory. Etbg is a tool for manipulating Eterm's background image on the fly. Etcolors.sh demonstrates all the different combinations of your current color settings. Etmenu.sh lets you send menu commands to Eterm's menubar subsystem without having to type the escape codes yourself. - Borderless Eterms now attempt to use the Window Manager to become borderless instead of bypassing it altogether.
1999-10-28 02:31:57 +02:00
bin/Eterm
bin/Etsearch
bin/Ettable
bin/kEsetroot
2000-08-16 02:41:13 +02:00
lib/libEterm.la
* Update to eterm-0.8.9 * make COMMENT and DESCR a bit more descriptive * change MAINTAINER to packages@netbsd.org * Install Eterm as setuid root so that utmp logging functions correctly. This fixes PR#7365. Changes in 0.8.9: ----------------- - Support for scrolling with mouse wheels. - New --version switch to display compile-time configuration. - Tinting and shading have been sped up by about 30% thanks to Michael Pearson <alcaron@ozemail.com.au>. - Scrollbar type and width is now customizeable at compile-time *and* run-time. Support for NeXT-style scrollbars has also been added. - Three *major* bugs have been fixed. Tiled desktop images no longer cause crashes when tinting or shading. The resize crash bug has also been squished. The secure system() call replacement which was accidentally removed has been added back. - Ctrl-Button1 now grabs input focus. Ctrl-Button2 toggles the scrollbar on and off. Ctrl-Button3 toggles the menubar on and off. NOTE: If you used to disable the menubar by commenting out the loading of the menubar file, or loading a fake one (e.g., '-Mx' or '-M /dev/null'), don't. Simply add "off" to the end of the menu line (e.g., 'menu Eterm.menu off'), or use the new boolean command-line option --menubar (e.g., '--menubar off'). Then you can toggle the menubar using Ctrl-Button3 like you would expect. - Popup scrollbar support has been added. - New -D (--desktop) option for choosing a desktop to start on. Your window manager must be GNOME-compliant for this to work. See the documentation at http://www.gnome.org/devel/gnomewm/ for info on the _WIN_WORKSPACE property. - The Eterm Technical Reference has been completely rewritten. It is now an HTML document located in the doc/ directory. - Lots and lots and lots of new escape sequences. See the Technical Reference for details on them. - Oodles of small bug fixes, as always. :-) - Debugging output is now runtime configurable. Use the --debug option and supply a number. 0 (the default) gives no debugging output. 1-5 give increasingly more output, up to 5 (which I don't recommend using) which synchronizes X events (and slows things down bigtime). - You can now save your current Eterm settings from the menu. - New --app-keypad and --app-cursor options to set the startup mode for application/normal mode for the keypad and cursor keys. - Three new utilities in addition to Esetroot, all of which are located in the utils/ directory. Etbg is a tool for manipulating Eterm's background image on the fly. Etcolors.sh demonstrates all the different combinations of your current color settings. Etmenu.sh lets you send menu commands to Eterm's menubar subsystem without having to type the escape codes yourself. - Borderless Eterms now attempt to use the Window Manager to become borderless instead of bypassing it altogether.
1999-10-28 02:31:57 +02:00
man/man1/Eterm.1
share/Eterm/gdb.scr
share/Eterm/pix/bar_horizontal_1.png
share/Eterm/pix/bar_horizontal_2.png
share/Eterm/pix/bar_horizontal_3.png
share/Eterm/pix/bar_vertical_1.png
share/Eterm/pix/bar_vertical_2.png
share/Eterm/pix/bar_vertical_3.png
share/Eterm/pix/button_arrow_down_1.png
share/Eterm/pix/button_arrow_down_2.png
share/Eterm/pix/button_arrow_down_3.png
share/Eterm/pix/button_arrow_up_1.png
share/Eterm/pix/button_arrow_up_2.png
share/Eterm/pix/button_arrow_up_3.png
share/Eterm/pix/exit.png
share/Eterm/pix/help.png
share/Eterm/pix/menu1.png
share/Eterm/pix/menu2.png
share/Eterm/pix/menu3.png
* Update to eterm-0.8.9 * make COMMENT and DESCR a bit more descriptive * change MAINTAINER to packages@netbsd.org * Install Eterm as setuid root so that utmp logging functions correctly. This fixes PR#7365. Changes in 0.8.9: ----------------- - Support for scrolling with mouse wheels. - New --version switch to display compile-time configuration. - Tinting and shading have been sped up by about 30% thanks to Michael Pearson <alcaron@ozemail.com.au>. - Scrollbar type and width is now customizeable at compile-time *and* run-time. Support for NeXT-style scrollbars has also been added. - Three *major* bugs have been fixed. Tiled desktop images no longer cause crashes when tinting or shading. The resize crash bug has also been squished. The secure system() call replacement which was accidentally removed has been added back. - Ctrl-Button1 now grabs input focus. Ctrl-Button2 toggles the scrollbar on and off. Ctrl-Button3 toggles the menubar on and off. NOTE: If you used to disable the menubar by commenting out the loading of the menubar file, or loading a fake one (e.g., '-Mx' or '-M /dev/null'), don't. Simply add "off" to the end of the menu line (e.g., 'menu Eterm.menu off'), or use the new boolean command-line option --menubar (e.g., '--menubar off'). Then you can toggle the menubar using Ctrl-Button3 like you would expect. - Popup scrollbar support has been added. - New -D (--desktop) option for choosing a desktop to start on. Your window manager must be GNOME-compliant for this to work. See the documentation at http://www.gnome.org/devel/gnomewm/ for info on the _WIN_WORKSPACE property. - The Eterm Technical Reference has been completely rewritten. It is now an HTML document located in the doc/ directory. - Lots and lots and lots of new escape sequences. See the Technical Reference for details on them. - Oodles of small bug fixes, as always. :-) - Debugging output is now runtime configurable. Use the --debug option and supply a number. 0 (the default) gives no debugging output. 1-5 give increasingly more output, up to 5 (which I don't recommend using) which synchronizes X events (and slows things down bigtime). - You can now save your current Eterm settings from the menu. - New --app-keypad and --app-cursor options to set the startup mode for application/normal mode for the keypad and cursor keys. - Three new utilities in addition to Esetroot, all of which are located in the utils/ directory. Etbg is a tool for manipulating Eterm's background image on the fly. Etcolors.sh demonstrates all the different combinations of your current color settings. Etmenu.sh lets you send menu commands to Eterm's menubar subsystem without having to type the escape codes yourself. - Borderless Eterms now attempt to use the Window Manager to become borderless instead of bypassing it altogether.
1999-10-28 02:31:57 +02:00
share/Eterm/pix/pixmaps.list
share/Eterm/pix/scale/Neopolis-horizon.jpg
Update Eterm to 0.9.5. Changes in pkgsrc: * remove patch-ac. It is noted for CVE-2008-1142. but the CVE is for rxvt. CVE-2008-1692 is for Eterm and fixed by this release. * add xim option and enabled by default * enable mult-charset and auto-encoding * replace bg images with currently distributed one. Changes in upsteram: Wed Oct 18 13:35:18 2006 Michael Jennings (mej) Fixed a typo and some logic errors in libscream located by Mike Frysinger <vapier@gentoo.org>. ---------------------------------------------------------------------- Mon Oct 30 16:11:47 2006 Michael Jennings (mej) Patch from Jason McCarver <slam@parasite.cc> to support -S/--sticky option for "sticky" (i.e., present on all desktops) startup. ---------------------------------------------------------------------- Tue Jul 3 20:48:46 2007 Michael Jennings (mej) Remove some cruft from kEsetroot. ---------------------------------------------------------------------- Wed May 14 12:42:51 2008 Michael Jennings (mej) Patch from Kim Woelders <kim@woelders.dk>: There is a race problem with Eterm during startup related to the shell LINES/COLUMNS env vars. If the WM changes the window size (e.g. due to saved settings) before mapping the window, sometimes the shell will set LINES and COLUMNS according to the old/incorrect size and sometimes to the new/correct size, depending on wheter the call to tt_winsize() at command.c line 2322 (by the shell child process) or the tt_resize() (by the Eterm process) due to the ConfigureNotify caused by the resize (or WM ICCCM ConfigureNotify) operation happens first. The call in question was added by Azundris for Escreen. So far Escreen seems to be behaving properly with this patch applied, but all my Eterm windows (Escreen and otherwise) are pre-sized with -g anyway. So I'm going to keep my eye on it for awhile. In case of trouble, change the "#if 0" to "#ifdef ESCREEN" to revert to previous behavior when in Escreen mode. Normal operation should not require the call in question. ---------------------------------------------------------------------- Wed May 14 14:54:16 2008 Michael Jennings (mej) Modified patch from hsim@gmx.li to allow setting of the "Urgent" hint on beep. ---------------------------------------------------------------------- Wed May 14 15:26:13 2008 Michael Jennings (mej) Patch from Emmanuel Anne <emmanuel.anne@gmail.com> to fix cut/paste with KDE applications. ---------------------------------------------------------------------- Wed May 14 16:09:04 2008 Michael Jennings (mej) (Correct) fix for CVE-2008-1692. Eterm no longer defaults to using ":0" for $DISPLAY due to the possibility that an attacker can create a fake X server on a shared system, intercept the Eterm X connection, and send fake keystrokes to the victim's Eterm to execute arbitrary commands as that user. The previous fix, while it did indeed correct the vulnerability, broke the --display option. The original fix from Bernhard Link was more correct, albeit not quite on target.
2009-09-21 09:29:30 +02:00
share/Eterm/pix/scale/day-night.jpg
share/Eterm/pix/scale/midnight_sky.png
share/Eterm/pix/scale/sailors_delight.png
share/Eterm/pix/scale/wasteland.jpg
Update Eterm to 0.9.5. Changes in pkgsrc: * remove patch-ac. It is noted for CVE-2008-1142. but the CVE is for rxvt. CVE-2008-1692 is for Eterm and fixed by this release. * add xim option and enabled by default * enable mult-charset and auto-encoding * replace bg images with currently distributed one. Changes in upsteram: Wed Oct 18 13:35:18 2006 Michael Jennings (mej) Fixed a typo and some logic errors in libscream located by Mike Frysinger <vapier@gentoo.org>. ---------------------------------------------------------------------- Mon Oct 30 16:11:47 2006 Michael Jennings (mej) Patch from Jason McCarver <slam@parasite.cc> to support -S/--sticky option for "sticky" (i.e., present on all desktops) startup. ---------------------------------------------------------------------- Tue Jul 3 20:48:46 2007 Michael Jennings (mej) Remove some cruft from kEsetroot. ---------------------------------------------------------------------- Wed May 14 12:42:51 2008 Michael Jennings (mej) Patch from Kim Woelders <kim@woelders.dk>: There is a race problem with Eterm during startup related to the shell LINES/COLUMNS env vars. If the WM changes the window size (e.g. due to saved settings) before mapping the window, sometimes the shell will set LINES and COLUMNS according to the old/incorrect size and sometimes to the new/correct size, depending on wheter the call to tt_winsize() at command.c line 2322 (by the shell child process) or the tt_resize() (by the Eterm process) due to the ConfigureNotify caused by the resize (or WM ICCCM ConfigureNotify) operation happens first. The call in question was added by Azundris for Escreen. So far Escreen seems to be behaving properly with this patch applied, but all my Eterm windows (Escreen and otherwise) are pre-sized with -g anyway. So I'm going to keep my eye on it for awhile. In case of trouble, change the "#if 0" to "#ifdef ESCREEN" to revert to previous behavior when in Escreen mode. Normal operation should not require the call in question. ---------------------------------------------------------------------- Wed May 14 14:54:16 2008 Michael Jennings (mej) Modified patch from hsim@gmx.li to allow setting of the "Urgent" hint on beep. ---------------------------------------------------------------------- Wed May 14 15:26:13 2008 Michael Jennings (mej) Patch from Emmanuel Anne <emmanuel.anne@gmail.com> to fix cut/paste with KDE applications. ---------------------------------------------------------------------- Wed May 14 16:09:04 2008 Michael Jennings (mej) (Correct) fix for CVE-2008-1692. Eterm no longer defaults to using ":0" for $DISPLAY due to the possibility that an attacker can create a fake X server on a shared system, intercept the Eterm X connection, and send fake keystrokes to the victim's Eterm to execute arbitrary commands as that user. The previous fix, while it did indeed correct the vulnerability, broke the --display option. The original fix from Bernhard Link was more correct, albeit not quite on target.
2009-09-21 09:29:30 +02:00
share/Eterm/pix/scale/wintertree.jpg
share/Eterm/pix/thumb_1.png
share/Eterm/pix/thumb_2.png
Update Eterm to 0.9.5. Changes in pkgsrc: * remove patch-ac. It is noted for CVE-2008-1142. but the CVE is for rxvt. CVE-2008-1692 is for Eterm and fixed by this release. * add xim option and enabled by default * enable mult-charset and auto-encoding * replace bg images with currently distributed one. Changes in upsteram: Wed Oct 18 13:35:18 2006 Michael Jennings (mej) Fixed a typo and some logic errors in libscream located by Mike Frysinger <vapier@gentoo.org>. ---------------------------------------------------------------------- Mon Oct 30 16:11:47 2006 Michael Jennings (mej) Patch from Jason McCarver <slam@parasite.cc> to support -S/--sticky option for "sticky" (i.e., present on all desktops) startup. ---------------------------------------------------------------------- Tue Jul 3 20:48:46 2007 Michael Jennings (mej) Remove some cruft from kEsetroot. ---------------------------------------------------------------------- Wed May 14 12:42:51 2008 Michael Jennings (mej) Patch from Kim Woelders <kim@woelders.dk>: There is a race problem with Eterm during startup related to the shell LINES/COLUMNS env vars. If the WM changes the window size (e.g. due to saved settings) before mapping the window, sometimes the shell will set LINES and COLUMNS according to the old/incorrect size and sometimes to the new/correct size, depending on wheter the call to tt_winsize() at command.c line 2322 (by the shell child process) or the tt_resize() (by the Eterm process) due to the ConfigureNotify caused by the resize (or WM ICCCM ConfigureNotify) operation happens first. The call in question was added by Azundris for Escreen. So far Escreen seems to be behaving properly with this patch applied, but all my Eterm windows (Escreen and otherwise) are pre-sized with -g anyway. So I'm going to keep my eye on it for awhile. In case of trouble, change the "#if 0" to "#ifdef ESCREEN" to revert to previous behavior when in Escreen mode. Normal operation should not require the call in question. ---------------------------------------------------------------------- Wed May 14 14:54:16 2008 Michael Jennings (mej) Modified patch from hsim@gmx.li to allow setting of the "Urgent" hint on beep. ---------------------------------------------------------------------- Wed May 14 15:26:13 2008 Michael Jennings (mej) Patch from Emmanuel Anne <emmanuel.anne@gmail.com> to fix cut/paste with KDE applications. ---------------------------------------------------------------------- Wed May 14 16:09:04 2008 Michael Jennings (mej) (Correct) fix for CVE-2008-1692. Eterm no longer defaults to using ":0" for $DISPLAY due to the possibility that an attacker can create a fake X server on a shared system, intercept the Eterm X connection, and send fake keystrokes to the victim's Eterm to execute arbitrary commands as that user. The previous fix, while it did indeed correct the vulnerability, broke the --display option. The original fix from Bernhard Link was more correct, albeit not quite on target.
2009-09-21 09:29:30 +02:00
share/Eterm/pix/tile/a_distant_star.png
share/Eterm/pix/tile/acid_chess.png
share/Eterm/pix/tile/alpha_centauri.png
share/Eterm/pix/tile/army_brat.png
share/Eterm/pix/tile/bubbly1.jpg
share/Eterm/pix/tile/bubbly2.jpg
share/Eterm/pix/tile/bubbly3.jpg
share/Eterm/pix/tile/bubbly4.jpg
share/Eterm/pix/tile/circuit.jpg
Update Eterm to 0.9.5. Changes in pkgsrc: * remove patch-ac. It is noted for CVE-2008-1142. but the CVE is for rxvt. CVE-2008-1692 is for Eterm and fixed by this release. * add xim option and enabled by default * enable mult-charset and auto-encoding * replace bg images with currently distributed one. Changes in upsteram: Wed Oct 18 13:35:18 2006 Michael Jennings (mej) Fixed a typo and some logic errors in libscream located by Mike Frysinger <vapier@gentoo.org>. ---------------------------------------------------------------------- Mon Oct 30 16:11:47 2006 Michael Jennings (mej) Patch from Jason McCarver <slam@parasite.cc> to support -S/--sticky option for "sticky" (i.e., present on all desktops) startup. ---------------------------------------------------------------------- Tue Jul 3 20:48:46 2007 Michael Jennings (mej) Remove some cruft from kEsetroot. ---------------------------------------------------------------------- Wed May 14 12:42:51 2008 Michael Jennings (mej) Patch from Kim Woelders <kim@woelders.dk>: There is a race problem with Eterm during startup related to the shell LINES/COLUMNS env vars. If the WM changes the window size (e.g. due to saved settings) before mapping the window, sometimes the shell will set LINES and COLUMNS according to the old/incorrect size and sometimes to the new/correct size, depending on wheter the call to tt_winsize() at command.c line 2322 (by the shell child process) or the tt_resize() (by the Eterm process) due to the ConfigureNotify caused by the resize (or WM ICCCM ConfigureNotify) operation happens first. The call in question was added by Azundris for Escreen. So far Escreen seems to be behaving properly with this patch applied, but all my Eterm windows (Escreen and otherwise) are pre-sized with -g anyway. So I'm going to keep my eye on it for awhile. In case of trouble, change the "#if 0" to "#ifdef ESCREEN" to revert to previous behavior when in Escreen mode. Normal operation should not require the call in question. ---------------------------------------------------------------------- Wed May 14 14:54:16 2008 Michael Jennings (mej) Modified patch from hsim@gmx.li to allow setting of the "Urgent" hint on beep. ---------------------------------------------------------------------- Wed May 14 15:26:13 2008 Michael Jennings (mej) Patch from Emmanuel Anne <emmanuel.anne@gmail.com> to fix cut/paste with KDE applications. ---------------------------------------------------------------------- Wed May 14 16:09:04 2008 Michael Jennings (mej) (Correct) fix for CVE-2008-1692. Eterm no longer defaults to using ":0" for $DISPLAY due to the possibility that an attacker can create a fake X server on a shared system, intercept the Eterm X connection, and send fake keystrokes to the victim's Eterm to execute arbitrary commands as that user. The previous fix, while it did indeed correct the vulnerability, broke the --display option. The original fix from Bernhard Link was more correct, albeit not quite on target.
2009-09-21 09:29:30 +02:00
share/Eterm/pix/tile/cold_steel.png
share/Eterm/pix/tile/conch.png
share/Eterm/pix/tile/confusion.jpg
share/Eterm/pix/tile/connect_the_dots.png
share/Eterm/pix/tile/cyber_bg.jpg
share/Eterm/pix/tile/darkness.png
share/Eterm/pix/tile/falling.png
share/Eterm/pix/tile/fascination.png
share/Eterm/pix/tile/firestorm.png
share/Eterm/pix/tile/for_a_moment.png
share/Eterm/pix/tile/graffiti.png
share/Eterm/pix/tile/gray_matter.png
share/Eterm/pix/tile/lightning_crashes.png
share/Eterm/pix/tile/marbles.png
share/Eterm/pix/tile/moody_blues.png
share/Eterm/pix/tile/murky_depths.png
share/Eterm/pix/tile/oil_on_canvas.png
share/Eterm/pix/tile/pebble_beach.png
share/Eterm/pix/tile/ping-pong.png
share/Eterm/pix/tile/plasma.png
share/Eterm/pix/tile/pulse.png
share/Eterm/pix/tile/rolling_meadows.png
share/Eterm/pix/tile/shades_of_being.png
share/Eterm/pix/tile/shale.jpg
share/Eterm/pix/tile/shattered_windows.png
share/Eterm/pix/tile/shock_and_awe.png
share/Eterm/pix/tile/sitting_in_acid.png
share/Eterm/pix/tile/spring_rain.png
share/Eterm/pix/tile/stained_glass.png
share/Eterm/pix/tile/tales_of_earthsea.png
share/Eterm/pix/tile/tangled_web.png
share/Eterm/pix/tile/the_wall.png
share/Eterm/pix/tile/trees_are_leafy.png
share/Eterm/pix/tile/veins.png
share/Eterm/pix/tile/veins_2.png
share/Eterm/pix/tile/violetta.png
share/Eterm/pix/tile/water_into_wine.png
share/Eterm/pix/tile/wormhole.png
share/Eterm/pix/tile/woven_memories.png
share/Eterm/themes/Escreen/menus.cfg
share/Eterm/themes/Escreen/pixmaps.list
share/Eterm/themes/Escreen/theme.cfg
share/Eterm/themes/Eterm/menus.cfg
share/Eterm/themes/Eterm/pixmaps.list
share/Eterm/themes/Eterm/theme.cfg
share/Eterm/themes/auto/menus.cfg
share/Eterm/themes/auto/pixmaps.list
share/Eterm/themes/auto/theme.cfg
share/Eterm/themes/trans/menus.cfg
share/Eterm/themes/trans/pixmaps.list
share/Eterm/themes/trans/theme.cfg