]> code.delx.au - gnu-emacs/commitdiff
Move eww and shr to customization group `web'
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Nov 2014 20:29:40 +0000 (21:29 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Nov 2014 20:29:40 +0000 (21:29 +0100)
* net/eww.el (eww): Ditto.

* net/shr.el (shr): Move to the new defgroup `web'.

lisp/ChangeLog
lisp/net/eww.el
lisp/net/shr.el

index e2ca2284ef439339839551d57445ce4bc84cdc9a..c4873c2081b15097c64aad419ae09a06b9d5aa29 100644 (file)
@@ -1,5 +1,9 @@
 2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * net/shr.el (shr): Move to the new defgroup `web'.
+
+       * net/eww.el (eww): Ditto.
+
        * simple.el (execute-extended-command): Don't show the help
        message if the binding isn't significantly shorter than the
        M-x command the user typed (bug#19013).
index 93aecb6895cdda2ba2361f370bbd431e85b6923e..3373aac49e9a7453c3d83a15c6841b15a71a5c5e 100644 (file)
@@ -34,9 +34,9 @@
 
 (defgroup eww nil
   "Emacs Web Wowser"
-  :version "24.4"
+  :version "25.1"
   :link '(custom-manual "(eww) Top")
-  :group 'hypermedia
+  :group 'web
   :prefix "eww-")
 
 (defcustom eww-header-line-format "%t: %u"
index 26fb6471104a215eb1a783f6d4ac343ba2305924..1ced4e01163343feb2111e23985b1e66cf0ca462 100644 (file)
@@ -36,8 +36,8 @@
 
 (defgroup shr nil
   "Simple HTML Renderer"
-  :version "24.1"
-  :group 'hypermedia)
+  :version "25.1"
+  :group 'web)
 
 (defcustom shr-max-image-proportion 0.9
   "How big pictures displayed are in relation to the window they're in.