Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
90e195c9
Commit
90e195c9
authored
Aug 06, 1996
by
David Kågedal
Browse files
* Uppdaterade copyright-meddelandena
* Makefile: Rensade bort lite gammalt skräp.
parent
5b528516
Changes
35
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
90e195c9
Tue Aug 6 23:32:48 1996 David Kgedal <davidk@lysator.liu.se>
* Jag gick igenom och uppdaterade Copyright-rtal och GPL-version
i alla filerna, genom att anvnda M-x copyright-update.
* Makefile: Rensade bort lite gammalt skrp.
Mon Aug 5 02:16:04 1996 David Kgedal <davidk@lysator.liu.se>
* lyskom-rest.el (lyskom-update-prompt): Testa
...
...
src/Makefile
View file @
90e195c9
# -*- Makefile -*-
# $Id$
# Copyright (C) 1991 Lysator Academic Computer Association.
# Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM 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
1
, or (at your option)
# the Free Software Foundation; either version
2
, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
@@ -27,6 +27,10 @@
CLIENTVERSION
=
0.42-beta
SHELL
=
/bin/sh
LISPDIR
=
/usr/gnu/share/emacs/site-lisp
GENERIC-CLEAN
=
*
~
*
.o core
GENERIC-DIST-CLEAN
=
TAGS
...
...
@@ -60,23 +64,18 @@ SRC-ELC = komtypes.elc clienttypes.elc deferred-insert.elc utilities.elc \
commands1.elc commands2.elc review.elc edit-text.elc
\
filter.elc filter-edit.elc lyskom-buttons.elc
\
view-text.elc async.elc completing-read.elc
\
prioritize.elc flags.elc messages.elc ansaphone.elc
remote-control.elc
\
elib-string.elc
\
prioritize.elc flags.elc messages.elc ansaphone.elc
\
remote-control.elc
elib-string.elc
\
lyskom-rest.elc
PARTS-ELC
=
$
(
SRC-ELC
)
.SUFFIXES
:
.el .elc
.el.elc
:
$
(
EMACS-BATCH
)
-l
`
pwd
`
/macros
-l
`
pwd
`
/vars
-f
batch-byte-compile
$*
.el
# The default target
all
:
lyskom.elc
# I dont want any warnings of the newer file...
vars.elc
:
vars.el macros.elc
$
(
EMACS-BATCH
)
-l
`
pwd
`
/macros
-f
batch-byte-compile
$*
.el
macros.elc
:
macros.el
$
(
EMACS-BATCH
)
-f
batch-byte-compile
$*
.el
.SUFFIXES
:
.el .elc
.el.elc
:
$
(
EMACS-BATCH
)
-l
`
pwd
`
/macros
-l
`
pwd
`
/vars
-f
batch-byte-compile
$*
.el
# influenced by autoconf? Yes.
vars.el
:
vars.el.in Makefile
...
...
@@ -90,7 +89,7 @@ lyskom.el: $(HEADER-EL) $(SWEDISH-EL) $(PARTS-EL)
lyskom.elc
:
lyskom.el
$
(
EMACS-BATCH
)
-f
batch-byte-compile lyskom.el
#
Only testi
ng
#
Do "make verbose" to see where things go wro
ng
.PHONY
:
verbose
verbose
:
verbose-el lyskom.elc
...
...
@@ -103,11 +102,6 @@ verbose-el: $(HEADER-EL) $(SWEDISH-EL) $(PARTS-EL)
cat
$$
i
>>
lyskom.el
;
\
done
# For fast compiling
.PHONY
:
fast
fast
:
$(HEADER-ELC) $(SWEDISH-ELC) $(PARTS-ELC)
cat
$
(
HEADER-ELC
)
$
(
SWEDISH-ELC
)
$
(
PARTS-ELC
)
>
lyskom.elc
# English version
english-lyskom.el
:
$(HEADER-EL) $(ENGLISH-EL) $(PARTS-EL)
cat
$
(
HEADER-EL
)
$
(
ENGLISH-EL
)
$
(
PARTS-EL
)
>
english-lyskom.el
...
...
@@ -115,6 +109,19 @@ english-lyskom.el: $(HEADER-EL) $(ENGLISH-EL) $(PARTS-EL)
english-lyskom.elc
:
english-lyskom.el
$
(
EMACS-BATCH
)
-f
batch-byte-compile english-lyskom.el
# The method of compiling elc files separately is now depreceated
# I dont want any warnings of the newer file...
vars.elc
:
vars.el macros.elc
$
(
EMACS-BATCH
)
-l
`
pwd
`
/macros
-f
batch-byte-compile
$*
.el
macros.elc
:
macros.el
$
(
EMACS-BATCH
)
-f
batch-byte-compile
$*
.el
# For fast compiling
.PHONY
:
fast
fast
:
$(HEADER-ELC) $(SWEDISH-ELC) $(PARTS-ELC)
cat
$
(
HEADER-ELC
)
$
(
SWEDISH-ELC
)
$
(
PARTS-ELC
)
>
lyskom.elc
$(SRC-ELC) $(SWEDISH-ELC) $(ENGLISH-ELC)
:
macros.elc
elc-files
:
$(HEADER-ELC) $(PARTS-ELC)
...
...
@@ -131,7 +138,7 @@ elc-files: $(HEADER-ELC) $(PARTS-ELC)
wc
:
@
wc
$
(
HEADER-EL
)
$
(
PARTS-EL
)
$
(
SWEDISH-EL
)
$
(
ENGLISH-EL
)
@
wc
../doc/elisp-client.latexinfo
ChangeLog ../misc/todo
@
wc
ChangeLog ../misc/todo
TAGS
:
$(HEADER-EL) $(PARTS-EL) $(SWEDISH-EL) $(ENGLISH-EL)
etags
$
(
HEADER-EL
)
$
(
PARTS-EL
)
$
(
SWEDISH-EL
)
$
(
ENGLISH-EL
)
...
...
@@ -141,10 +148,8 @@ doc:
install
:
installnodoc installdoc
installatlysator
:
lyskom-$(CLIENTVERSION).elc lyskom.el
cp
lyskom.el /usr/gnu/lib/emacs/site-lisp/lyskom.el
cp
lyskom.el /usr/local/var/elisp/lyskom.el
cp
lyskom-
$(CLIENTVERSION)
.elc /usr/gnu/lib/emacs/site-lisp/lyskom.elc
installatlysator
:
lyskom.elc lyskom.el
cp
lyskom.el lyskom.elc
$(LISPDIR)
lyskom-$(CLIENTVERSION).elc
:
lyskom.elc
cp
lyskom.elc lyskom-
$(CLIENTVERSION)
.elc
...
...
@@ -167,11 +172,11 @@ installnodoc: installatlysator installatftp
# This is now the responsability of the Makefile in the doc-dir.
installdoc
:
doc
(
cd
../doc
;
make
install
)
(
cd
../doc
;
$(MAKE)
install
)
smallclean
:
$(RM)
lyskom-
$(CLIENTVERSION)
.el.gz lyskom-
$(CLIENTVERSION)
.elc.gz
$(RM)
lyskom-
$(CLIENTVERSION)
.elc lyskom.el
$(RM)
lyskom-
$(CLIENTVERSION)
.elc lyskom.el
lyskom.elc
clean
:
smallclean
$(RM)
*
~
*
.elc
$
(
GENERIC-CLEAN
)
...
...
src/README
View file @
90e195c9
The
l
ys
kom
project is conducted at the Lysator CC at the
The
L
ys
KOM
project is conducted at the Lysator CC at the
Linköping institute of Technology.
The developers are interested in any improvements you do in the
code so please make sure they get a copy of your
fixes/enhancements.
email to linus@lysator.liu.se, inge@lysator.liu.se or
kom@lysator.liu.se.
fixes/enhancements. Email them to kom@lysator.liu.se.
/Linus
src/TODO-prefetch
deleted
100644 → 0
View file @
5b528516
Lista nyheter m}ste skrivas om.
N{sta m|te m}ste skrivas om.
Fixa buggen som g|r att vi f}r flera promptar.
src/ansaphone.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/async.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/cache.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/clienttypes.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/commands1.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/commands2.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/completing-read.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/distribution-README
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/distribution-makefile
View file @
90e195c9
#
# $Id$
# Copyright (C) 1991 Lysator Academic Computer Association.
# Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM 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
1
, or (at your option)
# the Free Software Foundation; either version
2
, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/edit-text.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/english-strings.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/filter-edit.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1994 Lysator Academic Computer Association.
;;;;; Copyright (C) 1994
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/filter.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/flags.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/internal.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
src/komtypes.el
View file @
90e195c9
;;;;;
;;;;; $Id$
;;;;; Copyright (C) 1991 Lysator Academic Computer Association.
;;;;; Copyright (C) 1991
, 1996
Lysator Academic Computer Association.
;;;;;
;;;;; This file is part of the LysKOM server.
;;;;;
;;;;; LysKOM 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
1
, or (at your option)
;;;;; the Free Software Foundation; either version
2
, or (at your option)
;;;;; any later version.
;;;;;
;;;;; LysKOM is distributed in the hope that it will be useful, but WITHOUT
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment