]> code.delx.au - gnu-emacs/commitdiff
Add missing custom :versions, plus small fixes
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 02:16:05 +0000 (18:16 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 02:16:05 +0000 (18:16 -0800)
* emacs-lisp/smie.el (smie-config): Add type, version, initialize.

* bookmark.el (bookmark-bmenu-use-header-line):
* doc-view.el (doc-view-scale-internally):
* pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
* register.el (register-preview-delay):
* net/shr.el (shr-bullet):
* progmodes/cfengine.el (cfengine-cf-promises)
(cfengine-parameters-indent):
* progmodes/octave.el (inferior-octave-error-regexp-alist):
* textmodes/reftex-vars.el (reftex-label-regexps):
* vc/log-edit.el (log-edit-setup-add-author): Add version.

* cedet/ede/linux.el (project-linux-build-directory-default)
(project-linux-architecture-default): Fix custom types.  Add version.

* gnus/gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
* gnus/gnus-sum.el (gnus-subthread-sort-functions): Add version.
* gnus/gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.

17 files changed:
lisp/ChangeLog
lisp/bookmark.el
lisp/cedet/ChangeLog
lisp/cedet/ede/linux.el
lisp/doc-view.el
lisp/emacs-lisp/smie.el
lisp/gnus/ChangeLog
lisp/gnus/gnus-icalendar.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-sync.el
lisp/net/shr.el
lisp/pcmpl-x.el
lisp/progmodes/cfengine.el
lisp/progmodes/octave.el
lisp/register.el
lisp/textmodes/reftex-vars.el
lisp/vc/log-edit.el

index ec743e384a700985d3d062ced66b9d1cdc0dc27f..37ab0c8b5c136e4a286a3262f603868890987792 100644 (file)
@@ -1,5 +1,17 @@
 2013-12-28  Glenn Morris  <rgm@gnu.org>
 
+       * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
+       * bookmark.el (bookmark-bmenu-use-header-line):
+       * doc-view.el (doc-view-scale-internally):
+       * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
+       * register.el (register-preview-delay):
+       * net/shr.el (shr-bullet):
+       * progmodes/cfengine.el (cfengine-cf-promises)
+       (cfengine-parameters-indent):
+       * progmodes/octave.el (inferior-octave-error-regexp-alist):
+       * textmodes/reftex-vars.el (reftex-label-regexps):
+       * vc/log-edit.el (log-edit-setup-add-author): Add version.
+
        * net/tls.el (tls-certtool-program): Fix default value.
 
        * desktop.el (desktop-restore-in-current-display):
index ce0d6831a3a81e7495e8ffc9ee44e8d60ac4ca5d..6e319dfe3a4372941e1c83850b4376075f81cca3 100644 (file)
@@ -130,8 +130,9 @@ recently set ones come first, oldest ones come last)."
   :group 'bookmark)
 
 (defcustom bookmark-bmenu-use-header-line t
-  "Non-nil means to use an immovable header line, as opposed to inline
-text at the top of the buffer."
+  "Non-nil means to use an immovable header line.
+This is as opposed to inline text at the top of the buffer."
+  :version "24.4"
   :type 'boolean
   :group 'bookmark)
 
index a00d9877206d5b55ae8366c44abc290974fb42f0..e11c8b8770e1c2966d7431bb6aaa449b80359930 100644 (file)
@@ -1,7 +1,7 @@
 2013-12-28  Glenn Morris  <rgm@gnu.org>
 
        * ede/linux.el (project-linux-build-directory-default)
-       (project-linux-architecture-default): Fix custom types.
+       (project-linux-architecture-default): Fix custom types.  Add version.
 
 2013-12-12  David Engster  <deng@randomsample.de>
 
index 0d89f0ece1806fb0c71ea16772103e9be6232640..9e80f466baad5666051c1779385487f40aebfc6e 100644 (file)
 
 (defcustom project-linux-build-directory-default 'ask
   "Build directory."
+  :version "24.4"
   :group 'project-linux
   :type '(choice (const :tag "Same as source directory" same)
                  (const :tag "Ask the user" ask)))
 
 (defcustom project-linux-architecture-default 'ask
   "Target architecture to assume when not auto-detected."
+  :version "24.4"
   :group 'project-linux
   :type '(choice (string :tag "Architecture name")
                  (const :tag "Ask the user" ask)))
index 71a865a7a4917851f6b1c0ebd79becd8b0b46a31..c01eb190ac66e47de4dcfc442dfddfd8c3271b68 100644 (file)
@@ -198,6 +198,7 @@ Higher values result in larger images."
 If nil, the document is re-rendered every time the scaling factor is modified.
 This only has an effect if the image libraries linked with Emacs support
 scaling."
+  :version "24.4"
   :type 'boolean)
 
 (defcustom doc-view-image-width 850
index 08bf7348aa91b0d4f2945892a3cbafb746739478..27ac5df80a1d9e066d8a5f0c8f3c6e0456a929a4 100644 (file)
@@ -1923,6 +1923,11 @@ Each RULE element should be of the form (NEW KIND TOKEN NORMAL),
 where KIND and TOKEN are the elements passed to `smie-rules-function',
 NORMAL is the value returned by `smie-rules-function' and NEW is the
 value with which to replace it."
+  :version "24.4"
+  ;; FIXME improve value-type.
+  :type '(choice (const nil)
+                 (alist :key-type symbol))
+  :initialize 'custom-initialize-default
   :set #'smie-config--setter)
 
 (defun smie-config-local (rules)
index c38cf16e082dd8426cab2cf92f3791cebea35912..bb944c14351c6294364fb0c4da39ca953474169a 100644 (file)
@@ -1,5 +1,9 @@
 2013-12-28  Glenn Morris  <rgm@gnu.org>
 
+       * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
+       * gnus-sum.el (gnus-subthread-sort-functions): Add version.
+       * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
+
        * auth-source.el (auth-sources):
        * nnmairix.el (nnmairix-propagate-marks-upon-close):
        Fix custom types.
index 1abcb6e27e4b40f504de1544f8ff2b1320648e82..4ceec60ed6ed376059685c5006519b7563c9938d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-icalendar.el --- reply to iCalendar meeting requests
 
-;; Copyright (C) 2013  Free Software Foundation, Inc.
+;; Copyright (C) 2013 Free Software Foundation, Inc.
 
 ;; Author: Jan Tatarik <Jan.Tatarik@gmail.com>
 ;; Keywords: mail, icalendar, org
@@ -344,6 +344,7 @@ on the IDENTITIES list."
 
 (defgroup gnus-icalendar-org nil
   "Settings for Calendar Event gnus/org integration."
+  :version "24.4"
   :group 'gnus-icalendar
   :prefix "gnus-icalendar-org-")
 
@@ -644,6 +645,7 @@ is searched."
 
 (defgroup gnus-icalendar nil
   "Settings for inline display of iCalendar invitations."
+  :version "24.4"
   :group 'gnus-article
   :prefix "gnus-icalendar-")
 
index 49e5aa7fabf2e92dadaf21cb71b8aa03c7062976..f6caf8a8120a5be9d76c4afb79486cdbeed9f27d 100644 (file)
@@ -897,6 +897,7 @@ subthreads, customize `gnus-subthread-sort-functions'."
   "*List of functions used for sorting subthreads in the summary buffer.
 By default, subthreads are sorted the same as threads, i.e.,
 according to the value of `gnus-thread-sort-functions'."
+  :version "24.4"
   :group 'gnus-summary-sort
   :type '(choice
          (const :tag "Sort subthreads like threads" gnus-thread-sort-functions)
index 8cf92df5b91b28d50a3ecfc19ab9eba476ea2561..0b63e5196953cbc4322ea82cb0d0826fa21b83f3 100644 (file)
@@ -139,8 +139,9 @@ and `gnus-topic-alist'.  Also see `gnus-variable-list'."
   "Carrier for newsrc data")
 
 (defcustom gnus-sync-file-encrypt-to nil
-  "If non-nil, `epa-file-encrypt-to' is set from this for encrypting the Sync
-  file."
+  "If non-nil, set `epa-file-encrypt-to' from this for encrypting the Sync file."
+  :version "24.4"
+  :type '(choice string (repeat string))
   :group 'gnus-sync)
 
 (defcustom gnus-sync-lesync-name (system-name)
index b29ae6ce848d8a2416e6c0685022eb99d9a803b8..1604ebbd7e250722faba905d347887cb419405f8 100644 (file)
@@ -90,6 +90,7 @@ used."
 Alternative suggestions are:
 - \"  \"
 - \"  \""
+  :version "24.4"
   :type 'string
   :group 'shr)
 
index 8e09c66030168822db034341e520a39e36be2a05..23fa0836ecd2a9e6e68f987e9517bb822acfb4a4 100644 (file)
@@ -31,6 +31,7 @@
 
 (defcustom pcmpl-x-tlmgr-program "tlmgr"
   "Name of the tlmgr program."
+  :version "24.4"
   :type 'file
   :group 'pcomplete)
 
                               (executable-find "ack")
                               "ack"))
   "Name of the ack program."
+  :version "24.4"
   :type 'file
   :group 'pcomplete)
 
index b5210ce0c74ae7eb727221373bac48ba3b4c521b..06265d31a9ec21505fa27b75ec41487d2646ce76 100644 (file)
@@ -80,6 +80,7 @@
 Used for syntax discovery and checking.  Set to nil to disable
 the `compile-command' override.  In that case, the ElDoc support
 will use a fallback syntax definition."
+  :version "24.4"
   :group 'cfengine
   :type '(choice file (const nil)))
 
@@ -138,7 +139,7 @@ bundle agent rcfiles
                 perms => mog(\"600\", \"tzz\", \"tzz\");
 }
 "
-
+  :version "24.4"
   :group 'cfengine
   :type '(list
           (choice (const :tag "Anchor at beginning of promise" promise)
index ace4ef343db86864361886e2b9f86d47f37ea2be..f3ad8de60147ad07676c12039046358be43bbc1a 100644 (file)
@@ -651,6 +651,7 @@ mode, include \"-q\" and \"--traditional\"."
     ("warning:\\s-*\\([^:\n]+\\):.*at line \\([0-9]+\\), column \\([0-9]+\\)"
      1 2 3 1 1))
   "Value for `compilation-error-regexp-alist' in inferior octave."
+  :version "24.4"
   :type '(repeat (choice (symbol :tag "Predefined symbol")
                          (sexp :tag "Error specification")))
   :group 'octave)
index cad26124fdd4ec6a16ae45d82bda9a3b2d9a2e3c..945fb28bffe4a6ab8f5d37cff0aa74bbebb13132 100644 (file)
@@ -1,7 +1,6 @@
 ;;; register.el --- register commands for Emacs      -*- lexical-binding: t; -*-
 
-;; Copyright (C) 1985, 1993-1994, 2001-2013 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 1985, 1993-1994, 2001-2013 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
@@ -91,6 +90,7 @@ text."
 
 (defcustom register-preview-delay 1
   "If non-nil delay in seconds to pop up the preview window."
+  :version "24.4"
   :type '(choice number (const :tag "Indefinitely" nil))
   :group 'register)
 
index 3d82a9f7b3148abc113e750d20cee13a7f571822..842d9680d935ce2ee5b19e513c182badd65212d7 100644 (file)
@@ -878,6 +878,7 @@ have to define it using \\(?1:...\\) when adding new regexps.
 When changed from Lisp, make sure to call
 `reftex-compile-variables' afterwards to make the change
 effective."
+  :version "24.4"
   :set (lambda (symbol value)
         (set symbol value)
         (when (fboundp 'reftex-compile-variables)
index 791215b8000305dafce730648e12c0a33e68c1fb..f324f248094d1de9f6487f4f631d80c8ac28afef 100644 (file)
@@ -120,8 +120,9 @@ If SETUP is 'force, this variable has no effect."
   :type 'boolean)
 
 (defcustom log-edit-setup-add-author nil
-  "Non-nil means `log-edit' should add the `Author:' header when
-its SETUP argument is non-nil."
+  "Non-nil means `log-edit' may add the `Author:' header.
+This applies when its SETUP argument is non-nil."
+  :version "24.4"
   :group 'log-edit
   :type 'boolean
   :safe 'booleanp)