]> git.eshelyaron.com Git - emacs.git/commitdiff
Update parameter :version to 26.1 in several defcustom
authorTino Calancha <tino.calancha@gmail.com>
Wed, 16 Nov 2016 15:39:43 +0000 (00:39 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Wed, 16 Nov 2016 15:39:43 +0000 (00:39 +0900)
Following defcustom where added or modified for 25.2 release.
In fact all these changes belong to 26.1 release.
* lisp/battery.el (battery-linux-sysfs-regexp)
* lisp/comint.el (comint-password-prompt-regexp)
* lisp/dired.el (dired-always-read-filesystem)
* lisp/image.el (image-scaling-factor)
* lisp/ibuf-ext.el (ibuffer-never-search-content-name)
(ibuffer-never-search-content-mode)
* lisp/mouse.el (mouse-select-region-move-to-beginning)
* lisp/net/net-utils.el (iwconfig-program, iwconfig-program-options)
(netstat-program, route-program, route-program-options)
* lisp/net/sieve-manage.el (sieve-manage-default-stream)
* lisp/progmodes/grep.el (grep-save-buffers)
* lisp/vc/add-log.el (change-log-directory-files)
* lisp/url/url-vars.el (url-user-agent)
* lisp/vc/vc-hg.el (vc-hg-symbolic-revision-styles)
(vc-hg-use-file-version-for-mode-line-version)
(vc-hg-parse-hg-data-structures)
* lisp/wdired.el (wdired-create-parent-directories)
* lisp/faces.el (homoglyph, nobreak-hyphen, read-multiple-choice-face)
* lisp/gnus/gnus-art.el (gnus-article-encrypt-protocol)
(gnus-button-url-regexp)
* lisp/window.el (switch-to-buffer-preserve-window-point)
* lisp/ibuffer.el (ibuffer-formats, ibuffer-locked-char)
(ibuffer-locked-buffer)
* lisp/textmodes/flyspell.el (flyspell-sort-corrections-function)
* lisp/emacs-lisp/edebug.el (edebug-sit-on-break)
* lisp/gnus/message.el (message-user-fqdn)
* lisp/simple.el (shell-command-dont-erase-buffer)
(extended-command-suggest-shorter)
* lisp/net/shr.el (shr-use-fonts)
* lisp/files.el (mounted-file-systems, kill-emacs-query-functions)

23 files changed:
lisp/battery.el
lisp/comint.el
lisp/dired.el
lisp/emacs-lisp/edebug.el
lisp/faces.el
lisp/files.el
lisp/gnus/gnus-art.el
lisp/gnus/message.el
lisp/ibuf-ext.el
lisp/ibuffer.el
lisp/image.el
lisp/mouse.el
lisp/net/net-utils.el
lisp/net/shr.el
lisp/net/sieve-manage.el
lisp/progmodes/grep.el
lisp/simple.el
lisp/textmodes/flyspell.el
lisp/url/url-vars.el
lisp/vc/add-log.el
lisp/vc/vc-hg.el
lisp/wdired.el
lisp/window.el

index e6e79b06bab4eab294db026e9060a5a19ec454ba..10a340340194d73cdc9919f6b65aa375942aafd4 100644 (file)
@@ -41,7 +41,7 @@
 (defcustom battery-linux-sysfs-regexp "[bB][aA][tT][0-9]?$"
   "Regexp for folder names to be searched under
   /sys/class/power_supply/ that contain battery information."
-  :version "25.2"
+  :version "26.1"
   :type 'regexp
   :group 'battery)
 
index 0319eeb80c765f71c456e1ba522005c2a4be2845..919265fc33251ff955f29259c70984059fb6f8c2 100644 (file)
@@ -354,7 +354,7 @@ This variable is buffer-local."
    "\\(?: for .+\\)?[::៖]\\s *\\'")
   "Regexp matching prompts for passwords in the inferior process.
 This is used by `comint-watch-for-password-prompt'."
-  :version "25.2"
+  :version "26.1"
   :type 'regexp
   :group 'comint)
 
index 7ead0876fc802afa2a291ba4d3d071d12fe7fd39..daa6d776a99d387ede1776d29681179ecd37dc9a 100644 (file)
@@ -264,7 +264,7 @@ new Dired buffers."
  them: the search is performed on the temporary buffer, the original
  buffer visiting the file is not modified."
   :type 'boolean
-  :version "25.2"
+  :version "26.1"
   :group 'dired)
 
 ;; Internal variables
index db78d9475fe282c85b14c24860ba8cca7f66d4c8..66117b83316c2c8e30e12e1ac82c4e14554b9612 100644 (file)
@@ -237,7 +237,7 @@ If the result is non-nil, then break.  Errors are ignored."
   "Whether or not to pause for `edebug-sit-for-seconds' on reaching a break."
   :type 'boolean
   :group 'edebug
-  :version "25.2")
+  :version "26.1")
 
 ;;; Form spec utilities.
 
index d6ec98b9782b269fbf33b87bd4e38237ebb02f8d..6e3b08cb02b7128a26381ee77d8b3bc88f09c995 100644 (file)
@@ -2476,7 +2476,7 @@ If you set `term-file-prefix' to nil, this function does nothing."
     (t :foreground "brown"))
   "Face for lookalike characters."
   :group 'basic-faces
-  :version "25.2")
+  :version "26.1")
 
 (defface nobreak-space
   '((((class color) (min-colors 88)) :inherit escape-glyph :underline t)
@@ -2492,7 +2492,7 @@ If you set `term-file-prefix' to nil, this function does nothing."
     (t :foreground "brown"))
   "Face for displaying nobreak hyphens."
   :group 'basic-faces
-  :version "25.2")
+  :version "26.1")
 
 (defgroup mode-line-faces nil
   "Faces used in the mode line."
@@ -2759,7 +2759,7 @@ It is used for characters of no fonts too."
         :weight bold)))
   "Face for the symbol name in `read-multiple-choice' output."
   :group 'basic-faces
-  :version "25.2")
+  :version "26.1")
 
 ;; Faces for TTY menus.
 (defface tty-menu-enabled-face
index 7cfb20d46c62356522c455aa3d3b09cd783664fa..c50e6aa4146af8618c2c4889ddc7fd410a6bae66 100644 (file)
@@ -1321,7 +1321,7 @@ Optional second argument FLAVOR controls the units and the display format:
     "^\\(?:/\\(?:afs/\\|m\\(?:edia/\\|nt\\)\\|\\(?:ne\\|tmp_mn\\)t/\\)\\)")
   "File systems which ought to be mounted."
   :group 'files
-  :version "25.2"
+  :version "26.1"
   :require 'regexp-opt
   :type 'regexp)
 
@@ -6756,7 +6756,7 @@ If any of these functions returns nil, killing Emacs is canceled.
 `save-buffers-kill-emacs' calls these functions, but `kill-emacs',
 the low level primitive, does not.  See also `kill-emacs-hook'."
   :type 'hook
-  :version "25.2"
+  :version "26.1"
   :group 'convenience)
 
 (defcustom confirm-kill-emacs nil
index 738adb553edea4d214368f6154ee18f7c78b031f..0080b419f52c707fa8b2ed2a56740f4f84a9f855 100644 (file)
@@ -1612,7 +1612,7 @@ It is a string, such as \"PGP\". If nil, ask user."
 
 (defcustom gnus-use-idna t
   "Whether IDNA decoding of headers is used when viewing messages."
-  :version "25.2"
+  :version "26.1"
   :group 'gnus-article-headers
   :type 'boolean)
 
@@ -7368,7 +7368,7 @@ groups."
 
 (defcustom gnus-button-valid-fqdn-regexp "\\([-A-Za-z0-9]+\\.\\)+[A-Za-z]+"
   "Regular expression that matches a valid FQDN."
-  :version "25.2"
+  :version "26.1"
   :group 'gnus-article-buttons
   :type 'regexp)
 
index bdf1b15691457d98ac2d365d1c6136e83ac24c0c..52eaff3b962941cdd7a2cb182dc5d2bd86e3e5ac 100644 (file)
@@ -1764,7 +1764,7 @@ no, only reply back to the author."
 
 (defcustom message-use-idna t
   "Whether to encode non-ASCII in domain names into ASCII according to IDNA."
-  :version "25.2"
+  :version "26.1"
   :group 'message-headers
   :link '(custom-manual "(message)IDNA")
   :type '(choice (const :tag "Ask" ask)
index 1918ce8c5b6be29c00abd2138b3538f6fb62a653..b3d14522cbdff8351a1f38b6d096da7e2d53aa9c 100644 (file)
@@ -98,7 +98,7 @@ regardless of any active filters in this buffer."
       (push (format "%s%s%s" beg str end) excluded)))
   "A list of regexps for buffers ignored by `ibuffer-mark-by-content-regexp'.
 Buffers whose name matches a regexp in this list, are not searched."
-  :version "25.2"
+  :version "26.1"
   :type '(repeat regexp)
   :require 'ibuf-ext
   :group 'ibuffer)
@@ -106,7 +106,7 @@ Buffers whose name matches a regexp in this list, are not searched."
 (defcustom ibuffer-never-search-content-mode '(dired-mode)
   "A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
 Buffers whose major mode is in this list, are not searched."
-  :version "25.2"
+  :version "26.1"
   :type '(repeat regexp)
   :require 'ibuf-ext
   :group 'ibuffer)
index 9becfc9fc7836f04ecfeee2cde6490d40e7b1509..b33c2e39014e36ad13ded2a401bc0169d4cf2c32 100644 (file)
@@ -138,7 +138,7 @@ value for this variable would be
 
 Using \\[ibuffer-switch-format], you can rotate the display between
 the specified formats in the list."
-  :version "25.2"
+  :version "26.1"
   :type '(repeat sexp)
   :group 'ibuffer)
 
@@ -285,7 +285,7 @@ Note that this specialized filtering occurs before real filtering."
 
 (defcustom ibuffer-locked-char ?L
   "The character to display for locked buffers."
-  :version "25.2"
+  :version "26.1"
   :type 'character
   :group 'ibuffer)
 
@@ -1773,7 +1773,7 @@ If point is on a group name, this function operates on that group."
   '((((background dark)) (:foreground "RosyBrown"))
     (t (:foreground "brown4")))
   "*Face used for locked buffers in Ibuffer."
-  :version "25.2"
+  :version "26.1"
   :group 'ibuffer
   :group 'font-lock-highlighting-faces)
 (defvar ibuffer-locked-buffer 'ibuffer-locked-buffer)
index e1f52de8be583713e33bdeae8ba2c580b8bcc601..82e0162488984204b89bc87382fd102d32f88368 100644 (file)
@@ -135,7 +135,7 @@ size), or the symbol `auto', which will compute a scaling factor
 based on the font pixel size."
   :type '(choice number
                  (const :tag "Automatically compute" auto))
-  :version "25.2")
+  :version "26.1")
 
 ;; Map put into text properties on images.
 (defvar image-map
index 8c83f5e8f9705315401c076ec3a5a0efdfa78189..db9f13b2e6c5a119411d1292673a0252942f3cf2 100644 (file)
@@ -551,7 +551,7 @@ non-nil means move point to beginning of region."
   :type '(choice (const :tag "Don't move point" nil)
                 (const :tag "Move point to beginning of region" t))
   :group 'mouse
-  :version "25.2")
+  :version "26.1")
 
 (defun mouse-set-point (event &optional promote-to-region)
   "Move point to the position clicked on with the mouse.
index 1547f5247aa0ca5f0fc93995da142e8dd64900e5..73d6ff4d61ca040145e8396b7c64ea188385f5ec 100644 (file)
@@ -119,7 +119,7 @@ These options can be used to limit how many ICMP packets are emitted."
   "Program to print wireless network configuration information."
   :group 'net-utils
   :type 'string
-  :version "25.2")
+  :version "26.1")
 
 (defcustom iwconfig-program-options
   (cond ((string-match-p "iw\\'" iwconfig-program) (list "dev"))
@@ -127,7 +127,7 @@ These options can be used to limit how many ICMP packets are emitted."
  "Options for the iwconfig program."
  :group 'net-utils
  :type '(repeat string)
- :version "25.2")
+ :version "26.1")
 
 (defcustom netstat-program
   (cond ((executable-find "netstat") "netstat")
@@ -136,7 +136,7 @@ These options can be used to limit how many ICMP packets are emitted."
   "Program to print network statistics."
   :group 'net-utils
   :type  'string
-  :version "25.2")
+  :version "26.1")
 
 (defcustom netstat-program-options
   (list "-a")
@@ -165,7 +165,7 @@ These options can be used to limit how many ICMP packets are emitted."
   "Program to print routing tables."
   :group 'net-utils
   :type  'string
-  :version "25.2")
+  :version "26.1")
 
 (defcustom route-program-options
   (cond ((eq system-type 'windows-nt) (list "print"))
@@ -174,7 +174,7 @@ These options can be used to limit how many ICMP packets are emitted."
   "Options for the route program."
   :group 'net-utils
   :type  '(repeat string)
-  :version "25.2")
+  :version "26.1")
 
 (defcustom nslookup-program "nslookup"
   "Program to interactively query DNS information."
index 56603554b36c35533a19ddecea432ae61d79b3bc..f1b0087f9be7fec00ca063f7ef2b50e9f2690b7b 100644 (file)
@@ -68,7 +68,7 @@ fit these criteria."
 
 (defcustom shr-use-colors t
   "If non-nil, respect color specifications in the HTML."
-  :version "25.2"
+  :version "26.1"
   :group 'shr
   :type 'boolean)
 
index c8276e71d2941df0c877eeb2f73a8d98338c6c42..8f7bd449284aabc7f168d6e2b9463bc943add873 100644 (file)
@@ -148,7 +148,7 @@ for doing the actual authentication."
 
 (defcustom sieve-manage-ignore-starttls nil
   "Ignore STARTTLS even if STARTTLS capability is provided."
-  :version "25.2"
+  :version "26.1"
   :type 'boolean
   :group 'sieve-manage)
 
index f7f097b6beb2c0262e74823495f242c84c92f197..5112c6bd6382a7272726b0a548abeec9e15e7d67 100644 (file)
@@ -235,7 +235,7 @@ buffer should be saved or not.  E.g., one can set this to
   (lambda ()
     (string-prefix-p my-grep-root (file-truename (buffer-file-name))))
 to limit saving to files located under `my-grep-root'."
-  :version "25.2"
+  :version "26.1"
   :type '(choice
           (const :tag "Ask before saving" ask)
           (const :tag "Don't save buffers" nil)
index fe613255ab0599366fbdacf0bd4a4330d816c950..2506c4a59a855360385abec16fc517c3861b1122 100644 (file)
@@ -50,7 +50,7 @@ restore the buffer position before the command."
           (const :tag "Set point to end of last output" end-last-out)
           (const :tag "Save point" save-point))
   :group 'shell
-  :version "25.2")
+  :version "26.1")
 
 (defvar shell-command-saved-pos nil
   "Point position in the output buffer after command complete.
@@ -1659,7 +1659,7 @@ If the value is non-nil and not a number, we wait 2 seconds."
   "If non-nil, show a shorter M-x invocation when there is one."
   :group 'keyboard
   :type 'boolean
-  :version "25.2")
+  :version "26.1")
 
 (defun execute-extended-command--shorter-1 (name length)
   (cond
index 042b7d40edc198b76a2c1c6ff4847d7532bb1460..29aa23125216cefe2b30d0f0ef4fbc7bdaac580d 100644 (file)
@@ -102,7 +102,7 @@ This only happens if `flyspell-sort-corrections' is non-nil.  The
 function takes three parameters -- the two correction candidates
 to be sorted, and the third parameter is the word that's being
 corrected."
-  :version "25.2"
+  :version "26.1"
   :type 'function
   :group 'flyspell)
 
index f6aae21a838ccf93f0c31d02ad19816dc75f726d..1286d6cda982dbdf2a447162f0de06766b0c5b72 100644 (file)
@@ -373,7 +373,7 @@ Should be one of:
     (const :tag "No User-Agent at all" :value nil)
     (const :tag "An string auto-generated according to `url-privacy-level'"
            :value default))
-  :version "25.2"
+  :version "26.1"
   :group 'url)
 
 (defvar url-setup-done nil "Has setup configuration been done?")
index b516b67b9670a0b681d4e080ac8b66371c397da8..7124df03bc01456a9edd8938b3ecc6c25fb60439 100644 (file)
@@ -175,7 +175,7 @@ Note: The search is conducted only within 10%, at the beginning of the file."
   "List of files that cause `find-change-log' to stop in containing directory.
 This applies if no pre-existing ChangeLog is found.  If nil, then in such
 a case simply use the directory containing the changed file."
-  :version "25.2"
+  :version "26.1"
   :type '(repeat file)
   :group 'change-log)
 
index 78ff56c3ae37b455844cf4a4ee5ba3bd0b2c605b..cee01eeaf37bedf55222c320716d98bf21841a36 100644 (file)
@@ -280,7 +280,7 @@ If no list entry produces a useful revision, return `nil'."
                   (const :tag "Active bookmark" 'bookmark)
                   (string :tag "Hg template")
                   (function :tag "Custom")))
-  :version "25.2"
+  :version "26.1"
   :group 'vc-hg)
 
 (defcustom vc-hg-use-file-version-for-mode-line-version nil
@@ -289,7 +289,7 @@ When not, the revision in the modeline is for the repository
 working copy.  `nil' is the much faster setting for
 large repositories."
   :type 'boolean
-  :version "25.2"
+  :version "26.1"
   :group 'vc-hg)
 
 (defun vc-hg--active-bookmark-internal (rev)
@@ -574,7 +574,7 @@ directly instead of always running Mercurial.  We try to be safe
 against Mercurial data structure format changes and always fall
 back to running Mercurial directly."
   :type 'boolean
-  :version "25.2"
+  :version "26.1"
   :group 'vc-hg)
 
 (defsubst vc-hg--read-u8 ()
index 5b23f843e0b18a90c5df2c3bbc13fb8f55417aa4..f059ab774a54e921eb1d8f5a5a10b7b35b4fa8cf 100644 (file)
@@ -158,7 +158,7 @@ If non-nil, when you rename a file to a destination path within a
 nonexistent directory, wdired will create any parent directories
 necessary.  When nil, attempts to rename a file into a
 nonexistent directory will fail."
-  :version "25.2"
+  :version "26.1"
   :type 'boolean
   :group 'wdired)
 
index da3691e62610119abb90c2639578bf8f9c3f6dda..5255905f4574fdf8b009e82401037a3bbdefa129 100644 (file)
@@ -7519,7 +7519,7 @@ the selected window or never appeared in it before, or if
          (const :tag "If already displayed elsewhere" already-displayed)
          (const :tag "Always" t))
   :group 'windows
-  :version "25.2")
+  :version "26.1")
 
 (defcustom switch-to-buffer-in-dedicated-window nil
   "Allow switching to buffer in strongly dedicated windows.