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
Peter Liljenberg
lyskom-elisp-client
Commits
f2bee73f
Commit
f2bee73f
authored
Apr 18, 2002
by
Jonas Frid
Browse files
Corrected bugs in Settings for new FAQ features.
parent
33cd8d76
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
f2bee73f
2002-04-18 Jonas Frid <jonas.frid@softlab.ericsson.se>
* swedish-strings.el (lyskom-custom-strings): Bugfix in
kom-auto-list-faqs-tag. Missing '.'.
* option-edit.el (lyskom-custom-variables): Bugfix in
kom-auto-list-faqs and kom-auto-review-faqs. Missing parantheses.
2002-04-17 Ulrik Haugen <qha@lysator.liu.se>
Fix bug 464:
...
...
src/option-edit.el
View file @
f2bee73f
...
...
@@ -518,8 +518,8 @@ customize buffer but do not save them to the server."
(
kom-autowrap
(
choice
((
const
(
on
t
))
(
const
(
off
nil
))
(
number
nil
:tag
max-text-length
))))
(
kom-auto-list-faqs
(
toggle
on
off
))
(
kom-auto-review-faqs
(
toggle
on
off
))
(
kom-auto-list-faqs
(
toggle
(
on
off
))
)
(
kom-auto-review-faqs
(
toggle
(
on
off
))
)
(
kom-dashed-lines
(
toggle
(
on
off
)))
(
kom-show-author-at-end
(
toggle
(
on
off
)))
...
...
src/swedish-strings.el
View file @
f2bee73f
...
...
@@ -4053,7 +4053,7 @@ i servern. Annars sparas det i din .emacs.")
(kom-review-uses-cache-tag . "
tersekommandon
anvnder
sparade
inlgg:
")
(kom-review-marks-texts-as-read-tag . "
tersekommandon
lsmarkerar
visade
texter:
")
(kom-auto-review-faqs-tag . "
Visa
nya
FAQer
automatiskt:
")
(kom-auto-list-faqs-tag "
Lista
nya
FAQer
automatiskt:
")
(kom-auto-list-faqs-tag
.
"
Lista
nya
FAQer
automatiskt:
")
)
)
...
...
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