summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Wed Jan 5 15:17:51 2005 Michael Jennings (mej)Michael Jennings2005-01-052-2/+6
| | | | | | | | Spec dependency fixes. ---------------------------------------------------------------------- SVN revision: 12786
* Mon Dec 20 14:42:00 2004 Michael Jennings (mej)Michael Jennings2004-12-201-1/+1
| | | | | | | | Oops, let's not jump into that just yet. ---------------------------------------------------------------------- SVN revision: 12527
* Mon Dec 20 14:31:33 2004 Michael Jennings (mej)Michael Jennings2004-12-204-5/+34
| | | | | | | | | | | | | | Okay, so my first problem was that I didn't pay close enough attention to the iconv_open() man page and got the parameter order wrong. Duh. Thanks to Sytse Wielinga <s.b.wielinga@student.utwente.nl> for noticing that. kwo suggested using XmbDrawString(), but that causes font problems I'm not ready to diagnose just yet. ---------------------------------------------------------------------- SVN revision: 12526
* Fixed the obvious errors in this UTF-8 code. It doesn't produce gibberishswielinga2004-12-181-3/+4
| | | | | | | anymore, though it doesn't appear to be multilingual heaven just quite yet. SVN revision: 12501
* Fri Dec 17 16:35:31 2004 Michael Jennings (mej)Michael Jennings2004-12-174-10/+59
| | | | | | | | | | | | Another attempt (and failure) at UTF-8 support. Disabled until someone can help me out. If you know iconv(), please have a look at the FIXME_BLOCK starting at line 3509 of src/command.c. ---------------------------------------------------------------------- SVN revision: 12495
* Tue Dec 14 17:22:23 2004 Michael Jennings (mej)Michael Jennings2004-12-1412-47/+132
| | | | | | | | | | The benefits of being a passenger on a long road trip... The beginnings of EWMH opacity (a la xcompmgr) support and (hopefully) UTF-8 support. Both as yet untested. ---------------------------------------------------------------------- SVN revision: 12471
* Tue Dec 14 17:13:02 2004 Michael Jennings (mej)Michael Jennings2004-12-142-2/+6
| | | | | | | | 0.9.3 release ---------------------------------------------------------------------- SVN revision: 12470
* Sun Nov 7 15:37:43 2004 Michael Jennings (mej)Michael Jennings2004-11-073-1/+6
| | | | | | | | Fixed minor typo. ---------------------------------------------------------------------- SVN revision: 12144
* Wed Nov 3 18:17:52 2004 Michael Jennings (mej)Michael Jennings2004-11-033-2/+11
| | | | | | | | | | | Small patch for building against libast 0.6.1. Fixed compile error when enabling OFFIX_DND support pointed out by JG Miller <miller@yoyo.org>. ---------------------------------------------------------------------- SVN revision: 12140
* OS X uses glibtoolizerbdpngn2004-10-201-1/+1
| | | | SVN revision: 11920
* Fri Jul 23 12:27:18 2004 Michael Jennings (mej)Michael Jennings2004-07-232-1/+4
| | | | | | | | Oops, missed one. :( ---------------------------------------------------------------------- SVN revision: 10984
* Fri Jul 23 12:21:25 2004 Michael Jennings (mej)Michael Jennings2004-07-233-2/+7
| | | | | | | | | Kirby Kuehl <vacuum@technotronic.com> pointed out some portability issues. These should now be fixed. ---------------------------------------------------------------------- SVN revision: 10983
* Fri Jul 16 17:59:48 2004 Michael Jennings (mej)Michael Jennings2004-07-163-1/+23
| | | | | | | | | If $LANG refers to a UTF-8 or similar locale, remove that part. In other words, en_US.utf8 becomes en_US instead. ---------------------------------------------------------------------- SVN revision: 10868
* Wed Jul 14 16:16:48 2004 Michael Jennings (mej)Michael Jennings2004-07-144-4/+22
| | | | | | | | | | | Applied patch from Kim Woelders <kim@woelders.dk> to fix setting of _NET_WM_ICON property. Fixed a couple warnings. ---------------------------------------------------------------------- SVN revision: 10834
* Mon Jun 28 12:34:36 2004 Michael Jennings (mej)Michael Jennings2004-06-283-3/+8
| | | | | | | | Cleaning up some warnings. ---------------------------------------------------------------------- SVN revision: 10609
* Mon Jun 28 12:12:39 2004 Michael Jennings (mej)Michael Jennings2004-06-283-29/+8
| | | | | | | | No no no! That goes on the branch! ---------------------------------------------------------------------- SVN revision: 10608
* Mon Jun 28 12:04:05 2004 Michael Jennings (mej)Michael Jennings2004-06-283-8/+29
| | | | | | | | Merge. ---------------------------------------------------------------------- SVN revision: 10606
* Fri Jun 25 17:48:24 2004 Michael Jennings (mej)Michael Jennings2004-06-257-15/+24
| | | | | | | | | | Chris Schoeneman <crs23@bigfoot.com> pointed out that Eterm didn't get keypresses if another app (like synergy) decided to listen for its events. This should correct that behavior. ---------------------------------------------------------------------- SVN revision: 10583
* Mon May 10 18:43:15 2004 Michael Jennings (mej)Michael Jennings2004-05-102-1/+5
| | | | | | | Revert change from February 29th. I never could reproduce it anyway. SVN revision: 10158
* Tue Apr 20 15:40:39 2004 Michael Jennings (mej)Michael Jennings2004-04-203-0/+19
| | | | | | | | | Enable title-reporting and iconname-reporting escape sequences only if specifically requested by user at compile time. This exists solely to protect the ignorant and careless from themselves. SVN revision: 9812
* Tue Apr 20 13:44:22 2004 Michael Jennings (mej)Michael Jennings2004-04-202-1/+7
| | | | | | | | | As requested by Ben Armstrong <synrg@sanctuary.nslug.ns.ca>, saving theme settings will not preserve -e/--exec arguments unless a theme was specifically named by the user. SVN revision: 9811
* Mon Apr 5 17:12:06 2004 Michael Jennings (mej)Michael Jennings2004-04-052-2/+6
| | | | | | | | Fixed bug in loading print_pipe attribute pointed out by Tom A. Cox <tomc@hot.rr.com>. SVN revision: 9612
* Thu Mar 11 11:55:45 2004 Michael Jennings (mej)Michael Jennings2004-03-112-0/+10
| | | | | | | Fix "make distcheck" SVN revision: 9324
* Thu Mar 11 09:07:13 2004 Michael Jennings (mej)Michael Jennings2004-03-112-0/+5
| | | | | | | Fixed window sizing race condition noted by Virgil <virgil@yak.net>. SVN revision: 9323
* Wed Mar 3 15:50:17 2004 Michael Jennings (mej)Michael Jennings2004-03-034-517/+171
| | | | | | | Ported over the autogen.sh changes from LibAST and fixed configure.in. SVN revision: 9219
* Tue Mar 2 10:56:20 2004 Michael Jennings (mej)Michael Jennings2004-03-0212-183/+73
| | | | | | | New SRPM. SVN revision: 9193
* Mon Mar 1 16:53:34 2004 Michael Jennings (mej)Michael Jennings2004-03-015-190/+518
| | | | | | | Merging in new backgrounds. SVN revision: 9178
* Sun Feb 29 17:51:48 2004 Michael Jennings (mej)Michael Jennings2004-02-293-1/+6
| | | | | | | | Disable use of ~/user.cfg as requested by Laurence J. Lane <ljlane@debian.org>. SVN revision: 9166
* Wed Feb 11 14:06:20 2004 Michael Jennings (mej)Michael Jennings2004-02-112-6/+14
| | | | | | | | Fixed handling of escape sequences while printing. Pointed out by Tom A. Cox <tomc@hot.rr.com>. SVN revision: 8941
* Mon Jan 19 21:02:30 2004 Michael Jennings (mej)Michael Jennings2004-01-204-7/+46
| | | | | | | Patch from David Lloyd <dmlloyd@tds.net> for overstrike support. SVN revision: 8577
* Sun Jan 11 17:09:07 2004 Michael Jennings (mej)Michael Jennings2004-01-1146-47/+51
| | | | | | | It's too bad you can't just say, "Copyright 1997-2999." SVN revision: 8349
* Wed Jan 7 15:08:24 2004 Michael Jennings (mej)Michael Jennings2004-01-073-10/+22
| | | | | | | Disable build-time check for screen. SVN revision: 8297
* Mon Dec 22 16:04:52 2003 Michael Jennings (mej)Michael Jennings2003-12-225-981/+166
| | | | | | | | Insert boobie prize here: ---------------------------^ :( SVN revision: 8183
* Mon Dec 22 15:56:51 2003 Michael Jennings (mej)Michael Jennings2003-12-226-166/+993
| | | | | | | Backported changes to menu generation. SVN revision: 8181
* Mon Dec 22 15:50:35 2003 Michael Jennings (mej)Michael Jennings2003-12-222-4/+8
| | | | | | | Minor tweaks to utils/Etbg_update_list. SVN revision: 8180
* Mon Dec 22 15:40:43 2003 Michael Jennings (mej)Michael Jennings2003-12-222-1/+5
| | | | | | | That too. SVN revision: 8178
* Mon Dec 22 13:39:02 2003 Michael Jennings (mej)Michael Jennings2003-12-223-0/+4
| | | | | | | These two are going away. SVN revision: 8172
* Sun Dec 21 21:43:58 2003 Michael Jennings (mej)Michael Jennings2003-12-222-0/+10
| | | | | | | Fix :hscale and :vscale to work properly. SVN revision: 8164
* Tue Dec 9 22:26:17 2003 Michael Jennings (mej)Michael Jennings2003-12-104-36/+44
| | | | | | | | | Add libast libs to GRLIBS. Hopefully fixed Etbg_update_list to be Solaris /bin/sh-friendly. SVN revision: 8077
* Fri Nov 28 09:04:49 2003 Michael Jennings (mej)Michael Jennings2003-11-283-1/+6
| | | | | | | Changes for compatibility with newer LibAST. SVN revision: 7958
* Fri Nov 7 12:26:11 2003 Michael Jennings (mej)Michael Jennings2003-11-073-4/+15
| | | | | | | | | | | | Fixed stupid mathematical blunder in the font handling code pointed out by Laurence J. Lane <ljlane@debian.org>. Allow save_buff() script function to dump to stderr if no file is specified. Note that script functions CANNOT be triggered by escape sequences. SVN revision: 7818
* Mon Oct 27 21:39:29 2003 Michael Jennings (mej)Michael Jennings2003-10-285-2/+16
| | | | | | | | | Changed -D/--desktop option to use EWMH-compliant desktop atom. Add support for EWMH icon property. SVN revision: 7749
* Updated Eterm debian stuff.swielinga2003-09-1116-109/+213
| | | | SVN revision: 7441
* Mon Aug 25 21:08:20 2003 Michael Jennings (mej)Michael Jennings2003-08-2610-64/+120
| | | | | | | | | | | | Patch from David Lloyd <dmlloyd@tds.net>. Removed the NO_BRIGHTCOLOR and NO_BOLDOVERSTRIKE defines. If you want to do NO_BRIGHTCOLOR, set colors 8-16 the same as 0-7. :P For bold overstrike, it's now an option (--overstrike-bold). There are also options to deactivate the "bold" and "blink" attributes' setting of high-intensity colors, and to allow non-default foreground colors to be bolded. SVN revision: 7377
* Sun Aug 24 11:07:54 2003 Michael Jennings (mej)Michael Jennings2003-08-2415-226/+243
| | | | | | | | | | | | I redid the options variables and constants to try and make things more standardized, and to make room for future toggles as well. This should make David Lloyd a bit happier, 'cause now we can get his patch in here. :) Hopefully I didn't break anything.... SVN revision: 7370
* Fri Aug 22 00:09:04 2003 Michael Jennings (mej)Michael Jennings2003-08-227-89/+93
| | | | | | | Had I done it right the first time, this would not have happened. >:I SVN revision: 7363
* Thu Aug 21 23:51:12 2003 Michael Jennings (mej)Michael Jennings2003-08-2215-226/+230
| | | | | | | Oops, that wasn't *quite* what I had in mind.... SVN revision: 7362
* Thu Aug 21 23:18:23 2003 Michael Jennings (mej)Michael Jennings2003-08-2215-218/+223
| | | | | | | | A few cosmetic changes to the source code, and a fix for Debian Bug #176274 reported by Gerhard Tonn <GerhardTonn@gammatau.de>. SVN revision: 7361
* Wed Aug 20 10:19:50 2003 Michael Jennings (mej)Michael Jennings2003-08-203-1/+29
| | | | | | | | When saving settings, make sure to save the font effects too. Spotted by ptiJo <ptiJo@noos.fr>. SVN revision: 7353
* Sun Aug 17 09:55:43 2003 Michael Jennings (mej)Michael Jennings2003-08-172-1/+44
| | | | | | | | | | | Modified and applied a patch from Marc Merlin <marc@merlins.org> to auto-generate the pixmap menu entries via the Etbg_update_list script. You can now pass "-m /path/to/menufile" to Etbg_update_list to generate the entries in the specified file. Hopefully I'll make this process automated, at least on my end, in the near future. SVN revision: 7336