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
995b6231
Commit
995b6231
authored
Oct 19, 1999
by
David Byers
Browse files
Handle cases when mx-from is not set but mx-author is in the edit buffer and in kom-list-summary
parent
14bc32e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
995b6231
1999-10-19 David Byers <davby@ida.liu.se>
* commands2.el (lyskom-print-summary-line): Test mx-author
and mx-from to see if we should print the mx-author name.
* edit-text.el (lyskom-edit-get-commented-author): Test mx-author
and mx-from to see if we should print the mx-author name.
1999-10-18 David Byers <davby@ida.liu.se>
* utilities.el (lyskom-client-date): Off-by-one error in
...
...
src/commands2.el
View file @
995b6231
...
...
@@ -938,7 +938,7 @@ Format is 23:29 if the text is written today. Otherwise 04-01."
text-no
time
lines
(
if
mx-from
(
if
(
or
mx-from
mx-author
)
(
lyskom-format-mx-author
mx-from
mx-author
)
(
text-stat->author
text-stat
))
(
lyskom-default-button
'text
...
...
src/edit-text.el
View file @
995b6231
...
...
@@ -260,7 +260,7 @@ NUMBER is the number of the person. Used if the conf-stat is nil."
(
lyskom-edit-insert-commented-author
(
if
mx-from
(
if
(
or
mx-from
mx-author
)
(
lyskom-format-mx-author
mx-from
mx-author
)
(
blocking-do
'get-conf-stat
(
text-stat->author
text-stat
)))
string
stream
number
))
...
...
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