567 lines
20 KiB
Plaintext
567 lines
20 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 28 14:59:52 CET 2011 - werner@suse.de
|
|
|
|
- Add key support for screen terminal emluator
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 7 12:45:48 UTC 2011 - werner@suse.de
|
|
|
|
- Renew some patches to make it build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 14 18:20:38 CET 2010 - werner@suse.de
|
|
|
|
- Update to tcsh minor version V6.17.02
|
|
* PR/79: nargs: Better handling for promptchars.
|
|
* PR/97: Add parseoctal to retain compatibility with previous versions (Jim
|
|
Zajkowski)
|
|
* PR/84: Performance fixes for large history merges (add
|
|
hashtable (Ted Anderson)
|
|
* Don't kill "hup" background jobs when a child of the shell exits.
|
|
From Debian.
|
|
* Ignore \r\n in the command line options for OS's that don't strip
|
|
these from #!; from Debian
|
|
* Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
|
|
(Corinna Vinschen)
|
|
* set autoexpand; set histchars="";\n<tab> crash. From Debian
|
|
* unset verbose while we are reading the history file to avoid echoing
|
|
to the terminal. (Jeffrey Bastian)
|
|
* globstar addition, Enhance addition, euid, euser, gid variables
|
|
(Greg Dionne)
|
|
* Make 'e' in vi mode work like 'b' - use wordchars (Alistair Crooks)
|
|
* Make tcsh work on systems where sizeof(wchar_t) == 2 (Corinna Vinschen)
|
|
* Change internal expression calculations to long long so that we can
|
|
deal with > 32 bit time, inodes, uids, file sizes etc.
|
|
* Don't print 'Exit X' when printexitvalue is set in `` expressions
|
|
(Jeff Bastian)
|
|
* Add more LS_COLORS vars (M.H. Anderson)
|
|
* Manual page fixes (Alan R. S. Bueno)
|
|
* Remove history in loops bug from the documentation (Holger Weiss)
|
|
* Add autorehash (Holger Weiss)
|
|
* Add history.at (Ted Anderson)
|
|
* Better NLSPATH handling (Norm Jacobs)
|
|
* Fix hostname building from utmp (Cyrus Rahman)
|
|
* Handle pending signals before flush so that the the history file does
|
|
not get truncated. (Ted Anderson)
|
|
* Fix AsciiOnly setting that broke 8 bit input. (Juergen Keil)
|
|
* remember to closedir in mailchk (from Werner Fink, reported by
|
|
David Binderman)
|
|
- Add workaround for Shift-JIS endcoding that translates unshifted
|
|
7 bit ASCII (bnc#655306)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 11 16:41:34 CEST 2010 - werner@suse.de
|
|
|
|
- Avoid crash due own malloc due buggy nss implementation of glibc
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 17 12:58:44 CET 2010 - werner@suse.de
|
|
|
|
- Add Forms Data Format (.fdf) for acroread and co (bnc#573202)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 8 01:42:26 CET 2010 - ro@suse.de
|
|
|
|
- fix tcsh-6.16.00-history.dif to apply
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 15 16:42:56 CET 2010 - werner@suse.de
|
|
|
|
- Increase BUFSIZE to 8kB resulting in INBUFSIZE of 16kB (fate#308882)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 15 13:58:45 CET 2010 - werner@suse.de
|
|
|
|
- Update to tcsh version V6.17.00
|
|
* Fix dataroot autoconf issue.
|
|
* Fix directory stuff for unit tests.
|
|
* Fix small bug in history in loops.
|
|
* Provide newer config.{guess,sub}
|
|
* Fix gcc 4 warnings.
|
|
* Fix memory trashing bug introduced in 10.
|
|
* add missing sigemptyset in goodbye()
|
|
* restore behavior where a[n-] never prints an error.
|
|
* always save the whole command, not just the first 80 chars of it.
|
|
* fix short2str/short2qstr length adjustment in wide chars
|
|
(Vitezslav Crhonek)
|
|
* set histfile=/tmp/history.temp; set savehist=(100 merge);
|
|
alias precmd history -S. After that justpr is not restored
|
|
and commands don't execute. (Andriy Gapon)
|
|
* Fix "as" $ modifier from corrupting memory.
|
|
set t=demfonsftraftionf; echo $t:as/f//
|
|
* Make $% work with environment variable (Ron Johnston)
|
|
* Add autoexpand=onlyhistory (Don Estabrook, m66)
|
|
* Add history in loops (Laurence Darby, m48)
|
|
* Add missing colorls "rs" variable (Shlomi Fish, m70)
|
|
* Fix pts detection issue (Ruslan Ermilov)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 7 11:23:30 CET 2009 - meissner@suse.de
|
|
|
|
- fixed patch fuzz in a minimalistic way.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 2 17:24:05 CET 2009 - werner@suse.de
|
|
|
|
- Remove left over in old patch to re-enable message on suppended
|
|
jobs at exit/logout
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 14 10:29:22 CEST 2009 - werner@suse.de
|
|
|
|
- After mailbox counting close directory (bnc#530779)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 23 11:18:55 CEST 2009 - werner@suse.de
|
|
|
|
- Add four unknown colorls variables (rs, ca, hl, and cl) used
|
|
by dircolors but not by the tcsh ls-F builtin (bnc#494406)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 31 15:44:38 CEST 2009 - werner@suse.de
|
|
|
|
- Also enable patch for bnc#472866
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 25 12:23:46 CET 2009 - werner@suse.de
|
|
|
|
- Update to tcsh version V6.16.00
|
|
- Add patch to avoid endless loop due incorrect tty process group
|
|
(bnc#472866)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 21 15:00:49 CET 2009 - werner@suse.de
|
|
|
|
- Reenable Alt-BackSpace for delete word in XTerm in UTF-8 mode
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 26 18:30:26 CET 2008 - werner@suse.de
|
|
|
|
- For commands with full execution path bypass correction algorithm
|
|
if the command is found (bnc#444992)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 5 15:32:16 CET 2008 - werner@suse.de
|
|
|
|
- Disable patch for bnc#437295 as it cause trouble (bnc#441654)
|
|
and the gcc of openSuSE 11.1 seems to be safe
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 21 17:10:32 CEST 2008 - werner@suse.de
|
|
|
|
- Command line expansion: Allow not only "compress" for co<TAB>
|
|
but any other command starting with "co" (bnc#437295)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 8 14:32:23 CEST 2008 - werner@suse.de
|
|
|
|
- Make code of last change unambiguous
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 6 16:09:36 CEST 2008 - werner@suse.de
|
|
|
|
- Avoid blanks at the beginning of command lists (bnc#431661)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 13 17:20:19 CEST 2008 - werner@suse.de
|
|
|
|
- Add complete rule for local executables ./*
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 20 12:53:13 CET 2007 - werner@suse.de
|
|
|
|
- Oops ... also apply the patch for bug ##331627 (bug #349577)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 15 12:11:06 CEST 2007 - werner@suse.de
|
|
|
|
- Improve bug fix (bug #331627)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 12 18:18:11 CEST 2007 - werner@suse.de
|
|
|
|
- Fix save history bug: do not jump out from handler for pending
|
|
signals like for SIGHUP, just run the handler up to its end and
|
|
ignore any error happen to be interrupted (bug #331627)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 28 12:16:59 CEST 2007 - werner@suse.de
|
|
|
|
- Correct boolean expression for normalize-command (bug #304903)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 23 16:26:34 CEST 2007 - werner@suse.de
|
|
|
|
- Add workaround to avoid run onto already cleaned stack pointer
|
|
after an error (bug #293395)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 19 12:21:34 CEST 2007 - werner@suse.de
|
|
|
|
- Small correction in bindkey.tcsh: for urxvt, mlterm, and konsole
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 16 14:41:03 CEST 2007 - werner@suse.de
|
|
|
|
- Update to tcsh version V6.15.00
|
|
* fix extension eating windows code
|
|
* fix loop in %R history expansion
|
|
* sched +X source file disables interrupts (Mike Sullivan)
|
|
* One off copying macro buffers
|
|
* Avoid infinite loops in :ga modifiers when the LHS is a
|
|
substring of the RHS.
|
|
- Update bindkey.tcsh to fit current xterm and others (bug #262330)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 12:08:23 CEST 2007 - rguenther@suse.de
|
|
|
|
- Add ncurses-devel BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 16:06:05 CET 2007 - werner@suse.de
|
|
|
|
- Expand local ./files for manual pages even for tcsh (#248865)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 16 20:29:28 CEST 2006 - aj@suse.de
|
|
|
|
- Remove unneeded BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 21 12:24:13 CEST 2006 - werner@suse.de
|
|
|
|
- Do not overwrite memory by not initialized Char array (#186669)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 26 13:43:13 CEST 2006 - werner@suse.de
|
|
|
|
- Fix typo in compelete macro for the command man
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 25 14:55:43 CEST 2006 - werner@suse.de
|
|
|
|
- Add new LS_COLORS variables to avoid error message (bug #168601)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 10 14:59:51 CEST 2006 - werner@suse.de
|
|
|
|
- Tcsh completion: expand also for sections of posix manual pages
|
|
and include section 0 into search scheme (bug #160782)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 23 16:18:31 CET 2006 - werner@suse.de
|
|
|
|
- Source the users ~/.cshrc and ~/.login in the traditional order,
|
|
nevertheless the system wide /etc/csh.cshrc and /etc/csh.login
|
|
will be sourced in the natual order (bug #160278)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 6 19:46:00 CET 2006 - werner@suse.de
|
|
|
|
- Make $< operator work even when fed by pipe (bug #147724)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:31:01 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 25 14:15:10 CEST 2005 - werner@suse.de
|
|
|
|
- Switch order of sourcing csh.login csh.cshrc, now csh.login
|
|
comes first to provide all exported environment variables.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 18 14:22:17 CEST 2005 - werner@suse.de
|
|
|
|
- Update to tcsh 6.14.00, the wide character version (bug #104108).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 23 17:18:18 CEST 2005 - werner@suse.de
|
|
|
|
- Make mh handling more smarter
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 1 16:22:25 CEST 2005 - werner@suse.de
|
|
|
|
- Gcc4 does not allow function prototype declaration within other
|
|
function prototype declaration even if the internals are static.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 8 12:17:35 CEST 2004 - werner@suse.de
|
|
|
|
- Make fcntl call with O_LARGEFILE portable (bug #46977)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 27 19:01:13 CEST 2004 - ro@suse.de
|
|
|
|
- fix sigpause call (force use of sysv flavour)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 2 12:01:49 CEST 2004 - mls@suse.de
|
|
|
|
- fix utf-8 expansion, ls-F, prompt handling
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 29 23:06:42 CEST 2004 - mls@suse.de
|
|
|
|
- fix utf-8 handling (really fixes #29983, #35486)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 16 19:14:09 CET 2004 - werner@suse.de
|
|
|
|
- Do not forget the patch for bug #29983 even if not used
|
|
- Accept chinese in dspmbyte and map this on euc
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 10 18:20:30 CET 2004 - werner@suse.de
|
|
|
|
- Disable multibyte ix due problems on long lines (bug #35486)
|
|
- Simplify mv/cp complete
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 4 17:58:34 CET 2004 - werner@suse.de
|
|
|
|
- Fix mv/cp complete bug (#35339)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 20 18:08:39 CET 2004 - werner@suse.de
|
|
|
|
- Add simple workaround for multibyte command lines (bug #29983)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 28 13:48:49 CET 2004 - werner@suse.de
|
|
|
|
- Fix bug #34126: add runtime detection as fallback
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 18:14:08 CET 2004 - adrian@suse.de
|
|
|
|
- add %defattr
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 19 13:37:38 CEST 2003 - werner@suse.de
|
|
|
|
- Fix the fix for bug #29956: use a ringbuffer to avoid trouble
|
|
with recursive calls of UTF-8 convertes messges (bug #31335)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 4 15:56:43 UTC 2003 - werner@suse.de
|
|
|
|
- Corruption of cursor position is currently not fixable.
|
|
fix some other bugs.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 3 23:32:44 CEST 2003 - mfabian@suse.de
|
|
|
|
- Bugzilla #29956: convert all message catalogs to UTF-8 and
|
|
convert the strings returned by catgets from UTF-8 into the
|
|
encoding of the current locale.
|
|
- move Ukrainian message catalog into uk_UA subdirectory
|
|
instead of ru_UA.koi8u.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 18 14:18:20 CEST 2003 - werner@suse.de
|
|
|
|
- Fix multi byte initialization (bug #27793)
|
|
- Enable multi byte unset on LANG change
|
|
- Fix signess/unsigness mixtures
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 23 10:34:12 CEST 2003 - coolo@suse.de
|
|
|
|
- use BuildRoot
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 14 14:42:37 CEST 2003 - werner@suse.de
|
|
|
|
- Move pointer adress handling from int to intptr_t
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 17 16:03:01 CEST 2003 - werner@suse.de
|
|
|
|
- Fix multibyte initialization
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 17 16:07:31 CET 2003 - werner@suse.de
|
|
|
|
- Fix bug #23681: don't reset full command line if an error occurs
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 11 14:14:55 CET 2002 - ro@suse.de
|
|
|
|
- use x-devel-packages in neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
|
|
|
- removed bogus self-provides
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 7 16:33:49 CEST 2002 - werner@suse.de
|
|
|
|
- Fix bindkey.tcsh for xterm and add some more keys (bug #15002)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 30 17:15:31 CEST 2002 - werner@suse.de
|
|
|
|
- Update to 6.12.00
|
|
- Fix codesets of message cats
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 19 17:21:57 MEST 2002 - mls@suse.de
|
|
|
|
- fix bindkey.tcsh to make it work with an unset $TERM variable
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 20 11:25:43 CET 2002 - werner@suse.de
|
|
|
|
- Fix bug # 15143: Unreadable /etc/printcap due paranoid SysAdmins
|
|
should not stop tcsh.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 12 16:49:39 CET 2001 - werner@suse.de
|
|
|
|
- Revisit some complete expansion (mainly for mv, cp, make, and
|
|
man), sed error scanners should work for all languages.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 6 19:04:12 CEST 2001 - werner@suse.de
|
|
|
|
- Update to 6.11.00 due
|
|
* correct large file support
|
|
* Avoid core-dumping on very long $HOME variable
|
|
* Don't call qsort(3) with 0 items
|
|
* Fix redrawing in the recognize case
|
|
* MAXHOSTNAMELEN needs to be 256 (instead of 255)
|
|
* Big5 multibyte support
|
|
* Fix rmstar not to corrupt memory on off
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 17:11:39 CEST 2001 - werner@suse.de
|
|
|
|
- Force large file support
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 9 16:32:00 CEST 2001 - cstein@suse.de
|
|
|
|
- Corrected German spellings in nls/german/set6
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 7 12:42:17 CET 2001 - werner@suse.de
|
|
|
|
- We use xmkmf therefore we need a full X environment at build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 14:17:24 CET 2001 - werner@suse.de
|
|
|
|
- Don't use the authors (endless looping) security temp file
|
|
change but the mkstemp() function.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 2 01:18:57 CET 2001 - mfabian@suse.de
|
|
|
|
- update to version 6.10.00
|
|
(because the new version has support for display and editing of
|
|
multibyte characters)
|
|
- add patch to enable multibyte character editing
|
|
- patch to glob.c removed (included upstream)
|
|
- patch to sh.dir.c removed (included upstream)
|
|
- patch to tw.color.c removed (incuded upstream)
|
|
- last hunk of patch to tw.h removed (included upstream)
|
|
- bzip2 sources
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 15 12:27:39 CET 2000 - werner@suse.de
|
|
|
|
- Add missed hash for a comment.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 22 18:43:38 CET 2000 - werner@suse.de
|
|
|
|
- Make /etc/profile.d/bindkey.tcsh knowing about TERM kvt and gnome
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 17 12:39:34 CET 2000 - kukuk@suse.de
|
|
|
|
- fix neededforbuild: textutil -> textutils
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 2 14:06:08 CET 2000 - werner@suse.de
|
|
|
|
- Use mkstemp for opening tmp files for `<<' redirects
|
|
- Use TMPDIR variable for location of tmp files
|
|
- Set group tag in spec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 24 20:00:34 CEST 2000 - uli@suse.de
|
|
|
|
- moved docs to %{_docdir}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 26 21:20:26 CET 2000 - werner@suse.de
|
|
|
|
- New version 6.09.00
|
|
- /usr/man -> /usr/share/man
|
|
- Fix usage of catopen (MCLoadBySet isn't that what is used
|
|
internally within glibc, set it to MCLoadBySet)
|
|
- Avoid crahs due coloured ls-F
|
|
- Correct setpath NLS message
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
----------------------------------------------------------------
|
|
Mon Jun 28 23:26:12 CEST 1999 - werner@suse.de
|
|
|
|
- Source key binding and completion code from
|
|
/etc/csh.cshrc out into /etc/profile.d/bindkey.tcsh and
|
|
/etc/profile.d/complete.tcsh
|
|
- No newgrp builtin because its equivalent to exec newgrp
|
|
|
|
----------------------------------------------------------------
|
|
Wed Jun 16 00:05:15 MEST 1999 - ro@suse.de
|
|
|
|
- create localedirs before make install
|
|
|
|
----------------------------------------------------------------
|
|
Fri Jun 11 23:38:17 CEST 1999 - werner@suse.de
|
|
- New version
|
|
----------------------------------------------------------------
|
|
Fri Mar 12 14:21:46 MET 1999
|
|
- Fix SIGSEGV caused different sizes of FILSIZ and BUFSIZE
|
|
- New version
|
|
- Restore missed MAXNAMLEN
|
|
- Make it alpha compile
|
|
----------------------------------------------------------------
|
|
Thu Dec 3 15:41:07 MET 1998 - werner@suse.de
|
|
- Fix SIGSEGV with SYSMALOC
|
|
* alloc n+1 not n chunks
|
|
* set freed pointer to (ptr_t)NULL
|
|
----------------------------------------------------------------
|
|
Wed Sep 16 16:32:13 MET DST 1998 - werner@suse.de
|
|
- Stupid error fixed
|
|
|
|
----------------------------------------------------------------
|
|
Tue Sep 15 17:34:46 MET DST 1998 - werner@suse.de
|
|
- Security fix
|
|
- Avoid I/O trouble, use POSIX
|
|
|
|
----------------------------------------------------------------
|
|
Wed Oct 22 18:07:30 MET DST 1997 - werner@suse.de
|
|
- Updatet FAQ.tcsh
|
|
- Better installation: remove old files before linking
|
|
|
|
----------------------------------------------------------------
|
|
Sat Nov 16 10:29:43 CET 1996 - bs@suse.de
|
|
|
|
added FAQ.tcsh
|
|
|
|
|
|
----------------------------------------------------------------
|
|
Thu Nov 14 15:16:00 CET 1996 - werner@suse.de
|
|
|
|
- Neue Version 6.07.02 mit einigen Fixes
|