Skip to content

Releases: edsantiago/xlbiff

4.5.2: fix screen size change when popped down

01 May 02:02
Compare
Choose a tag to compare
  • Popup problem fixed where a screen size change would move the
    xlbiff widget as needed but then realize it even if it was
    supposed to be unrealized. Bug introduced in version 4.5.
  • Doc: "Customizing" section moved from README.md to xlbiff.man

4.5.1: documentation updates

02 Feb 06:52
Compare
Choose a tag to compare
  • Description in manual and README updated
  • README.md is new name for README file, now in Markdown format

4.5: handle screen size changes with RANDR

09 Dec 15:01
Compare
Choose a tag to compare
  • handle screen size changes with RANDR, so "xlbiff -bottom" stays at screen bottom

4.4: scanCommand can use temp profile

04 Nov 04:54
Compare
Choose a tag to compare
  • scanCommand works even if user has not run mh-install

4.3: update X resources

21 Sep 00:10
Compare
Choose a tag to compare
  • Removed "international: True" X resource.
    This was added in 4.2 and changed font resources incompatibly.
    Users for whom "international" was useful, or who had already updated
    their resources to handle it, can get the 4.2 behavior back by adding
    the following line to an X Resources file or -xrm argument:
    *international: true
  • Update default font resource with the font's current name
  • Changed default mail path directory to /var/mail from /usr/spool/mail
  • Changed manual page name to xlbiff.1 from xlbiff.1x
  • Install xlbiff.form to /usr/local/share/mh, not /usr/new/lib/mh
  • Developers: Build proceess changed from Imake to Autotools.
  • Developers: Assume modern C library and compiler.