]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename 24.5 to 25.1
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Sep 2014 18:14:08 +0000 (14:14 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Sep 2014 18:14:08 +0000 (14:14 -0400)
Except where we expect to backport the corresponding change.

34 files changed:
etc/NEWS
lisp/calendar/calendar.el
lisp/calendar/icalendar.el
lisp/emacs-lisp/eldoc.el
lisp/emacs-lisp/subr-x.el
lisp/erc/erc-stamp.el
lisp/eshell/esh-util.el
lisp/faces.el
lisp/ffap.el
lisp/files.el
lisp/gnus/gnus-art.el
lisp/gnus/gnus-fun.el
lisp/gnus/message.el
lisp/gnus/mml2015.el
lisp/ls-lisp.el
lisp/mail/rmailmm.el
lisp/net/eww.el
lisp/net/newst-treeview.el
lisp/net/rcirc.el
lisp/printing.el
lisp/progmodes/hideif.el
lisp/progmodes/python.el
lisp/progmodes/sql.el
lisp/progmodes/subword.el
lisp/progmodes/vera-mode.el
lisp/progmodes/verilog-mode.el
lisp/rect.el
lisp/simple.el
lisp/textmodes/tex-mode.el
lisp/url/url-handlers.el
lisp/url/url-tramp.el
lisp/vc/diff-mode.el
lisp/vc/vc-annotate.el
src/ChangeLog

index f8f7887b4df9ace18e6cdea1a832a6a0ac8fe58c..6f9bf83a8b15f137f9990cb166e2910424d292b4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -22,7 +22,7 @@ When you add a new item, use the appropriate mark if you are sure it applies,
 otherwise leave it unmarked.
 
 \f
-* Installation Changes in Emacs 24.5
+* Installation Changes in Emacs 25.1
 
 +++
 ** Building Emacs now requires C99 or later.
@@ -44,10 +44,10 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
 'make V=0' now do a better job of suppressing chatter.
 
 \f
-* Startup Changes in Emacs 24.5
+* Startup Changes in Emacs 25.1
 
 \f
-* Changes in Emacs 24.5
+* Changes in Emacs 25.1
 
 ** `insert-register' now leaves point after the inserted text
 when called interactively.  A prefix argument toggles this behavior.
@@ -90,7 +90,7 @@ codeset is "UTF-8" (as in "en_US.UTF-8").  This is needed because
 MS-Windows doesn't support UTF-8 as codeset in its locales.
 
 \f
-* Editing Changes in Emacs 24.5
+* Editing Changes in Emacs 25.1
 
 ** Emacs now supports "bracketed paste mode" when running on a terminal
 that supports it.  This facility allows Emacs to understand pasted
@@ -100,7 +100,7 @@ paste experience similar to that under a window system, and significant
 performance improvements when pasting large amounts of text.
 
 \f
-* Changes in Specialized Modes and Packages in Emacs 24.5
+* Changes in Specialized Modes and Packages in Emacs 25.1
 
 ** ElDoc
 *** New minor mode global-eldoc-mode
@@ -216,10 +216,10 @@ These emulations of old editors are believed to be no longer relevant
 *** vi.el, vip.el (try M-x viper instead)
 
 \f
-* New Modes and Packages in Emacs 24.5
+* New Modes and Packages in Emacs 25.1
 
 \f
-* Incompatible Lisp Changes in Emacs 24.5
+* Incompatible Lisp Changes in Emacs 25.1
 
 ** window-configurations no longer record the buffers's marks.
 
@@ -240,7 +240,7 @@ These slots used to hold key-shortcut data, but have been obsolete since
 Emacs-21.
 
 \f
-* Lisp Changes in Emacs 24.5
+* Lisp Changes in Emacs 25.1
 
 *** call-process-shell-command and process-file-shell-command
 don't take "&rest args" any more.
@@ -277,7 +277,7 @@ optional repeat-count argument.
     as the first or last argument of subsequent forms.
 
 \f
-* Changes in Frames and Windows Code in Emacs 24.5
+* Changes in Frames and Windows Code in Emacs 25.1
 
 ** Emacs can now draw horizontal scroll bars on some platforms that
 provide toolkit scroll bars, namely Gtk, Lucid, Motif and Windows.
@@ -311,7 +311,7 @@ fullwidth frames, the behavior may depend on the toolkit used.
    specific frame does not resize that frame in order to preserve the
    number of columns or lines it displays.
 \f
-* Changes in Emacs 24.5 on Non-Free Operating Systems
+* Changes in Emacs 25.1 on Non-Free Operating Systems
 
 ---
 ** Building Emacs for MS-Windows requires at least Windows XP
index 199b21ecd773ef5050dd023ce89ae67378407da9..0292561a8ad5917ef8f1c6d89347b01f15a5e3bd 100644 (file)
@@ -692,7 +692,7 @@ details, see the documentation for the variable `diary-list-entries-hook'."
   "Symbol indicating a diary entry according to the Chinese calendar."
   :type 'string
   :group 'diary
-  :version "24.5")
+  :version "25.1")
 
 (define-obsolete-variable-alias 'hebrew-diary-entry-symbol
   'diary-hebrew-entry-symbol "23.1")
index 1fffe377954855c9f3f5f8524e8367575d9a1c12..a07fa1ecaf886e4bb34d952ad6366a2b42d2e562 100644 (file)
@@ -250,7 +250,7 @@ on the current day and continues for the number of days given here.
 
 See `icalendar-export-sexp-enumerate-all' for a list of sexp
 entries which by default are NOT enumerated."
-  :version "24.5"
+  :version "25.1"
   :type 'integer
   :group 'icalendar)
 
@@ -263,7 +263,7 @@ translating into an icalendar equivalent.  This affects the
 following sexp diary entries: `diary-anniversary',
 `diary-cyclic', `diary-date', `diary-float',`diary-block'.  All
 other sexp entries are enumerated in any case."
-  :version "24.5"
+  :version "25.1"
   :type 'boolean
   :group 'icalendar)
 
index 9e15375d924e0d2426095232a097dc1b413ee6ce..7245989c4b02b9f817dc84262a06a85dbc822f2c 100644 (file)
@@ -88,7 +88,7 @@ has no effect, unless the function handles it explicitly."
                (function-item downcase)
                 function)
   :group 'eldoc)
-(make-obsolete-variable 'eldoc-argument-case nil "24.5")
+(make-obsolete-variable 'eldoc-argument-case nil "25.1")
 
 (defcustom eldoc-echo-area-use-multiline-p 'truncate-sym-name-if-fit
   "Allow long ElDoc messages to resize echo area display.
index 062743a74f5574645d7717dd1882246eaa1c14ed..759760c7d621318aaa0f7e4600b94cb2ccbe4b6e 100644 (file)
@@ -159,7 +159,7 @@ to bind a single value, BINDINGS can just be a plain tuple."
   "Join all STRINGS using SEPARATOR."
   (mapconcat 'identity strings separator))
 
-(define-obsolete-function-alias 'string-reverse 'reverse "24.5")
+(define-obsolete-function-alias 'string-reverse 'reverse "25.1")
 
 (defsubst string-trim-left (string)
   "Remove leading whitespace from STRING."
index 37982069abea45c7dbadb707310e8193e296e85d..39ffbb4bf3819b299b230f754d05812889a4658a 100644 (file)
@@ -151,7 +151,7 @@ the minibuffer."
   "Whether the timestamps should be intangible, i.e. prevent the point
 from entering them and instead jump over them."
   :group 'erc-stamp
-  :version "24.5"
+  :version "25.1"
   :type 'boolean)
 
 (defface erc-timestamp-face '((t :weight bold :foreground "green"))
index 3bb6e8f31c7c711b2f1a1c95ac0a1a9c0f63a657..cd73c0afa75ad0097f08fec0098f4ab5ca442121 100644 (file)
@@ -539,7 +539,7 @@ Unless optional argument INPLACE is non-nil, return a new string."
 
 (defmacro eshell-with-file-modes (modes &rest forms)
   "Evaluate, with file-modes set to MODES, the given FORMS."
-  (declare (obsolete with-file-modes "24.5"))
+  (declare (obsolete with-file-modes "25.1"))
   `(with-file-modes ,modes ,@forms))
 
 (defmacro eshell-with-private-file-modes (&rest forms)
index d9239d9e1eb030b7f377ab238792958e87e6d746..aedd5db72f13da367486ebe88ef271a6d85b4daa 100644 (file)
@@ -53,7 +53,7 @@ This means to treat a terminal of type TYPE as if it were of type ALIAS."
   :type '(alist :key-type (string :tag "Terminal")
                :value-type (string :tag "Alias"))
   :group 'terminals
-  :version "24.5")
+  :version "25.1")
 
 (declare-function xw-defined-colors "term/common-win" (&optional frame))
 
index 95a651bbde6c8feaf19a310acf38d6126a82b6d5..e5f574db2de17a271767c357fdf4761fa50a44a6 100644 (file)
@@ -167,7 +167,7 @@ schemes (e.g. \"ftp\"); in that case, only convert those URLs."
   "If non-nil, allow lax URL matching."
   :type 'boolean
   :group 'ffap
-  :version "24.5")
+  :version "25.1")
 
 (defcustom ffap-ftp-default-user "anonymous"
   "User name in FTP file names generated by `ffap-host-to-path'.
index 486dee638a9650ef6001b0fb0db86a3e4c5b3a11..5d1276f261e3b917f7248815946b0c9ca6af5e3b 100644 (file)
@@ -1798,7 +1798,7 @@ When nil, never issue warning.  Beware: This probably doesn't do what you
 think it does, because \"free\" is pretty hard to define in practice."
   :group 'files
   :group 'find-file
-  :version "24.5"
+  :version "25.1"
   :type '(choice integer (const :tag "Never issue warning" nil)))
 
 (defun abort-if-file-too-large (size op-type filename)
index bbfe55c5d84ec8374927ed12aa18fc1e5a7fe342..3b343adb2fdd68c967adb749afea5a40ab0e30c1 100644 (file)
@@ -5983,7 +5983,7 @@ Since MIME attachments tend to be put at the end of an article, we may
 overlook them if there is a huge body.  This option offers you a copy
 of all non-inlinable MIME parts as buttons shown in front of an article.
 If nil, don't show those extra buttons."
-  :version "24.5"
+  :version "25.1"
   :group 'gnus-article-mime
   :type 'boolean)
 
index f9177377841c1efae195273ee5a322f49234ee0c..8d08cd66463c97fd54aaa7bb32a49108c8fcc730 100644 (file)
 
 (defcustom gnus-x-face-omit-files nil
   "Regexp to match faces in `gnus-x-face-directory' to be omitted."
-  :version "24.5"
+  :version "25.1"
   :group 'gnus-fun
   :type 'string)
 
 (defcustom gnus-face-directory (expand-file-name "faces" gnus-directory)
   "*Directory where Face PNG files are stored."
-  :version "24.5"
+  :version "25.1"
   :group 'gnus-fun
   :type 'directory)
 
 (defcustom gnus-face-omit-files nil
   "Regexp to match faces in `gnus-face-directory' to be omitted."
-  :version "24.5"
+  :version "25.1"
   :group 'gnus-fun
   :type 'string)
 
index ca0280c874f1431c46ad0b24e3a27986a2028350..92cab57337c95af538301aab7bbd1c74a6477161 100644 (file)
@@ -619,7 +619,7 @@ This may also be a list of regexps."
   "If non-nil, delete non-matching headers when forwarding a message.
 Only headers that match this regexp will be included.  This
 variable should be a regexp or a list of regexps."
-  :version "24.5"
+  :version "25.1"
   :group 'message-forwarding
   :type '(repeat :value-to-internal (lambda (widget value)
                                      (custom-split-regexp-maybe value))
index 74290f4546998b5d54f7c4653dc49c19aea7ea78..941b5ecf7c3491e594e8b9ac67c86336d892bf45 100644 (file)
@@ -149,7 +149,7 @@ If set, it overrides the setting of `mml2015-sign-with-sender'."
 
 (defcustom mml2015-display-key-image t
   "If t, try to display key images."
-  :version "24.5"
+  :version "25.1"
   :group 'mime-security
   :type 'boolean)
 
index 959330050947b81e23d199985be6039359f7cfa1..03ee0d25cce69b653ac2172f348cd58a064ac8b3 100644 (file)
@@ -128,7 +128,7 @@ Collation Algorithm (UCA), which places together file names that
 differ only in punctuation characters.  On MS-Windows, customize
 the option `ls-lisp-UCA-like-collation' to a non-nil value to get
 similar behavior."
-  :version "24.5"
+  :version "25.1"
   :set-after '(ls-lisp-emulation)
   :type 'boolean
   :group 'ls-lisp)
@@ -150,7 +150,7 @@ and `w32-collate-ignore-punctuation' for more details.
 This option is ignored on platforms other than MS-Windows; to
 control the collation ordering of the file names on those other
 systems, set your locale instead."
-  :version "24.5"
+  :version "25.1"
   :type 'boolean
   :group 'ls-lisp)
 
index b5b594f59f2a396fbcd34a5c297d1508218a8a11..29f7d449a8bce8363a0294f3a9c0076be4084a41 100644 (file)
@@ -139,7 +139,7 @@ automatically display the image in the buffer."
 extracted from message in a temporary buffer.  Converts to text in current 
 buffer. If NIL, display HTML source."
   :group 'rmail
-  :version "24.5"
+  :version "25.1"
   :type '(choice function (const nil)))
 
 (defcustom rmail-mime-prefer-html
@@ -148,7 +148,7 @@ buffer. If NIL, display HTML source."
   "If non-nil, default to showing HTML part rather than text part
 when both are available"
   :group 'rmail
-  :version "24.5"
+  :version "25.1"
   :type 'boolean)
 
 ;;; End of user options.
index 6e34856a0167961ab90a4b1b0822bf0774fe0b90..3329c3263c9ca20442c583ec9f64571cf57aec46 100644 (file)
@@ -59,7 +59,7 @@
 
 (defcustom eww-bookmarks-directory user-emacs-directory
   "Directory where bookmark files will be stored."
-  :version "24.5"
+  :version "25.1"
   :group 'eww
   :type 'string)
 
index 05a476696cd9404df694c451c8623df323706689..804e28e5086351ef9ae40b9c297d1136d9b49431 100644 (file)
@@ -87,7 +87,7 @@
   "%d.%m.%y, %H:%M"
   "Format for the date column in the treeview list buffer.
 See `format-time-string' for a list of valid specifiers."
-  :version "24.5"
+  :version "25.1"
   :type 'string
   :group 'newsticker-treeview)
 
index f06f8bd292ee75b06aec75272522f77b712746fa..f36487971c4a8419870241c76a367a2a3e199f04 100644 (file)
@@ -661,7 +661,7 @@ Functions are called with PROCESS and SENTINEL arguments.")
 (defcustom rcirc-reconnect-delay 0
   "The minimum interval in seconds between reconnect attempts.
 When 0, do not auto-reconnect."
-  :version "24.5"
+  :version "25.1"
   :type 'integer
   :group 'rcirc)
 
index 39da132d64e777d7e587f859c99fc44d6c0a23b9..101c8e2a8e713768b87ffbc52e5f15d87413cb8d 100644 (file)
@@ -3172,7 +3172,7 @@ See `pr-ps-printer-alist'.")
 
 (defmacro pr-save-file-modes (&rest body)
   "Execute BODY with file permissions temporarily set to `pr-file-modes'."
-  (declare (obsolete with-file-modes "24.5"))
+  (declare (obsolete with-file-modes "25.1"))
   `(with-file-modes pr-file-modes ,@body))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
index 839f5290ae39f83cdddaecb95737025f416e1912..cda421fbc866463e613260b7b6c61b2f469c39fa 100644 (file)
 (defcustom hide-ifdef-exclude-define-regexp nil
   "Ignore #define names if those names match this exclusion pattern."
   :type 'string
-  :version "24.5")
+  :version "25.1")
 
 (defcustom hide-ifdef-expand-reinclusion-protection t
   "Non-nil means don't hide an entire header file enclosed by #ifndef...#endif.
@@ -161,7 +161,7 @@ be hidden.
 This behavior is generally undesirable.  If this option is non-nil, the outermost
 #if is always visible."
   :type 'boolean
-  :version "24.5")
+  :version "25.1")
 
 (defcustom hide-ifdef-header-regexp
   "\\.h\\(h\\|xx\\|pp\\)?\\'"
@@ -169,7 +169,7 @@ This behavior is generally undesirable.  If this option is non-nil, the outermos
 Effective only if `hide-ifdef-expand-reinclusion-protection' is t."
   :type 'string
   :group 'hide-ifdef
-  :version "24.5")
+  :version "25.1")
 
 (defvar hide-ifdef-mode-submap
   ;; Set up the submap that goes after the prefix key.
index 5999ddda5f945ef5ba45d4d4fba5ffcbac60abfb..e617e2932d0e609334ea9e85b21db6a85ddccb70 100644 (file)
@@ -1801,7 +1801,7 @@ It should not contain a caret (^) at the beginning."
   :type 'string)
 
 (define-obsolete-variable-alias
-  'python-shell-enable-font-lock 'python-shell-font-lock-enable "24.5")
+  'python-shell-enable-font-lock 'python-shell-font-lock-enable "25.1")
 
 (defcustom python-shell-font-lock-enable t
   "Should syntax highlighting be enabled in the Python shell buffer?
@@ -2179,7 +2179,7 @@ banner and the initial prompt are received separately."
 (define-obsolete-function-alias
   'python-comint-output-filter-function
   'ansi-color-filter-apply
-  "24.5")
+  "25.1")
 
 (defun python-comint-postoutput-scroll-to-bottom (output)
   "Faster version of `comint-postoutput-scroll-to-bottom'.
@@ -2881,7 +2881,7 @@ the full statement in the case of imports."
 (define-obsolete-variable-alias
   'python-shell-completion-pdb-string-code
   'python-shell-completion-string-code
-  "24.5"
+  "25.1"
   "Completion string code must work for (i)pdb.")
 
 (defun python-shell-completion-get-completions (process import input)
@@ -2952,7 +2952,7 @@ using that one instead of current buffer's process."
 (define-obsolete-function-alias
   'python-shell-completion-complete-at-point
   'python-shell-completion-at-point
-  "24.5")
+  "25.1")
 
 (defun python-shell-completion-complete-or-indent ()
   "Complete or indent depending on the context.
@@ -3072,7 +3072,7 @@ inferior Python process is updated properly."
 (define-obsolete-function-alias
   'python-completion-complete-at-point
   'python-completion-at-point
-  "24.5")
+  "25.1")
 
 \f
 ;;; Fill paragraph
index 304ff46595575def7146cd047260680d17b3311f..af7cb0dc2f52a18dd9d177d8ee46cdf41ae4f0c6 100644 (file)
@@ -284,7 +284,7 @@ file.  Since that is a plaintext file, this could be dangerous."
 
 (defcustom sql-default-directory nil
   "Default directory for SQL processes."
-  :version "24.5"
+  :version "25.1"
   :type '(choice (const nil) string)
   :group 'SQL
   :safe 'stringp)
@@ -5074,20 +5074,20 @@ buffer.
 
 (defcustom sql-vertica-program "vsql"
   "Command to start the Vertica client."
-  :version "24.5"
+  :version "25.1"
   :type 'file
   :group 'SQL)
 
 (defcustom sql-vertica-options '("-P" "pager=off")
   "List of additional options for `sql-vertica-program'.
 The default value disables the internal pager."
-  :version "24.5"
+  :version "25.1"
   :type '(repeat string)
   :group 'SQL)
 
 (defcustom sql-vertica-login-params '(user password database server)
   "List of login parameters needed to connect to Vertica."
-  :version "24.5"
+  :version "25.1"
   :type 'sql-login-params
   :group 'SQL)
 
index 892b2aa1b062131c486f8d2111fada38f6ca0490..e49037e41e7b331e50433a9f27e093916ef9b667 100644 (file)
@@ -88,7 +88,7 @@
 
 ;;;###autoload
 (define-obsolete-function-alias
-  'capitalized-words-mode 'subword-mode "24.5")
+  'capitalized-words-mode 'subword-mode "25.1")
 
 ;;;###autoload
 (define-minor-mode subword-mode
index 7cb8f457e3f206caca10e5236d54d79507e50ed8..6a88c6ff0ab9413a1f01e3735de5773812dab623 100644 (file)
@@ -684,7 +684,7 @@ Adapted from `font-lock-match-c-style-declaration-item-and-skip-to-next'."
   :group 'font-lock-highlighting-faces)
 
 (define-obsolete-function-alias 'vera-fontify-buffer
-  'font-lock-fontify-buffer "24.5")
+  'font-lock-fontify-buffer "25.1")
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Indentation
index b649959bae318f88620b3a1b352d24176c0ade46..e9faa81fd82a89b0d20d3c9d5e045f1439f23471 100644 (file)
@@ -1027,7 +1027,7 @@ If 'packed', then as many inputs and outputs that fit within
 
 If 'single', then a single input or output will be put onto each
 line."
-  :version "24.5"
+  :version "25.1"
   :type '(radio (const :tag "Line up Assignments and Declarations" packed)
                (const :tag "Line up Assignment statements" single))
   :group 'verilog-mode-auto)
index 23bbbfbbdcd0bd27c0c07957fd4fad9dc8a9eecd..90c8f94f0abd3b34cc50f521714c193cc036356d 100644 (file)
@@ -35,7 +35,7 @@
 
 (defgroup rectangle nil
   "Operations on rectangles."
-  :version "24.5"
+  :version "25.1"
   :group 'editing)
 
 ;; FIXME: this function should be replaced by `apply-on-rectangle'
index 24f8ae9ac769ae02c4282de9838f1fee1770947c..8469ff0d892afc07e7662e591b62b80fc9c5316b 100644 (file)
@@ -2515,6 +2515,7 @@ marker adjustment's corresponding (TEXT . POS) element."
   "Test whether UNDO-ELT crosses one edge of that region START ... END.
 This assumes we have already decided that UNDO-ELT
 is not *inside* the region START...END."
+  (declare (obsolete nil "25.1"))
   (cond ((atom undo-elt) nil)
        ((null (car undo-elt))
         ;; (nil PROPERTY VALUE BEG . END)
@@ -2525,7 +2526,6 @@ is not *inside* the region START...END."
         ;; (BEGIN . END)
         (and (< (car undo-elt) end)
              (> (cdr undo-elt) start)))))
-(make-obsolete 'undo-elt-crosses-region nil "24.5")
 
 (defun undo-adjust-elt (elt deltas)
   "Return adjustment of undo element ELT by the undo DELTAS
@@ -3758,7 +3758,7 @@ argument should still be a \"useful\" string for such uses."
   "Whether appending to kill ring also makes \\[undo] restore both pieces of text simultaneously."
   :type 'boolean
   :group 'killing
-  :version "24.5")
+  :version "25.1")
 
 (defun kill-append (string before-p)
   "Append STRING to the end of the latest kill in the kill ring.
index 8c7ac312b9f3cf4be53655dd20b5fd81ffb9b09b..bc10eab0498102c1b31c96f672112d56cf09410c 100644 (file)
@@ -2579,7 +2579,7 @@ If you use pdflatex instead of latex, set this to \".pdf\" and modify
  `tex-dvi-view-command' and `tex-dvi-print-command' appropriately."
   :type 'string
   :group 'tex-view
-  :version "24.5")
+  :version "25.1")
 
 (defun tex-print (&optional alt)
   "Print the .dvi file made by \\[tex-region], \\[tex-buffer] or \\[tex-file].
index 6b7ab8c9ce63dffe563ff63567052fa713a10932..56a0986b41c2c74d47699665fda1e5f479e8dd4c 100644 (file)
@@ -122,7 +122,7 @@ regular expression avoids conflicts with local files that look
 like URLs \(Gnus is particularly bad at this\)."
   :group 'url
   :type 'regexp
-  :version "24.5"
+  :version "25.1"
   :set (lambda (symbol value)
         (let ((enable url-handler-mode))
           (url-handler-mode 0)
index 83cedd1d62c5460783a05ff684e2b90dff1a5ab1..9cc17a353462bf0f5549653c975f2c817ec07bd0 100644 (file)
@@ -33,7 +33,7 @@
   "List of URL protocols the work is handled by Tramp.
 They must also be covered by `url-handler-regexp'."
   :group 'url
-  :version "24.5"
+  :version "25.1"
   :type '(list string))
 
 (defun url-tramp-convert-url-to-tramp (url)
index d4e973956c8e3aff31df51273df604ff672d1400..9afb9f47e9124230bb201eda5ec32bc19c2652c4 100644 (file)
@@ -304,7 +304,7 @@ well."
 (defface diff-changed
   '((t nil))
   "`diff-mode' face used to highlight changed lines."
-  :version "24.5"
+  :version "25.1"
   :group 'diff-mode)
 (define-obsolete-face-alias 'diff-changed-face 'diff-changed "22.1")
 (defvar diff-changed-face 'diff-changed)
@@ -343,7 +343,7 @@ well."
     (((class color grayscale) (min-colors 88) (background dark))
      :foreground "#dddddd"))
   "`diff-mode' face used to highlight context and other side-information."
-  :version "24.5"
+  :version "25.1"
   :group 'diff-mode)
 (define-obsolete-face-alias 'diff-context-face 'diff-context "22.1")
 (defvar diff-context-face 'diff-context)
index d0887fe353159d4d6859a0f7d8b339133dc4a9bb..580e7727a06b946dda1f76c28ebb4acddc8d5318 100644 (file)
@@ -60,7 +60,7 @@ is applied to the background."
           (with-demoted-errors
             ;; Update the value of the dependent variable.
             (custom-reevaluate-setting 'vc-annotate-color-map))))
-  :version "24.5"
+  :version "25.1"
   :group 'vc)
 
 (defcustom vc-annotate-color-map
index 89fc763fc53ae4027a50b943016d02ce3434f724..698eab54b8fb1736e4d74a1841417a02b8a242bf 100644 (file)
        * doc.c (store_function_docstring): Warn when we don't know where to
        put a docstring.
        (Fsubstitute_command_keys): Don't advertise the fact that
-       text-properties are dropped, since we think it's a bug that we'll fix
-       in 24.5.
+       text-properties are dropped, since we think it's a bug that we'll fix.
 
        * frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.
        * xterm.c (handle_one_xevent) <MapNotify>: Don't garbage the frame.