unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Tino Calancha <tino.calancha@gmail.com>
To: Glenn Morris <rgm@gnu.org>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Issues marked as fixed in 25.2
Date: Thu, 17 Nov 2016 00:42:16 +0900 (JST)	[thread overview]
Message-ID: <alpine.DEB.2.20.1611170036230.8246@calancha-pc> (raw)
In-Reply-To: <xw8tstkazd.fsf@fencepost.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 16931 bytes --]



On Tue, 8 Nov 2016, Glenn Morris wrote:

>
> Here's a list of (archived) bugs marked as fixed in version 25.2.
> Owing to the change in the Emacs version numbering plan, most of these
> (except the more recent ones) probably aren't actually fixed in 25.2.
> IMO it would be good if the metadata was reviewed and adjusted to 26.1

We also need to adjust changes to defcustom's in master branch: some
of these changes add :version "25.2", instead of 26.1.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
From 5ffdbe0a5ebcb3437356f60102b8e622cc608294 Mon Sep 17 00:00:00 2001
From: Tino Calancha <tino.calancha@gmail.com>
Date: Thu, 17 Nov 2016 00:39:43 +0900
Subject: [PATCH] Update parameter :version to 26.1 in several defcustom

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)
---
  lisp/battery.el            |  2 +-
  lisp/comint.el             |  2 +-
  lisp/dired.el              |  2 +-
  lisp/emacs-lisp/edebug.el  |  2 +-
  lisp/faces.el              |  6 +++---
  lisp/files.el              |  4 ++--
  lisp/gnus/gnus-art.el      |  4 ++--
  lisp/gnus/message.el       |  2 +-
  lisp/ibuf-ext.el           |  4 ++--
  lisp/ibuffer.el            |  6 +++---
  lisp/image.el              |  2 +-
  lisp/mouse.el              |  2 +-
  lisp/net/net-utils.el      | 10 +++++-----
  lisp/net/shr.el            |  2 +-
  lisp/net/sieve-manage.el   |  2 +-
  lisp/progmodes/grep.el     |  2 +-
  lisp/simple.el             |  4 ++--
  lisp/textmodes/flyspell.el |  2 +-
  lisp/url/url-vars.el       |  2 +-
  lisp/vc/add-log.el         |  2 +-
  lisp/vc/vc-hg.el           |  6 +++---
  lisp/wdired.el             |  2 +-
  lisp/window.el             |  2 +-
  23 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/lisp/battery.el b/lisp/battery.el
index e6e79b0..10a3403 100644
--- a/lisp/battery.el
+++ b/lisp/battery.el
@@ -41,7 +41,7 @@ battery
  (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)

diff --git a/lisp/comint.el b/lisp/comint.el
index 0319eeb..919265f 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -354,7 +354,7 @@ comint-password-prompt-regexp
     "\\(?: 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)

diff --git a/lisp/dired.el b/lisp/dired.el
index 7ead087..daa6d77 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -264,7 +264,7 @@ dired-always-read-filesystem
   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
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index db78d94..66117b8 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -237,7 +237,7 @@ edebug-sit-on-break
    "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.

diff --git a/lisp/faces.el b/lisp/faces.el
index d6ec98b..6e3b08c 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2476,7 +2476,7 @@ homoglyph
      (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 @@ nobreak-hyphen
      (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 @@ read-multiple-choice-face
          :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
diff --git a/lisp/files.el b/lisp/files.el
index 7cfb20d..c50e6aa 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1321,7 +1321,7 @@ mounted-file-systems
      "^\\(?:/\\(?: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 @@ kill-emacs-query-functions
  `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
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 738adb5..0080b41 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -1612,7 +1612,7 @@ gnus-article-encrypt-protocol

  (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 @@ gnus-button-url-regexp

  (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)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index bdf1b15..52eaff3 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -1764,7 +1764,7 @@ message-user-fqdn

  (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)
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 1918ce8..b3d1452 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -98,7 +98,7 @@ ibuffer-never-search-content-name
        (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 @@ ibuffer-never-search-content-name
  (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)
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 9becfc9..b33c2e3 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -138,7 +138,7 @@ ibuffer-formats

  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 @@ ibuffer-marked-char

  (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 @@ ibuffer-locked-buffer
    '((((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)
diff --git a/lisp/image.el b/lisp/image.el
index e1f52de..82e0162 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -135,7 +135,7 @@ image-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
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 8c83f5e..db9f13b 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -551,7 +551,7 @@ mouse-select-region-move-to-beginning
    :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.
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el
index 1547f52..73d6ff4 100644
--- a/lisp/net/net-utils.el
+++ b/lisp/net/net-utils.el
@@ -119,7 +119,7 @@ iwconfig-program
    "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 @@ iwconfig-program-options
   "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 @@ netstat-program
    "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 @@ route-program
    "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 @@ route-program-options
    "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."
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 5660355..f1b0087 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -68,7 +68,7 @@ shr-use-fonts

  (defcustom shr-use-colors t
    "If non-nil, respect color specifications in the HTML."
-  :version "25.2"
+  :version "26.1"
    :group 'shr
    :type 'boolean)

diff --git a/lisp/net/sieve-manage.el b/lisp/net/sieve-manage.el
index c8276e7..8f7bd44 100644
--- a/lisp/net/sieve-manage.el
+++ b/lisp/net/sieve-manage.el
@@ -148,7 +148,7 @@ sieve-manage-default-stream

  (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)

diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index f7f097b..5112c6b 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -235,7 +235,7 @@ grep-save-buffers
    (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)
diff --git a/lisp/simple.el b/lisp/simple.el
index fe61325..2506c4a 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -50,7 +50,7 @@ shell-command-dont-erase-buffer
            (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 @@ extended-command-suggest-shorter
    "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
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 042b7d4..29aa231 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -102,7 +102,7 @@ flyspell-sort-corrections-function
  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)

diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index f6aae21..1286d6c 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -373,7 +373,7 @@ url-user-agent
      (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?")
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el
index b516b67..7124df0 100644
--- a/lisp/vc/add-log.el
+++ b/lisp/vc/add-log.el
@@ -175,7 +175,7 @@ change-log-directory-files
    "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)

diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index 78ff56c..cee01ee 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -280,7 +280,7 @@ vc-hg-symbolic-revision-styles
                    (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 @@ vc-hg-use-file-version-for-mode-line-version
  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 @@ vc-hg-parse-hg-data-structures
  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 ()
diff --git a/lisp/wdired.el b/lisp/wdired.el
index 5b23f84..f059ab7 100644
--- a/lisp/wdired.el
+++ b/lisp/wdired.el
@@ -158,7 +158,7 @@ wdired-create-parent-directories
  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)

diff --git a/lisp/window.el b/lisp/window.el
index da3691e..5255905 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -7519,7 +7519,7 @@ switch-to-buffer-preserve-window-point
  	  (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.
-- 
2.10.2

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
In GNU Emacs 26.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.3)
  of 2016-11-16
Repository revision: 36b99556dea23f17d5598bbed366e7201eec9fbb

  parent reply	other threads:[~2016-11-16 15:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08 19:49 Issues marked as fixed in 25.2 Glenn Morris
2016-11-08 19:59 ` John Wiegley
2016-11-08 20:05   ` Stefan Monnier
2016-11-14  0:02   ` Glenn Morris
2016-11-14 22:00     ` John Wiegley
2016-11-14 22:19       ` Lars Ingebrigtsen
2016-11-15  3:31       ` Eli Zaretskii
2016-11-15  6:25         ` Herring, Davis
2016-11-15 15:25           ` Eli Zaretskii
2016-11-16 15:42 ` Tino Calancha [this message]
2016-11-16 16:04   ` Eli Zaretskii
2016-11-16 16:17     ` Tino Calancha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.20.1611170036230.8246@calancha-pc \
    --to=tino.calancha@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).