]> git.eshelyaron.com Git - emacs.git/commitdiff
; Refer to version 25.2 rather than 26.1.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Jun 2016 04:55:02 +0000 (00:55 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Jun 2016 04:55:02 +0000 (00:55 -0400)
; I hope the next release from master is indeed 26.1, but for reasons
; that passeth my understanding we currently call it 25.2 everywhere else,
; so we should at least be consistent.

lisp/calendar/time-date.el
lisp/calendar/timeclock.el
lisp/cus-start.el
lisp/net/rcirc.el
lisp/nxml/nxml-mode.el
lisp/org/org-compat.el
lisp/w32-fns.el
lisp/widget.el

index a1d946eac740384237b032780193a2d4cb269cf4..20ad372b05d553afac7b35c4a334dc2adb9e8f50 100644 (file)
@@ -191,7 +191,7 @@ TIME should be either a time value or a date-time string."
   (time-subtract nil time))
 
 ;;;###autoload
-(define-obsolete-function-alias 'subtract-time 'time-subtract "26.1")
+(define-obsolete-function-alias 'subtract-time 'time-subtract "25.2")
 
 ;;;###autoload
 (defun date-to-day (date)
index 3d9e24622248ef2e9e477a9257d9e977e83fd869..f1f48e9995886e67093080658ad4467864ea125f 100644 (file)
@@ -532,9 +532,9 @@ non-nil, the amount returned will be relative to past time worked."
        (message "%s" string)
       string)))
 
-(define-obsolete-function-alias 'timeclock-time-to-seconds 'float-time "26.1")
+(define-obsolete-function-alias 'timeclock-time-to-seconds 'float-time "25.2")
 (define-obsolete-function-alias 'timeclock-seconds-to-time 'seconds-to-time
-  "26.1")
+  "25.2")
 
 ;; Should today-only be removed in favor of timeclock-relative? - gm
 (defsubst timeclock-when-to-leave (&optional today-only)
index c830ed83d1da4b278c4ba40fba4322730647ad68..2b79bbbfda1e8ffd66b9b12acbd45211d83a9264 100644 (file)
@@ -312,7 +312,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
                                            (const :tag "Always" t)
                                            (repeat (symbol :tag "Parameter")))
                                           "25.1")
-            (tooltip-reuse-hidden-frame tooltip boolean "26.1")
+            (tooltip-reuse-hidden-frame tooltip boolean "25.2")
             ;; fringe.c
             (overflow-newline-into-fringe fringe boolean)
             ;; image.c
index 66e6326085c0ef6ecb6a7e6b02e5f9ce81f187fb..d64de0f7837812fafd9101e6030593a8af38cbc0 100644 (file)
@@ -611,7 +611,7 @@ If ARG is non-nil, instead prompt for connection parameters."
   `(with-current-buffer rcirc-server-buffer
      ,@body))
 
-(define-obsolete-function-alias 'rcirc-float-time 'float-time "26.1")
+(define-obsolete-function-alias 'rcirc-float-time 'float-time "25.2")
 
 (defun rcirc-prompt-for-encryption (server-plist)
   "Prompt the user for the encryption method to use.
index edc7414bfbf1aafa9b7102ebfa5295ba287f30ab..cceb75ead638c2c953f0c5982934ecc94c686c32 100644 (file)
@@ -1500,7 +1500,7 @@ of the line.  This expects the xmltok-* variables to be set up as by
        (t (back-to-indentation)))
   (current-column))
 
-(define-obsolete-function-alias 'nxml-complete #'completion-at-point "26.1")
+(define-obsolete-function-alias 'nxml-complete #'completion-at-point "25.2")
 
 ;;; Movement
 
index e8bf9703b03d26ce78b263d1b397ad3a7e5eacfa..2e35c0982ea5d66a0c3b15d68052c759438743c1 100644 (file)
@@ -409,7 +409,7 @@ Pass BUFFER to the XEmacs version of `move-to-column'."
         (when focus-follows-mouse
           (set-mouse-position frame (1- (frame-width frame)) 0)))))
 
-(define-obsolete-function-alias 'org-float-time 'float-time "26.1")
+(define-obsolete-function-alias 'org-float-time 'float-time "25.2")
 
 ;; `user-error' is only available from 24.2.50 on
 (unless (fboundp 'user-error)
index 91c0253042786e328a60a2ff7fbe91df6aa0f738..3c524e76d42d0b0f69e49690fe9413f8e5231b34 100644 (file)
@@ -143,7 +143,7 @@ You should set this to t when using a non-system shell.\n\n"))))
                        '(undecided-dos . undecided-dos)
                      '(raw-text-dos . raw-text-dos)))))
 (define-obsolete-function-alias 'set-default-process-coding-system
-  #'w32-set-default-process-coding-system "26.1")
+  #'w32-set-default-process-coding-system "25.2")
 (add-hook 'before-init-hook #'w32-set-default-process-coding-system)
 
 
@@ -235,7 +235,7 @@ This function is provided for backward compatibility, since
   (check-coding-system coding-system)
   (setq locale-coding-system coding-system))
 (define-obsolete-function-alias 'set-w32-system-coding-system
-  #'w32-set-system-coding-system "26.1")
+  #'w32-set-system-coding-system "25.2")
 
 ;; locale-coding-system was introduced to do the same thing as
 ;; w32-system-coding-system. Use that instead.
index 1574fb265c624249ec5c34e0c61cd7595ff2846a..54507cdc418a81f56a2c8713365e7370cd45b385 100644 (file)
@@ -91,7 +91,7 @@ The third argument DOC is a documentation string for the widget."
   name)
 
 ;; This is used by external widget code (in W3, at least).
-(define-obsolete-function-alias 'widget-plist-member #'plist-member "26.1")
+(define-obsolete-function-alias 'widget-plist-member #'plist-member "25.2")
 
 ;;; The End.