Skip to content
GitLab
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
24f0e8c8
Commit
24f0e8c8
authored
Oct 11, 1997
by
David Byers
Browse files
Synkning inför release av 0.45.1
parent
84558cf6
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/NEWS-0.45.1
View file @
24f0e8c8
...
...
@@ -15,7 +15,8 @@ tar-arkivet.
* Se NEWS-0.45 för information om 0.45 i största allmänhet. Rätt
mycket har ändrats från 0.44.2, så det kan vara värt att läsa detta.
mycket har ändrats från 0.44.2 som kan vara intressant att känna
till.
* Fitjurs och förbättringar
...
...
release
View file @
24f0e8c8
...
...
@@ -101,7 +101,10 @@ q1=""
while
[
!
"
$q1
"
]
;
do
ask
"Har du skrivit ett ChangeLog-entry fr releasen"
nej
if
[
"
$no
"
]
;
then
askedit src/ChangeLog
ask
"Vill du editera
$1
"
ja
if
[
"
$yes
"
]
;
then
(
cd
src
;
emacs
-nw
-q
-f
add-change-log-entry
)
fi
else
q1
=
"X"
fi
...
...
@@ -144,7 +147,7 @@ fi
echo
"Checkar in fr skerhets skull..."
if
(
set
-x
;
cvs commit
-m
"Synkning infr release av
$version
"
)
;
then
;
echo
"Incheckning klar"
else
ask
"Fortstt trots att incheckningen inte gick bra"
nej
if
[
"
$no
"
]
;
then
...
...
@@ -155,7 +158,7 @@ fi
if
[
"
$revision
"
]
;
then
echo
"Uppdaterar revisionsnumret..."
if
(
set
-x
;
cvs commit
-r
$version
)
;
then
;
echo
"Revisionsnumret r uppdaterat"
else
ask
"Fortstt trots att revisionsndringen inte gick bra"
nej
if
[
"
$no
"
]
;
then
...
...
src/ChangeLog
View file @
24f0e8c8
Sat Oct 11 20:32:09 1997 David Byers <davby@sen2.ida.liu.se>
* Release av 0.45.1
Sat Oct 11 13:05:26 1997 David Byers <davby@ida.liu.se>
* defvar.el (def-kom-var): Om variabeln redan r definierad s
...
...
src/distribution-README
View file @
24f0e8c8
...
...
@@ -60,7 +60,7 @@
versions of Gnus will not work.
The version that is bundled with recent versions of XEmacs, with
Gnu Emacs 20
.1
, with recent versions of Gnus and w3 is the one you
Gnu Emacs 20, with recent versions of Gnus and w3 is the one you
need.
Custom is not longer distributed as a separate package, but it may
...
...
@@ -151,12 +151,16 @@
lyskom-clientversion.
o The symptoms of the bug. Please be as detailed as possible.
Please do not try to make conclusions. Just the facts
ma'am
.
Please do not try to make conclusions. Just
give us
the facts.
o How you triggered the bug. If you know how to reproduce it,
please tell us. We're pretty good at fixing bugs we can
reproduce.
o How you started Emacs, what variables you have changed and
which packages you have loaded. If possible, try to reproduce
the bug with Emacs started with the -q command line switch.
The command kom-bug-report may come in handy. It gives us a lot of
information that you might not think of (such as what the internal
data structures look like.)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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