Skip to content

Commit

Permalink
Version 4.5.3 (window behavior fixes)
Browse files Browse the repository at this point in the history
New in xlbiff 4.5.3:
   + Window no longer moves with -bottom and a window manager running
     when mailerCommand does not change the mailbox
   + Refresh time is now honored and -ledPopdown works with -bottom
   + mailer() action always re-checks for mail, even with no mailerCommand
   + Intervals can be floating point: -update, -fade, and -refresh
   + Null-terminate message scan output (error found by Coverity Scan)
   + HISTORY file renamed to NEWS
  • Loading branch information
Stephen Gildea committed Nov 9, 2021
1 parent 02dd7b5 commit ee92a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ History
Where applicable, changes are attributed to the people who submitted
the ideas and, in many cases, patches and source code.

* Version 4.5.3
* Version 4.5.3 (8 Nov 2021)
+ Window no longer moves with -bottom and a window manager running
when mailerCommand does not change the mailbox
+ Refresh time is now honored and -ledPopdown works with -bottom
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([xlbiff], [4.5.2], [[email protected]])
AC_INIT([xlbiff], [4.5.3], [[email protected]])
AM_INIT_AUTOMAKE(foreign)
AM_MAINTAINER_MODE(enable)
AC_PROG_CC
Expand Down

0 comments on commit ee92a79

Please sign in to comment.