* This release improves the display of the formatted man page
when using man-db, fixes a memory leak when closing a man page,
and removes support for a number of OS'es from the 80's & 90's,
along with removing support for using Xprint to print a man
page.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xman?expand=0&rev=15
110 lines
4.3 KiB
Plaintext
110 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 25 02:22:58 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.2.0
|
|
* This release improves the display of the formatted man page
|
|
when using man-db, fixes a memory leak when closing a man page,
|
|
and removes support for a number of OS'es from the 80's & 90's,
|
|
along with removing support for using Xprint to print a man
|
|
page.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 29 07:53:58 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.6
|
|
* This release adds a -version option and fixes
|
|
https://bugs.debian.org/720266
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 11 08:15:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- use gpg for source validation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 3 15:02:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec file (move license to licensedir)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 15 10:13:09 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.1.5:
|
|
* autogen: add default patch prefix
|
|
* autogen.sh: use quoted string variables
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
* Update configure.ac bug URL for gitlab migration
|
|
* Change fall through comment in ScrollByL.c to match gcc's requirements
|
|
* Delete unused function Name() from tkfuncs.c
|
|
* Make CreateManpageWidget use String type for name argument
|
|
* Change fallback_resources from char * to String type
|
|
* Pass -D_CONST_X_STRING to make libXt declare String as const char *
|
|
* If we have man-db, don't try and emulate man's pipeline
|
|
* Fix typo in manual page.
|
|
* Update README for gitlab migration
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 17:42:54 UTC 2015 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.1.4:
|
|
+ Ask groff for text instead of postscript on Solaris.
|
|
+ Fix typos & wording issues in source comments.
|
|
+ autogen.sh: Honor NOCONFIGURE=1.
|
|
+ configure: Drop AM_MAINTAINER_MODE.
|
|
+ config: Add missing AC_CONFIG_SRCDIR.
|
|
+ Fix shadow warning.
|
|
+ Fix tautology to the intended check.
|
|
+ Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ
|
|
case as well.
|
|
+ Ensure fgets read at least one byte before modifying string.
|
|
+ Fix "no search will be preformed" typo in dialog box message.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 7 17:28:34 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.1.3:
|
|
+ COPYING: Remove notice for Xprint.
|
|
+ Check for CreateManpage returning NULL.
|
|
+ Check for InitPsuedoGlobals() returning NULL.
|
|
+ Close file pointer before setting it to NULL in Format().
|
|
Avoids more file leaks.
|
|
+ Fix file leak in ConstructCommand().
|
|
+ configure: check for groff and enable groff extensions if
|
|
found.
|
|
+ Provide a fallback mkstemp so we don't need to maintain 2 API
|
|
versions.
|
|
+ Fix scroll wheel when CapsLock, NumLock or other modifiers are
|
|
on.
|
|
+ Increase default text window sizes from 600 to 780 pixels.
|
|
+ Stop checking for OSMINORVERSION in list of Solaris man page
|
|
sections.
|
|
+ Replace StrAlloc with XtNewString.
|
|
+ Remove XConsortium/XFree86/XdotOrg RCS/CVS id tags.
|
|
+ Convert to X.Org standard code style.
|
|
+ Fix numerous typos & spelling errors in comments and message
|
|
strings.
|
|
+ Use <dirent.h> everywhere instead of checking for
|
|
X_NOT_POSIX/SYSV/USG/etc.
|
|
+ Eliminate use of tab stops. Use real TBL markup where
|
|
indicated.
|
|
+ Rename PIC to ROFF_PIC to avoid problems with "-DPIC"
|
|
compilations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 20:35:48 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.1.2:
|
|
+ Remove xmu dependency by inlining AssignMax macro.
|
|
+ Use snprintf to PATH_MAX sized buffers to construct filenames.
|
|
+ Convert more sprintf calls to snprintf.
|
|
+ Don't need to copy static strings to a buffer before calling
|
|
PopupWarning.
|
|
+ Mark string argument to PopupWarning as a const char *.
|
|
+ Build system fixes.
|
|
- Remove pkgconfig(xmu) BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split xman from xorg-x11. Initial version: 1.1.1.
|
|
|