Fri Oct 8 22:46:54 PDT 1999

(Mandrake)

I've gone through and put all the people in the AUTHORS file in the
documentation.  updated the documentation some (now it all fits on one page in
a couple of key places) including the credits in the documentation.  I don't
want anyone that has been recognized to feel like they got credit left out.
If you've contributed patches and don't see your name listed - you NEED to
let me know ASAP.  if you don't let me know in the next couple of days you
probably won't be in the 0.16.0 release's credits.  (sorry)


SVN revision: 729
This commit is contained in:
Mandrake 1999-10-09 02:01:06 +00:00
parent 8281569c97
commit 2fae83aef3
3 changed files with 27 additions and 6 deletions

View File

@ -3291,3 +3291,16 @@ Fri Oct 8 18:53:09 EST 1999
(Christian)
Uhmm .. _now_ there's no more buttons.cfg. Sorry :)
-------------------------------------------------------------------------------
Fri Oct 8 22:46:54 PDT 1999
(Mandrake)
I've gone through and put all the people in the AUTHORS file in the
documentation. updated the documentation some (now it all fits on one page in
a couple of key places) including the credits in the documentation. I don't
want anyone that has been recognized to feel like they got credit left out.
If you've contributed patches and don't see your name listed - you NEED to
let me know ASAP. if you don't let me know in the next couple of days you
probably won't be in the 0.16.0 release's credits. (sorry)

View File

@ -25,7 +25,7 @@
int ArrangeAddToList(int **array, int current_size, int value);
void ArrangeSwapList(RectBox * list, int a, int b);
int
int
ArrangeAddToList(int **array, int current_size, int value)
{
int i, j;
@ -47,7 +47,7 @@ ArrangeAddToList(int **array, int current_size, int value)
EDBUG_RETURN(current_size + 1);
}
void
void
ArrangeSwapList(RectBox * list, int a, int b)
{
RectBox bb;
@ -71,7 +71,7 @@ ArrangeSwapList(RectBox * list, int a, int b)
EDBUG_RETURN_;
}
void
void
ArrangeRects(RectBox * fixed, int fixed_count, RectBox * floating,
int floating_count, RectBox * sorted, int width, int height,
int policy)
@ -571,7 +571,7 @@ ArrangeRects(RectBox * fixed, int fixed_count, RectBox * floating,
EDBUG_RETURN_;
}
void
void
SnapEwin(EWin * ewin, int dx, int dy, int *new_dx, int *new_dy)
{
EWin **lst, **gwins;
@ -751,7 +751,7 @@ SnapEwin(EWin * ewin, int dx, int dy, int *new_dx, int *new_dy)
EDBUG_RETURN_;
}
void
void
ArrangeEwin(EWin * ewin)
{

View File

@ -4698,7 +4698,15 @@ IPC_Copyright(char *params, Client * c)
"Kimball Thurston,\n"
"Michael Kellen, Frederic Devernay, Felix Bellaby, "
"Michael Jennings,\n"
"Christian Kreibich, Peter Kjellerstedt and others)\n\n"
"Christian Kreibich, Peter Kjellerstedt, Troy Pesola, Owen Taylor, "
"Stalyn,\n"
"Knut Neumann, Nathan Heagy, Simon [something or other], "
"Brent Nelson,\n"
"Martin Tyler, Graham MacDonald, Jessse Michael, "
"Paul Duncan, Daniel Erat,\n"
"Tom Gilbert, Peter Alm, Ben Frantzdale, "
"Hallvar Helleseth, Kameran Kashani,\n"
"Carl Strasen, and others - please see the AUTHORS file)\n\n"
"Permission is hereby granted, free of charge, to "
"any person obtaining a copy\n"
"of this software and associated documentation files "