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
d6525517
Commit
d6525517
authored
May 08, 2001
by
Per Cederqvist
Browse files
Rename "x-kom/basic" to "text/x-kom-basic". (Continue to handle texts
labeled with the old name for compatibility.)
parent
187c515e
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
d6525517
2001-05-08 Per Cederqvist <ceder@moria>
* TODO: Change all occurances of "x-kom/basic" to
"text/x-kom-basic".
* vars.el.in (lyskom-format-special): The content type
"x-kom/basic" is being renamed to "text/x-kom-basic". Keep the
old name as well.
2001-05-07 David Byers <davby@ida.liu.se>
* check-strings.el (lyskom-check-strings): Check help strings and
...
...
src/TODO
View file @
d6525517
...
...
@@ -1049,7 +1049,7 @@ den h
Byte Innehåll
0-24 Ärenderaden
25-149 Texten i formatet x-kom
/
basic (dvs omformatterbar text)
25-149 Texten i formatet
text/
x-kom
-
basic (dvs omformatterbar text)
150-299 Texten i formatet text/html
300-399 En liten ikon som används av HTML-versionen
400-799 En shockwave-animation som används av HTML-versionen
...
...
@@ -1068,7 +1068,7 @@ sekvens av delar. En fj
finns i flera format, et c.
Exemplet är en sekvens av ärenderaden och texten. Texten finns i två
varianter: x-kom
/
basic och text/html. text/html-varianten är en
varianter:
text/
x-kom
-
basic och text/html. text/html-varianten är en
sekvens av tre delar: själva html-texten, en ikon, och en animation.
Animationen finns i två varianter: en shockwaveanimation och en
stillbild.
...
...
@@ -1076,7 +1076,7 @@ stillbild.
Nedkodat skulle det kunna bli så här:
1;x-kom/subject;0;24
2.1;x-kom
/
basic;25;125
2.1;
text/
x-kom
-
basic;25;125
2.2.1;text/html;150;150
2.2.2;image/png;300;100
2.2.3.1;image/shockwave;400;400
...
...
@@ -1090,7 +1090,7 @@ eller n
(sequence
(x-kom/subject 0 24)
(alternative
(x-kom
/
basic 25 125)
(
text/
x-kom
-
basic 25 125)
(text/html 150 150
(inline
(image/png 300 100)
...
...
src/vars.el.in
View file @
d6525517
...
...
@@ -2366,7 +2366,8 @@ See lyskom-compute-char-classes."
(
"text/html"
.
lyskom-format-html
)
(
"text/enriched"
.
lyskom-format-enriched
)
(
"text/plain"
.
nil
)
(
"x-kom/basic"
.
nil
)
(
"text/x-kom-basic"
.
nil
)
(
"x-kom/basic"
.
nil
)
;Archaic alias for text/x-kom-basic.
(
"x-kom/ö\\."
.
lyskom-format-
ö
))
"AList of (FORMAT . FUNCTION) specifying functions that format texts
of that type. FORMAT is a symbol and FUNCTION is a function taking one
...
...
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