File kterm.changes of Package kterm
-------------------------------------------------------------------
Wed Apr 3 07:27:11 UTC 2013 - coolo@suse.com
- remove kterm-6.2.0-autolinefeed.patch and kterm.h.patch, which
weren't applied for a long time
-------------------------------------------------------------------
Mon Sep 17 11:28:22 UTC 2012 - cfarrell@suse.com
- license update: MIT
No BSD-3-Clause licensing found (and BSD3c is deprecated anyway)
-------------------------------------------------------------------
Mon Nov 8 13:33:07 UTC 2010 - coolo@novell.com
- remove support for pre-9.1
-------------------------------------------------------------------
Thu Sep 9 18:42:22 UTC 2010 - aj@suse.de
- BuildRequire utempter-devel
-------------------------------------------------------------------
Thu Mar 29 17:44:51 CEST 2007 - rguenther@suse.de
- add ncurses-devel to BuildRequires
-------------------------------------------------------------------
Fri Aug 04 18:44:30 CEST 2006 - mfabian@suse.de
- adapt for Xorg X11R7 (paths changed).
-------------------------------------------------------------------
Wed Jan 25 21:37:16 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Jun 15 14:12:47 CEST 2005 - meissner@suse.de
- use RPM_OPT_FLAGS.
-------------------------------------------------------------------
Tue Apr 19 18:39:26 CEST 2005 - mfabian@suse.de
- Fix more build issues (return values in non-void functions
(GCC 4 seems to become ever more picky here) and NULL pointer
in vararg list).
-------------------------------------------------------------------
Sun Apr 3 13:20:53 CEST 2005 - aj@suse.de
- Fix GCC 4 build issue.
-------------------------------------------------------------------
Wed Jun 16 01:10:52 CEST 2004 - ro@suse.de
- added return values to non-void functions
-------------------------------------------------------------------
Wed Nov 5 01:16:01 CET 2003 - ro@suse.de
- adapt permissions
- don't build as root
-------------------------------------------------------------------
Sat Aug 23 16:17:49 CEST 2003 - mfabian@suse.de
- add patch to make it possible to have the scrollbar on the right.
(thanks to Chisato Yamauchi <cyamauch@hst.phyas.aichi-edu.ac.jp>)
- make the scrollbar at the right the default.
-------------------------------------------------------------------
Fri Jun 13 23:54:11 CEST 2003 - mfabian@suse.de
- fix "directory is not owned by any package".
-------------------------------------------------------------------
Tue Jan 21 18:54:33 CET 2003 - mfabian@suse.de
- add /usr/X11R6/lib/X11/ja_JP.SJIS/app-defaults/KTerm to make
LC_ALL=ja_JP.SJIS kterm work out of the box.
-------------------------------------------------------------------
Thu Aug 1 14:14:57 CEST 2002 - mfabian@suse.de
- add /bin/ln to Prereq:
-------------------------------------------------------------------
Tue Apr 16 13:02:23 CEST 2002 - mfabian@suse.de
- fix kterm.termcap and kterm.terminfo (thanks to <mls@suse.de>)
(This is documentation only, the real terminfo information
is in the terminfo package.
-------------------------------------------------------------------
Thu Jan 31 13:31:49 CET 2002 - okir@suse.de
- Added utempter support; removed s bit.
My god, I forgot how messy code could be :(
-------------------------------------------------------------------
Mon Aug 20 15:47:55 CEST 2001 - mfabian@suse.de
- improve font specifications in Japanese app-defaults to
allow jisx0212 fonts.
- cleanup spec file.
-------------------------------------------------------------------
Mon May 7 19:29:58 CEST 2001 - mfabian@suse.de
- bzip2 source
-------------------------------------------------------------------
Sat Jan 6 06:07:50 CET 2001 - mfabian@suse.de
- make autolinefeed default to "off" again. It *does* have
disadvantages to turn it on: When turned on, one will get 2
prompts after typing return only once. Especially bad when
trying to log in:
login: mfabian
password:
and the password line is skipped, depriving one of the chance
to enter a password. Must find a different solution for the
soft-hyphen problem, switching autolinefeed on is really bad.
-------------------------------------------------------------------
Tue Dec 12 13:12:28 CET 2000 - mfabian@suse.de
- make autolinefeed default to "on".
This helps for viewing man-pages formatted with
"nroff -mandoc -Tlatin1". With the option "-Tlatin1", nroff
uses soft-hyphens to hyphenate words. When autolinefeed
is off, kterm displays a soft-hyphen (0xad) followed by
a linefeed (0x0a) as a linefeed only, i.e. very ugly
stairs are visible. When autolinefeed is on, a soft-hyphen
followed by a linefeed is displayed as linefeed and carriage
return. This looks much better. The soft-hyphen is still
invisible, but at least the formatting is OK.
I found no disadvantages of autolinefeed on, therefore
I make it the default.
- remove nkf from #neededforbuild and "BuildPreqeq:"
-------------------------------------------------------------------
Mon Dec 11 16:42:05 CET 2000 - mfabian@suse.de
- removed old patch ad.suse.diff
-------------------------------------------------------------------
Fri Dec 8 12:21:29 CET 2000 - mfabian@suse.de
- use iconv instead of nkf to convert manpage
-------------------------------------------------------------------
Fri Dec 8 12:16:39 CET 2000 - mfabian@suse.de
- workaround in %post to make kterm find it's app-defaults
even if LANG=japanese or LANG=japanese.euc
-------------------------------------------------------------------
Tue Nov 14 22:00:55 CET 2000 - mfabian@suse.de
- repaired setlocale call for Glibc 2.2
- improved app-defaults.
-------------------------------------------------------------------
Thu Aug 31 10:15:25 CEST 2000 - mfabian@suse.de
- Fix to make it work on PowerPC
-------------------------------------------------------------------
Fri Aug 11 10:01:56 CEST 2000 - mfabian@suse.de
- moved Japanese manpage and app-defaults to "ja" subdirectory
-------------------------------------------------------------------
Fri Jun 2 14:18:37 CEST 2000 - wede@suse.de
- initial package