+2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
+
+ * progmodes/ada-mode.el (ada):
+ * woman.el (woman): Link to info manual and Commentary section.
+
+ * progmodes/flymake.el (flymake):
+ * nxml/nxml-mode.el (nxml):
+ * net/eww.el (eww):
+ * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
+ * htmlfontify.el (htmlfontify):
+ * ses.el (ses):
+ * epa.el (epa):
+ * ido.el (ido): Link to info manual.
+
2014-01-25 Leo Liu <sdl.web@gmail.com>
* progmodes/flymake.el (flymake-make-overlay): No rear advance.
(defgroup epa nil
"The EasyPG Assistant"
:version "23.1"
+ :link '(custom-manual "(epa) Top")
:group 'epg)
(defcustom epa-popup-info-window t
+2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
+
+ * erc.el (erc): Link to info manual.
+
2013-12-28 Glenn Morris <rgm@gnu.org>
* erc-log.el (erc-log-file-coding-system): Specify custom type.
(defgroup erc nil
"Emacs Internet Relay Chat client."
:link '(url-link "http://www.emacswiki.org/cgi-bin/wiki/ERC")
+ :link '(custom-manual "(erc) Top")
:prefix "erc-"
:group 'applications)
"Convert buffers and files to HTML."
:group 'applications
:link '(variable-link htmlfontify-manual)
+ :link '(custom-manual "(htmlfontify) Top")
+ :link '(info-link "(htmlfontify) Customization")
:prefix "hfy-")
(defcustom hfy-page-header 'hfy-default-header
:group 'convenience
:version "22.1"
:link '(emacs-commentary-link :tag "Commentary" "ido.el")
- :link '(emacs-library-link :tag "Lisp File" "ido.el"))
+ :link '(emacs-library-link :tag "Lisp File" "ido.el")
+ :link '(custom-manual "(ido) Top")
+ :link '(info-link "(ido) Customization"))
;;;###autoload
(defcustom ido-mode nil
(defgroup eww nil
"Emacs Web Wowser"
:version "24.4"
+ :link '(custom-manual "(eww) Top")
:group 'hypermedia
:prefix "eww-")
(defgroup nxml nil
"New XML editing mode."
+ :link '(custom-manual "(nxml-mode) Top")
:group 'languages)
(defgroup nxml-faces nil
(defgroup ada nil
"Major mode for editing and compiling Ada source in Emacs."
:link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
+ :link '(custom-manual "(ada-mode) Top")
+ :link '(emacs-commentary-link :tag "Commentary" "ada-mode.el")
:group 'languages)
(defcustom ada-auto-case t
(defgroup flymake nil
"Universal on-the-fly syntax checker."
:version "23.1"
+ :link '(custom-manual "(flymake) Top")
:group 'tools)
(defcustom flymake-error-bitmap '(exclamation-mark error)
"Simple Emacs Spreadsheet."
:tag "SES"
:group 'applications
+ :link '(custom-manual "(ses) Top")
:prefix "ses-"
:version "21.1")
:group 'etags
:group 'tools
:group 'convenience
+ :link '(custom-manual "(speedbar) Top")
+ :link '(info-link "(speedbar) Customizing")
; :version "20.3"
)
(defgroup speedbar-faces nil
"Faces used in speedbar."
:prefix "speedbar-"
+ :link '(info-link "(speedbar) Frames and Faces")
:group 'speedbar
:group 'faces)
(defgroup speedbar-vc nil
"Version control display in speedbar."
+ :link '(info-link "(speedbar) Version Control")
:prefix "speedbar-"
:group 'speedbar)
+2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
+
+ * url-vars.el (url): Link to info manual.
+
2014-01-08 Jarosław Rzeszótko <sztywny@gmail.com> (tiny change)
* url-http.el (url-http-create-request): Don't add extra \r\n after
(defgroup url nil
"Uniform Resource Locator tool."
:version "22.1"
+ :link '(custom-manual "(url) Top")
+ :link '(info-link "(url) Customization")
:group 'comm)
(defgroup url-file nil
(defgroup woman nil
"Browse UNIX manual pages `wo (without) man'."
:tag "WoMan"
+ :link '(custom-manual "(woman) Top")
+ :link '(emacs-commentary-link :tag "Commentary" "woman.el")
:group 'help)
(defcustom woman-show-log nil