summaryrefslogtreecommitdiff
path: root/zwgc
Commit message (Collapse)AuthorAge
...
* Xlib bug workaround: Don't call XrmGetStringDatabase with a nullGravatar Kenneth G Raeburn1990-10-19
| | | | value.
* High-level compiler errors should be conditionalized on the compilerGravatar Kenneth G Raeburn1990-10-19
| | | | brand (High C) rather than the hardware platform (ibm032).
* If -ttymode is given, disable X driver.Gravatar Kenneth G Raeburn1990-10-19
| | | | [provided by warlord@athena.mit.edu]
* Added description of of `transient'; corrected description of signalGravatar Kenneth G Raeburn1990-07-15
| | | | handling.
* Reverted "punt" semantics to previous form, for Athena release 7.0.Gravatar Kenneth G Raeburn1990-05-24
|
* Punt pretty/verbatim stuff for now. It will be re-added soon, after theGravatar Kenneth G Raeburn1990-05-21
| | | | proper defaults have been decided.
* Added workaround for bug in RT hc compiler 2.1y.Gravatar Kenneth G Raeburn1990-05-16
|
* Fixed counting of fields, including accounting for old (broken) zwrite.Gravatar Kenneth G Raeburn1990-05-16
|
* [marc] rewrote much of handling of requoting of environments and delimitersGravatar Kenneth G Raeburn1990-05-16
| | | | for PROTECT routine
* [marc] rewrote "punt" list insert/delete/lookup code.Gravatar Kenneth G Raeburn1990-05-16
|
* [marc] Handle ignoring of signals properly, based on DOFORK variable.Gravatar Kenneth G Raeburn1990-05-16
| | | | | Also use sender rather than recipient for punting.... Also bumped version number to 0.4.1.
* fixed, real, for 7.0 release version. Basically the same as 1.3Gravatar Marc Horowitz1990-05-14
|
* slightly broken version; ran on mips for a whileGravatar Marc Horowitz1990-05-14
|
* New version for 7.0: Accept lowercase 'f' in "from:"; show hostname ofGravatar Kenneth G Raeburn1990-04-25
| | | | | sender; show class "message" in verbatim mode by default, supporting opcode "verbatim" and "pretty" for all messages.
* group_leader is never created or referenced now when transientGravatar Marc Horowitz1990-04-12
| | | | zgrams are turned off (default case)
* added resource zwgc.transient to optionally set WM_TRANSIENT_FORGravatar Marc Horowitz1990-04-12
| | | | on each zgram.
* added -transient command line option to support transient zgramsGravatar Marc Horowitz1990-04-12
|
* revision++Gravatar Marc Horowitz1990-04-12
|
* update to ZWGC0_3_12Gravatar John Kohl1990-01-18
|
* fix array index bug when using @center(), @left(), @right()Gravatar John Kohl1990-01-18
|
* document mail,popret in commentsGravatar John Kohl1990-01-17
|
* need to process input after the XSync's in order to make sureGravatar John Kohl1990-01-10
| | | | we get all the events and process them in a timely manner.
* 0.3.11: fix bug with reverse stack and non-drawing windowsGravatar John Kohl1990-01-10
|
* changed description of case ... match ... endcase statement toGravatar Marc Horowitz1990-01-02
| | | | correctly reflect that the compare is case-insensitive.
* fix line-length problem with case ... endcaseGravatar John Kohl1989-12-22
|
* parameterize APPDEFDATABASEGravatar John Kohl1989-12-18
|
* up to rev 0.3.10: fixes to subscription stuff to get defaults when userGravatar John Kohl1989-12-15
| | | | has none.
* fixes to get default subscriptions when user has no private subs.Gravatar John Kohl1989-12-15
|
* don't need extra #include of <netinet/in.h>Gravatar John Kohl1989-12-15
|
* fix from Ralph Swick: only send one event if we are going toGravatar John Kohl1989-12-08
| | | | ignore bogus select requests.
* update to rev 0.3.9Gravatar John Kohl1989-12-07
|
* Changes from <marc>: do the proper mutation for @font(), @color()Gravatar John Kohl1989-12-07
|
* talk about precedence of resources, and where they liveGravatar John Kohl1989-12-06
| | | | | add section on X buttons add BUGS about selection/left/right
* add XENVIRONMENT supportGravatar John Kohl1989-12-06
|
* only print out errors on cancel/unset when debuggingGravatar John Kohl1989-12-04
|
* remove printf() on rereadGravatar John Kohl1989-12-01
| | | | up version number
* change description of style to talk about lowercase/underscoresGravatar John Kohl1989-12-01
|
* fix yet another bug in the dot -> underscore routineGravatar John Kohl1989-12-01
|
* use bold for bold, not RV!Gravatar John Kohl1989-12-01
| | | | [NOTE: xterm loses on bold unless you use the -fb option!]
* fixed problem with default value of $style variableGravatar Marc Horowitz1989-11-30
|
* add example for lany()Gravatar John Kohl1989-11-30
| | | | | | | | fix name (downcase instead of lowercase) document $1, $2, ... make default variables boldface fix bold/italic inconsistency add address for Mark Lillibridge
* recolor the cursor with pointerColorGravatar John Kohl1989-11-30
|
* change mode of zwgc.desc after installationGravatar John Kohl1989-11-30
|
* add required quotes around zmailnotifyGravatar John Kohl1989-11-29
|
* mention that path is searched for exec stuffGravatar John Kohl1989-11-29
|
* put back @b, @i for both tty and X modeGravatar John Kohl1989-11-29
| | | | | | re-order stuff to be consistent. add "not" to description of operators
* add shorthand of @b, @i for bold, italicGravatar John Kohl1989-11-29
|
* in stuff for X driver:Gravatar John Kohl1989-11-29
| | | | | remove @b and @i for bold/italic add left, center, right
* add support to not flame about $TERM unless primary driverGravatar John Kohl1989-11-29
| | | | [extra argument to initialization routines]
* Shouldn't set transient on the window, so that some wm's canGravatar John Kohl1989-11-29
| | | | iconify the windows