Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
036d93bc
Commit
036d93bc
authored
Oct 26, 2010
by
Katsumi Yamaoka
Browse files
shr.el (shr-tag-div): Added.
parent
84b28888
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/shr.el
lisp/gnus/shr.el
+6
-0
No files found.
lisp/gnus/ChangeLog
View file @
036d93bc
2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
* shr.el (shr-tag-div): Added.
2010-10-25 Julien Danjou <julien@danjou.info>
* gnus-util.el: Remove `gnus-with-local-quit'.
...
...
lisp/gnus/shr.el
View file @
036d93bc
...
...
@@ -444,6 +444,12 @@ Return a string with image data."
(
shr-generic
cont
)
(
shr-ensure-paragraph
))
(
defun
shr-tag-div
(
cont
)
(
shr-ensure-newline
)
(
shr-indent
)
(
shr-generic
cont
)
(
shr-ensure-newline
))
(
defun
shr-tag-b
(
cont
)
(
shr-fontize-cont
cont
'bold
))
...
...
Write
Preview
Markdown
is supported
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