2024-02-04 21:04:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 4 21:01:42 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.7
|
|
|
|
|
* This release adds -help & -version options to the xditview
|
|
|
|
|
command. It also enables the use of the Xft code inherited
|
|
|
|
|
from XFree86 which was previously not enabled in our conversion
|
|
|
|
|
from Imake to autoconf.
|
|
|
|
|
|
2022-10-15 21:18:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 15 21:13:50 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.6
|
|
|
|
|
* Fix spelling/wording issues
|
|
|
|
|
* gitlab CI: add a basic build test
|
|
|
|
|
* man page: remove out-of-date COPYRIGHT section
|
|
|
|
|
* Variable scope reductions as recommended by cppcheck
|
|
|
|
|
* Use _CONST_X_STRING to make libXt declare String as const char *
|
|
|
|
|
* Clear -Wmissing-field-initializers warnings
|
|
|
|
|
* Fix -Wsign-compare warnings
|
|
|
|
|
* Delete HorizontalMove macro that shadows/duplicates HorizontalMove function
|
|
|
|
|
* Inline *Move & *Goto functions
|
|
|
|
|
* Use standard strrchr() instead of ancient rindex()
|
|
|
|
|
* Avoid leak of new_file if we decide not to use it
|
|
|
|
|
* Declare guesses const
|
|
|
|
|
|
2019-03-04 10:45:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 4 10:41:49 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.5:
|
|
|
|
|
* Update README for gitlab migration
|
|
|
|
|
* Update configure.ac bug URL for gitlab migration
|
|
|
|
|
* autogen.sh: use quoted string variables
|
|
|
|
|
* autogen: add default patch prefix
|
|
|
|
|
* make sure filename is a regular file.
|
|
|
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
|
|
2015-04-24 14:40:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 24 14:38:54 UTC 2015 - sndirsch@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.4:
|
|
|
|
|
* Close file leak when fdopen() fails in OpenFile()
|
|
|
|
|
* Convert sprintf calls to snprintf
|
|
|
|
|
* config: Add missing AC_CONFIG_SRCDIR
|
|
|
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
|
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
|
|
|
* Const cleanup
|
|
|
|
|
* unifdef -UNOTDEF -UNOTUSED
|
|
|
|
|
* Remove #if 0 code
|
|
|
|
|
* Combine usage message strings
|
|
|
|
|
* Remove CVS/RCS $Id tags
|
|
|
|
|
* Use SEEK_* names instead of raw numbers for fseek whence argument
|
|
|
|
|
|
2013-01-21 08:53:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 19 10:59:39 UTC 2013 - zaitor@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 1.0.3:
|
|
|
|
|
+ config:
|
|
|
|
|
- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
|
|
|
|
|
- Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
|
|
|
|
|
- Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
|
|
|
|
|
- Move man pages into their own directory.
|
|
|
|
|
+ man:
|
|
|
|
|
- Replace hard coded man page section with substitution strings
|
|
|
|
|
- Remove trailing spaces and tabs.
|
|
|
|
|
|
2012-04-14 09:33:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Split xditview from xorg-x11. Initial version: 1.0.2.
|
|
|
|
|
|