1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Usepackage Environment Manager
Copyright (C) 1995-2002 Jonathan Hogg <jonathan@onegoodidea.com>
.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2002-12-11 Jonathan Hogg <jonathan@onegoodidea.com>
* Tagged version 1.6.3 for release.
* utils.c: Updated to use HOME environment variable for ~ expansion
if available. Previously I looked up the home directory from the UID
of the process, which defeats usepackage when run by a user with
root privileges.
2002-06-17 Jonathan Hogg <jonathan@onegoodidea.com>
* Tagged version 1.6.2 for release.
* use.1.in, usepackage.1.in: split the manual page into two, one
for the front-end (use) and one for the backend (usepackage).
* Updated copyright and license stuff to latest versions from FSF.
* usepackage.conf: tidied this up a little.
* README, usepackage.c: Fixed dumb "Copyright Copyright" cosmetic
bug.
2002-05-29 Jonathan Hogg <jonathan@onegoodidea.com>
* Tagged version 1.6.1 for release.
* Makefile.am: removed pattern matching dependency line for .in
files and replaced it with explicit rules. The pattern matching
line doesn't work with BSD make and it's been so long since I used
anything but GNU make I can't remember how to do the equivalent.
2002-05-27 Jonathan Hogg <jonathan@onegoodidea.com>
* README: Updated to be less Glasgow-centric and match the new
build style.
* INSTALL: Short basic installation instructions.
* Makefile.am: Added custom install procedure for usepackage.conf
file.
* Updated copyright and author notices on everything.
2002-05-26 Jonathan Hogg <jonathan@onegoodidea.com>
* Makefile.am, configure.ac: Now using autoconf/automake to
generate all of the build system.
* usepackage.c: Small changes to the messages.
* scanner.l, grammar.y: Patch from Luca Filipozzi to improve
portability.
|