101 lines
3.9 KiB
Plaintext
101 lines
3.9 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Feb 8 08:05:41 UTC 2026 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
|
||
|
|
- Update to version 1.1.3
|
||
|
|
* negf: Fix -Wformat-truncation warning
|
||
|
|
* actions.c: handle 61 -Wextra-semi-stmt warnings from clang
|
||
|
|
* Add noreturn attribute to Syntax() prototype
|
||
|
|
* Add unused attributes to unused parameters of callback functions
|
||
|
|
* Add cast to quiet -Wshorten-64-to-32 warning
|
||
|
|
* meson: Add option to build with meson
|
||
|
|
* Improve man page formatting
|
||
|
|
* man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
|
||
|
|
* gitlab CI: drop the ci-fairy check-mr job
|
||
|
|
- switch to meson
|
||
|
|
- get rid of xcalc.desktop/xcalc.png since usage became too
|
||
|
|
complicated ...
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri May 5 09:20:38 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
|
||
|
|
- Update to version 1.1.2
|
||
|
|
* gitlab CI: stop requiring Signed-off-by in commits
|
||
|
|
* Add -version option
|
||
|
|
* Fix -version handling to not require opening a display first
|
||
|
|
* Stop casting function returns to void
|
||
|
|
* Add -help option
|
||
|
|
* Accept number keys on main keyboard when NumLock is on
|
||
|
|
* Key color highlighting still incorrect
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Aug 11 08:11:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
|
|
||
|
|
- modernize spec-file, move license to %%licensedir
|
||
|
|
- use gpg for source validation
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Apr 3 18:41:59 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
|
||
|
|
- Update to version 1.1.1
|
||
|
|
* This release fixes a regression introduced in xcalc 1.1.0 which
|
||
|
|
caused the wrong set of buttons to be colored for the digit
|
||
|
|
keys in TI mode.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jun 11 09:14:45 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||
|
|
|
||
|
|
- Update to version 1.1.0
|
||
|
|
* This release adds base conversion (decimal, octal, hexadecimal),
|
||
|
|
bitwise ops (and, or, xor, not, shift left/right, truncate), and
|
||
|
|
a modulo operator to the default TI (infix, i.e. not RPN/postfix)
|
||
|
|
calculator mode. It also binds the Return key to the "=" button.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Feb 18 15:33:38 UTC 2019 - sndirsch@suse.com
|
||
|
|
|
||
|
|
- Update to version 1.0.7
|
||
|
|
* This release fixes things that cause warnings from gcc or
|
||
|
|
cppcheck, as well as assorted build system maintenance and
|
||
|
|
tuneups.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat Jan 31 17:56:36 UTC 2015 - sfalken@opensuse.org
|
||
|
|
|
||
|
|
- Update to version 1.0.6:
|
||
|
|
+ Replace index() call with strchr()
|
||
|
|
+ autogen.sh: Honor NOCONFIGURE=1
|
||
|
|
+ configure: Drop AM_MAINTAINER_MODE
|
||
|
|
+ Replace signal_t with void
|
||
|
|
+ Assume signal handlers return void, as C89 requires
|
||
|
|
+ Mark functions noreturn as suggested by gcc -Wmissing-noreturn
|
||
|
|
+ Rename "e" arguments to "ev" to avoid shadowing e() function
|
||
|
|
+ Remove redundant redeclaration of 'factorial'
|
||
|
|
+ Replace sprintf and strcpy calls with snprint4 and strlcpy
|
||
|
|
+ Remove unused min & max macros from math.h
|
||
|
|
+ Use the new M_E symbol from math.h
|
||
|
|
+ Use the new M_PI symbol from math.h
|
||
|
|
+ Drop Cray support
|
||
|
|
- Dropped xcalc-1.0.5.tar.bz2
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat Jan 19 10:38:25 UTC 2013 - zaitor@opensuse.org
|
||
|
|
|
||
|
|
- Update to version 1.0.5:
|
||
|
|
+ Use table markup rather than tab stops. Aids DocBook
|
||
|
|
translation.
|
||
|
|
+ Strip trailing whitespace.
|
||
|
|
+ Add const to parse_double() args to fix gcc -Wwrite-strings
|
||
|
|
warnings.
|
||
|
|
+ config:
|
||
|
|
- Move man pages into their own directory.
|
||
|
|
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
|
||
|
|
+ man:
|
||
|
|
- Replace hard coded man page section with substitution strings
|
||
|
|
- Remove trailing spaces and tabs.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||
|
|
|
||
|
|
- Split xcalc from xorg-x11. Initial version: 1.0.4.1.
|
||
|
|
|