emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109632: Replace version 24.2 with 24


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109632: Replace version 24.2 with 24.3 where appropriate (hopefully)
Date: Wed, 15 Aug 2012 09:29:11 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109632
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-15 09:29:11 -0700
message:
  Replace version 24.2 with 24.3 where appropriate (hopefully)
modified:
  doc/emacs/ack.texi
  etc/NEWS
  leim/quail/hangul.el
  leim/quail/uni-input.el
  lisp/allout.el
  lisp/apropos.el
  lisp/bindings.el
  lisp/buff-menu.el
  lisp/calc/README
  lisp/calendar/cal-html.el
  lisp/calendar/cal-tex.el
  lisp/calendar/timeclock.el
  lisp/comint.el
  lisp/cus-edit.el
  lisp/cus-start.el
  lisp/custom.el
  lisp/dired.el
  lisp/ebuff-menu.el
  lisp/emacs-lisp/byte-run.el
  lisp/emacs-lisp/cl-lib.el
  lisp/emacs-lisp/cl.el
  lisp/emacs-lisp/edebug.el
  lisp/emacs-lisp/eieio.el
  lisp/emacs-lock.el
  lisp/emulation/crisp.el
  lisp/erc/erc-backend.el
  lisp/erc/erc-dcc.el
  lisp/erc/erc-match.el
  lisp/eshell/esh-mode.el
  lisp/eshell/eshell.el
  lisp/ffap.el
  lisp/files.el
  lisp/frame.el
  lisp/gnus/gnus-msg.el
  lisp/gnus/gnus-picon.el
  lisp/gnus/message.el
  lisp/gnus/nnmail.el
  lisp/help.el
  lisp/hexl.el
  lisp/image.el
  lisp/international/mule-cmds.el
  lisp/international/quail.el
  lisp/international/robin.el
  lisp/ldefs-boot.el
  lisp/mail/emacsbug.el
  lisp/man.el
  lisp/mpc.el
  lisp/net/dbus.el
  lisp/net/rcirc.el
  lisp/net/tramp-smb.el
  lisp/net/tramp.el
  lisp/newcomment.el
  lisp/nxml/nxml-glyph.el
  lisp/obsolete/assoc.el
  lisp/obsolete/bruce.el
  lisp/obsolete/cust-print.el
  lisp/obsolete/ledit.el
  lisp/obsolete/mailpost.el
  lisp/obsolete/mouse-sel.el
  lisp/obsolete/patcomp.el
  lisp/pcmpl-rpm.el
  lisp/pcomplete.el
  lisp/progmodes/compile.el
  lisp/progmodes/perl-mode.el
  lisp/progmodes/python.el
  lisp/progmodes/sh-script.el
  lisp/progmodes/which-func.el
  lisp/savehist.el
  lisp/server.el
  lisp/simple.el
  lisp/strokes.el
  lisp/subr.el
  lisp/textmodes/rst.el
  lisp/textmodes/tex-mode.el
  lisp/url/url-parse.el
  lisp/vc/add-log.el
  lisp/vc/diff-mode.el
  lisp/vc/ediff-wind.el
  lisp/vc/pcvs-util.el
  lisp/vc/smerge-mode.el
  lisp/vc/vc.el
=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi        2012-07-06 04:48:35 +0000
+++ b/doc/emacs/ack.texi        2012-08-15 16:29:11 +0000
@@ -365,7 +365,7 @@
 
 @item
 Fabi?n E. Gallina rewrote @file{python.el}, the major mode for the
-Python programming language used in Emacs 24.2 onwards.
+Python programming language used in Emacs 24.3 onwards.
 
 @item
 Kevin Gallo added multiple-frame support for Windows NT and wrote
@@ -715,7 +715,7 @@
 for motion in ``CapitalizedWordIdentifiers''; @file{latin1-disp.el}, a
 package that lets you display ISO 8859 characters on Latin-1 terminals
 by setting up appropriate display tables; the version of
address@hidden used prior to Emacs 24.2; @file{smiley.el}, a
address@hidden used prior to Emacs 24.3; @file{smiley.el}, a
 facility for displaying smiley faces; @file{sym-comp.el}, a library
 for performing mode-dependent symbol completion; @file{benchmark.el}
 for timing code execution; and @file{tool-bar.el}, a mode to control

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-08-15 07:58:34 +0000
+++ b/etc/NEWS  2012-08-15 16:29:11 +0000
@@ -21,7 +21,7 @@
 so we will look at it and add it to the manual.
 
 
-* Installation Changes in Emacs 24.2
+* Installation Changes in Emacs 24.3
 
 ** New configure option '--without-all' to disable additonal features.
 This disables most of the features that are normally enabled by default.
@@ -61,7 +61,7 @@
 check that this option enables.
 
 
-* Startup Changes in Emacs 24.2
+* Startup Changes in Emacs 24.3
 
 ** Emacs no longer searches for `leim-list.el' files beneath the standard
 lisp/ directory.  There should not be any there anyway.  If you have
@@ -71,7 +71,7 @@
 ** The `--no-site-lisp' command line option now works for Nextstep builds.
 
 
-* Changes in Emacs 24.2
+* Changes in Emacs 24.3
 
 ** Help changes
 
@@ -158,7 +158,7 @@
 The PCL-CVS commands are still available via the keyboard.
 
 
-* Editing Changes in Emacs 24.2
+* Editing Changes in Emacs 24.3
 
 ** New option `delete-trailing-lines' specifies whether the M-x
 delete-trailing-whitespace command should delete trailing lines at the
@@ -189,7 +189,7 @@
 ** New input method `vietnamese-vni'.
 
 
-* Changes in Specialized Modes and Packages in Emacs 24.2
+* Changes in Specialized Modes and Packages in Emacs 24.3
 
 ** Term changes
 
@@ -502,9 +502,9 @@
 *** cust-print.el
 
 
-* New Modes and Packages in Emacs 24.2
+* New Modes and Packages in Emacs 24.3
 
-* Incompatible Lisp Changes in Emacs 24.2
+* Incompatible Lisp Changes in Emacs 24.3
 
 ** The function `x-select-font' can return a font spec, instead of a
 font name as a string.  Whether it returns a font spec or a font name
@@ -570,7 +570,7 @@
 *** `last-input-char' and `last-command-char'
 
 
-* Lisp changes in Emacs 24.2
+* Lisp changes in Emacs 24.3
 
 ** New functions `autoloadp' and `autoload-do-load'.
 
@@ -624,7 +624,7 @@
 ** `automount-dir-prefix' is obsolete.
 ** `buffer-has-markers-at' is obsolete.
 
-* Changes in Emacs 24.2 on non-free operating systems
+* Changes in Emacs 24.3 on non-free operating systems
 
 ** New configure.bat options on MS-Windows:
 
@@ -636,6 +636,10 @@
 mouse-autoselect-window.
 
 ** On MS-Windows Vista and later Emacs now supports symbolic links.
+
+* Changes in Emacs 24.2
+
+** This release mainly fixes a security issue.
 
 
 * Installation Changes in Emacs 24.1

=== modified file 'leim/quail/hangul.el'
--- a/leim/quail/hangul.el      2012-07-29 07:16:45 +0000
+++ b/leim/quail/hangul.el      2012-08-15 16:29:11 +0000
@@ -532,7 +532,7 @@
 
 (define-obsolete-function-alias
   'hangul-input-method-inactivate
-  'hangul-input-method-deactivate "24.2")
+  'hangul-input-method-deactivate "24.3")
 
 (defun hangul-input-method-help ()
   "Describe the current Hangul input method."

=== modified file 'leim/quail/uni-input.el'
--- a/leim/quail/uni-input.el   2012-07-29 07:16:45 +0000
+++ b/leim/quail/uni-input.el   2012-08-15 16:29:11 +0000
@@ -114,7 +114,7 @@
 
 (define-obsolete-function-alias
   'ucs-input-inactivate
-  'ucs-input-deactivate "24.2")
+  'ucs-input-deactivate "24.3")
 
 (defun ucs-input-help ()
   (interactive)

=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2012-08-07 16:12:20 +0000
+++ b/lisp/allout.el    2012-08-15 16:29:11 +0000
@@ -1415,7 +1415,7 @@
 
 ;;;_   = allout-exposure-change-functions
 (define-obsolete-variable-alias 'allout-exposure-change-hook
-  'allout-exposure-change-functions "24.2")
+  'allout-exposure-change-functions "24.3")
 (defcustom allout-exposure-change-functions nil
   "Abnormal hook run after allout outline subtree exposure changes.
 It is run at the conclusion of `allout-flag-region'.
@@ -1429,11 +1429,11 @@
 This hook might be invoked multiple times by a single command."
   :type 'hook
   :group 'allout
-  :version "24.2")
+  :version "24.3")
 
 ;;;_   = allout-structure-added-functions
 (define-obsolete-variable-alias 'allout-structure-added-hook
-  'allout-structure-added-functions "24.2")
+  'allout-structure-added-functions "24.3")
 (defcustom allout-structure-added-functions nil
   "Abnormal hook run after adding items to an Allout outline.
 Functions on the hook should take two arguments:
@@ -1444,11 +1444,11 @@
 This hook might be invoked multiple times by a single command."
   :type 'hook
   :group 'allout
-  :version "24.2")
+  :version "24.3")
 
 ;;;_   = allout-structure-deleted-functions
 (define-obsolete-variable-alias 'allout-structure-deleted-hook
-  'allout-structure-deleted-functions "24.2")
+  'allout-structure-deleted-functions "24.3")
 (defcustom allout-structure-deleted-functions nil
   "Abnormal hook run after deleting subtrees from an Allout outline.
 Functions on the hook must take two arguments:
@@ -1462,11 +1462,11 @@
 This hook might be invoked multiple times by a single command."
   :type 'hook
   :group 'allout
-  :version "24.2")
+  :version "24.3")
 
 ;;;_   = allout-structure-shifted-functions
 (define-obsolete-variable-alias 'allout-structure-shifted-hook
-  'allout-structure-shifted-functions "24.2")
+  'allout-structure-shifted-functions "24.3")
 (defcustom allout-structure-shifted-functions nil
   "Abnormal hook run after shifting items in an Allout outline.
 Functions on the hook should take two arguments:
@@ -1480,14 +1480,14 @@
 This hook might be invoked multiple times by a single command."
   :type 'hook
   :group 'allout
-  :version "24.2")
+  :version "24.3")
 
 ;;;_   = allout-after-copy-or-kill-hook
 (defcustom allout-after-copy-or-kill-hook nil
   "Normal hook run after copying outline text.."
   :type 'hook
   :group 'allout
-  :version "24.2")
+  :version "24.3")
 
 ;;;_   = allout-post-undo-hook
 (defcustom allout-post-undo-hook nil
@@ -1496,7 +1496,7 @@
 that was affected by the undo.."
   :type 'hook
   :group 'allout
-  :version "24.2")
+  :version "24.3")
 
 ;;;_   = allout-outside-normal-auto-fill-function
 (defvar allout-outside-normal-auto-fill-function nil

=== modified file 'lisp/apropos.el'
--- a/lisp/apropos.el   2012-07-26 01:27:33 +0000
+++ b/lisp/apropos.el   2012-08-15 16:29:11 +0000
@@ -88,44 +88,44 @@
   '((t (:inherit bold)))
   "Face for the symbol name in Apropos output."
   :group 'apropos
-  :version "24.2")
+  :version "24.3")
 
 (defface apropos-keybinding
   '((t (:inherit underline)))
   "Face for lists of keybinding in Apropos output."
   :group 'apropos
-  :version "24.2")
+  :version "24.3")
 
 (defface apropos-property
   '((t (:inherit font-lock-builtin-face)))
   "Face for property name in apropos output, or nil for none."
   :group 'apropos
-  :version "24.2")
+  :version "24.3")
 
 (defface apropos-function-button
   '((t (:inherit (font-lock-function-name-face button))))
   "Button face indicating a function, macro, or command in Apropos."
   :group 'apropos
-  :version "24.2")
+  :version "24.3")
 
 (defface apropos-variable-button
   '((t (:inherit (font-lock-variable-name-face button))))
   "Button face indicating a variable in Apropos."
   :group 'apropos
-  :version "24.2")
+  :version "24.3")
 
 (defface apropos-misc-button
   '((t (:inherit (font-lock-constant-face button))))
   "Button face indicating a miscellaneous object type in Apropos."
   :group 'apropos
-  :version "24.2")
+  :version "24.3")
 
 (defcustom apropos-match-face 'match
   "Face for matching text in Apropos documentation/value, or nil for none.
 This applies when you look for matches in the documentation or variable value
 for the pattern; the part that matches gets displayed in this font."
   :group 'apropos
-  :version "24.2")
+  :version "24.3")
 
 (defcustom apropos-sort-by-scores nil
   "Non-nil means sort matches by scores; best match is shown first.

=== modified file 'lisp/bindings.el'
--- a/lisp/bindings.el  2012-08-12 17:29:53 +0000
+++ b/lisp/bindings.el  2012-08-15 16:29:11 +0000
@@ -143,7 +143,7 @@
 If the text at the mouse position has a `help-echo' text
 property, that overrides this variable."
   :type '(choice (const :tag "No help" :value nil) string)
-  :version "24.2"
+  :version "24.3"
   :group 'mode-line)
 
 (defvar mode-line-front-space '(:eval (if (display-graphic-p) " " "-"))

=== modified file 'lisp/buff-menu.el'
--- a/lisp/buff-menu.el 2012-08-12 17:29:53 +0000
+++ b/lisp/buff-menu.el 2012-08-15 16:29:11 +0000
@@ -57,23 +57,23 @@
 minus `Buffer-menu-size-width'.  This use is deprecated."
   :type 'number
   :group 'Buffer-menu
-  :version "24.2")
+  :version "24.3")
 
 (make-obsolete-variable 'Buffer-menu-buffer+size-width
                        "`Buffer-menu-name-width' and `Buffer-menu-size-width'"
-                       "24.2")
+                       "24.3")
 
 (defcustom Buffer-menu-name-width 19
   "Width of buffer size column in the Buffer Menu."
   :type 'number
   :group 'Buffer-menu
-  :version "24.2")
+  :version "24.3")
 
 (defcustom Buffer-menu-size-width 7
   "Width of buffer name column in the Buffer Menu."
   :type 'number
   :group 'Buffer-menu
-  :version "24.2")
+  :version "24.3")
 
 (defcustom Buffer-menu-mode-width 16
   "Width of mode name column in the Buffer Menu."

=== modified file 'lisp/calc/README'
--- a/lisp/calc/README  2012-07-31 21:32:28 +0000
+++ b/lisp/calc/README  2012-08-15 16:29:11 +0000
@@ -70,7 +70,7 @@
 Summary of changes to "Calc"
 ------- -- ------- --  ----
 
-Emacs 24.2
+Emacs 24.3
 
 Algebraic simplification mode is now the default.
 To restrict to the limited simplifications given by the former

=== modified file 'lisp/calendar/cal-html.el'
--- a/lisp/calendar/cal-html.el 2012-08-01 07:15:44 +0000
+++ b/lisp/calendar/cal-html.el 2012-08-15 16:29:11 +0000
@@ -68,7 +68,7 @@
 
 (defcustom cal-html-holidays t
   "If non-nil, include holidays as well as diary entries."
-  :version "24.2"
+  :version "24.3"
   :type 'boolean
   :group 'calendar-html)
 
@@ -92,7 +92,7 @@
    "</STYLE>\n\n")
   "Default cal-html css style.  You can override this with a \"cal.css\" file."
   :type 'string
-  :version "24.2"                       ; added SPAN.HOLIDAY
+  :version "24.3"                       ; added SPAN.HOLIDAY
   :group 'calendar-html)
 
 ;;; End customizable variables.

=== modified file 'lisp/calendar/cal-tex.el'
--- a/lisp/calendar/cal-tex.el  2012-05-05 20:58:14 +0000
+++ b/lisp/calendar/cal-tex.el  2012-08-15 16:29:11 +0000
@@ -239,7 +239,7 @@
 
 (autoload 'holiday-in-range "holidays")
 
-(define-obsolete-function-alias 'cal-tex-list-holidays 'holiday-in-range 
"24.2")
+(define-obsolete-function-alias 'cal-tex-list-holidays 'holiday-in-range 
"24.3")
 
 (autoload 'diary-list-entries "diary-lib")
 

=== modified file 'lisp/calendar/timeclock.el'
--- a/lisp/calendar/timeclock.el        2012-06-02 10:56:09 +0000
+++ b/lisp/calendar/timeclock.el        2012-08-15 16:29:11 +0000
@@ -268,7 +268,7 @@
 ;;; User Functions:
 
 (define-obsolete-function-alias 'timeclock-modeline-display
-  'timeclock-mode-line-display "24.2")
+  'timeclock-mode-line-display "24.3")
 
 ;;;###autoload
 (defun timeclock-mode-line-display (&optional arg)
@@ -649,7 +649,7 @@
                             (mapcar 'list timeclock-reason-list)))
 
 (define-obsolete-function-alias 'timeclock-update-modeline
-  'timeclock-update-mode-line "24.2")
+  'timeclock-update-mode-line "24.3")
 
 (defun timeclock-update-mode-line ()
   "Update the `timeclock-mode-string' displayed in the mode line.

=== modified file 'lisp/comint.el'
--- a/lisp/comint.el    2012-07-10 11:51:54 +0000
+++ b/lisp/comint.el    2012-08-15 16:29:11 +0000
@@ -3046,7 +3046,7 @@
 (defun comint--unquote-argument (str)
   (car (comint--unquote&requote-argument str)))
 (define-obsolete-function-alias 'comint--unquote&expand-filename
-  #'comint--unquote-argument "24.2")
+  #'comint--unquote-argument "24.3")
 
 (defun comint-match-partial-filename ()
   "Return the unquoted&expanded filename at point, or nil if none is found.
@@ -3073,7 +3073,7 @@
       filename
     (save-match-data
       (replace-regexp-in-string "\\\\\\(.\\)" "\\1" filename t))))
-(make-obsolete 'comint-unquote-filename nil "24.2")
+(make-obsolete 'comint-unquote-filename nil "24.3")
 
 (defun comint--requote-argument (upos qstr)
   ;; See `completion-table-with-quoting'.

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2012-06-10 13:20:58 +0000
+++ b/lisp/cus-edit.el  2012-08-15 16:29:11 +0000
@@ -1541,7 +1541,7 @@
 This button will have a menu with all three reset operations."
   :type 'boolean
   :group 'custom-buffer
-  :version "24.2")
+  :version "24.3")
 
 (defcustom custom-buffer-verbose-help t
   "If non-nil, include explanatory text in the customization buffer."

=== modified file 'lisp/cus-start.el'
--- a/lisp/cus-start.el 2012-06-03 23:28:17 +0000
+++ b/lisp/cus-start.el 2012-08-15 16:29:11 +0000
@@ -204,7 +204,7 @@
             (delete-by-moving-to-trash auto-save boolean "23.1")
             (auto-save-visited-file-name auto-save boolean)
             ;; filelock.c
-            (create-lockfiles files boolean "24.2")
+            (create-lockfiles files boolean "24.3")
             (temporary-file-directory
              ;; Darwin section added 24.1, does not seem worth :version bump.
              files directory nil

=== modified file 'lisp/custom.el'
--- a/lisp/custom.el    2012-06-27 07:10:27 +0000
+++ b/lisp/custom.el    2012-08-15 16:29:11 +0000
@@ -611,7 +611,7 @@
     (or (get variable 'standard-value)
        (get variable 'custom-autoload))))
 
-(define-obsolete-function-alias 'user-variable-p 'custom-variable-p "24.2")
+(define-obsolete-function-alias 'user-variable-p 'custom-variable-p "24.3")
 
 (defun custom-note-var-changed (variable)
   "Inform Custom that VARIABLE has been set (changed).

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2012-08-12 17:29:53 +0000
+++ b/lisp/dired.el     2012-08-15 16:29:11 +0000
@@ -3476,7 +3476,7 @@
     (force-mode-line-update)))
 
 (define-obsolete-function-alias 'dired-sort-set-modeline
-  'dired-sort-set-mode-line "24.2")
+  'dired-sort-set-mode-line "24.3")
 
 (defun dired-sort-toggle-or-edit (&optional arg)
   "Toggle sorting by date, and refresh the Dired buffer.

=== modified file 'lisp/ebuff-menu.el'
--- a/lisp/ebuff-menu.el        2012-06-09 14:33:44 +0000
+++ b/lisp/ebuff-menu.el        2012-08-15 16:29:11 +0000
@@ -201,7 +201,7 @@
        "return to buffer editing"))
 
 (define-obsolete-function-alias 'Electric-buffer-menu-mode
-  'electric-buffer-menu-mode "24.2")
+  'electric-buffer-menu-mode "24.3")
 
 ;; generally the same as Buffer-menu-mode-map
 ;;  (except we don't indirect to global-map)

=== modified file 'lisp/emacs-lisp/byte-run.el'
--- a/lisp/emacs-lisp/byte-run.el       2012-06-18 15:57:41 +0000
+++ b/lisp/emacs-lisp/byte-run.el       2012-08-15 16:29:11 +0000
@@ -420,8 +420,8 @@
 ;;   nil)
 
 (make-obsolete-variable 'macro-declaration-function
-                        'macro-declarations-alist "24.2")
+                        'macro-declarations-alist "24.3")
 (make-obsolete 'macro-declaration-function
-               'macro-declarations-alist "24.2")
+               'macro-declarations-alist "24.3")
 
 ;;; byte-run.el ends here

=== modified file 'lisp/emacs-lisp/cl-lib.el'
--- a/lisp/emacs-lisp/cl-lib.el 2012-07-11 23:13:41 +0000
+++ b/lisp/emacs-lisp/cl-lib.el 2012-08-15 16:29:11 +0000
@@ -99,8 +99,8 @@
 ;;;###autoload
 (define-obsolete-variable-alias
   ;; This alias is needed for compatibility with .elc files that use defstruct
-  ;; and were compiled with Emacs<24.2.
-  'custom-print-functions 'cl-custom-print-functions "24.2")
+  ;; and were compiled with Emacs<24.3.
+  'custom-print-functions 'cl-custom-print-functions "24.3")
 
 ;;;###autoload
 (defvar cl-custom-print-functions nil

=== modified file 'lisp/emacs-lisp/cl.el'
--- a/lisp/emacs-lisp/cl.el     2012-08-08 18:56:01 +0000
+++ b/lisp/emacs-lisp/cl.el     2012-08-15 16:29:11 +0000
@@ -452,7 +452,7 @@
 
 \(fn ((FUNC ARGLIST BODY...) ...) FORM...)"
   (declare (indent 1) (debug cl-flet)
-           (obsolete "Use either `cl-flet' or `cl-letf'."  "24.2"))
+           (obsolete "Use either `cl-flet' or `cl-letf'."  "24.3"))
   `(letf ,(mapcar
            (lambda (x)
              (if (or (and (fboundp (car x))
@@ -480,7 +480,7 @@
   "Make temporary function bindings.
 Like `cl-labels' except that the lexical scoping is handled via `lexical-let'
 rather than relying on `lexical-binding'."
-  (declare (indent 1) (debug cl-flet) (obsolete cl-labels "24.2"))
+  (declare (indent 1) (debug cl-flet) (obsolete cl-labels "24.3"))
   (let ((vars nil) (sets nil) (newenv macroexpand-all-environment))
     (dolist (binding bindings)
       ;; It's important that (not (eq (symbol-name var1) (symbol-name var2)))
@@ -521,7 +521,7 @@
 
 (defun cl--gv-adapt (cl-gv do)
   ;; This function is used by all .elc files that use define-setf-expander and
-  ;; were compiled with Emacs>=24.2.
+  ;; were compiled with Emacs>=24.3.
   (let ((vars (nth 0 cl-gv))
         (vals (nth 1 cl-gv))
         (binds ())
@@ -632,7 +632,7 @@
 ;;                      `(,witness ,getter ,(funcall setter witness)))))
 ;;     ...find "let prefix" of expansion, extract getter and setter from
 ;;     ...the rest, and build the 5-tuple))
-(make-obsolete 'get-setf-method 'gv-letplace "24.2")
+(make-obsolete 'get-setf-method 'gv-letplace "24.3")
 
 (defmacro define-modify-macro (name arglist func &optional doc)
   "Define a `setf'-like modify macro.
@@ -653,52 +653,52 @@
 ;;; Additional compatibility code.
 ;; For names that were clean but really aren't needed any more.
 
-(define-obsolete-function-alias 'cl-macroexpand 'macroexpand "24.2")
+(define-obsolete-function-alias 'cl-macroexpand 'macroexpand "24.3")
 (define-obsolete-variable-alias 'cl-macro-environment
-  'macroexpand-all-environment "24.2")
-(define-obsolete-function-alias 'cl-macroexpand-all 'macroexpand-all "24.2")
+  'macroexpand-all-environment "24.3")
+(define-obsolete-function-alias 'cl-macroexpand-all 'macroexpand-all "24.3")
 
 ;;; Hash tables.
 ;; This is just kept for compatibility with code byte-compiled by Emacs-20.
 
 ;; No idea if this might still be needed.
 (defun cl-not-hash-table (x &optional y &rest _z)
-  (declare (obsolete nil "24.2"))
+  (declare (obsolete nil "24.3"))
   (signal 'wrong-type-argument (list 'cl-hash-table-p (or y x))))
 
 (defvar cl-builtin-gethash (symbol-function 'gethash))
-(make-obsolete-variable 'cl-builtin-gethash nil "24.2")
+(make-obsolete-variable 'cl-builtin-gethash nil "24.3")
 (defvar cl-builtin-remhash (symbol-function 'remhash))
-(make-obsolete-variable 'cl-builtin-remhash nil "24.2")
+(make-obsolete-variable 'cl-builtin-remhash nil "24.3")
 (defvar cl-builtin-clrhash (symbol-function 'clrhash))
-(make-obsolete-variable 'cl-builtin-clrhash nil "24.2")
+(make-obsolete-variable 'cl-builtin-clrhash nil "24.3")
 (defvar cl-builtin-maphash (symbol-function 'maphash))
 
-(make-obsolete-variable 'cl-builtin-maphash nil "24.2")
-(define-obsolete-function-alias 'cl-map-keymap 'map-keymap "24.2")
-(define-obsolete-function-alias 'cl-copy-tree 'copy-tree "24.2")
-(define-obsolete-function-alias 'cl-gethash 'gethash "24.2")
-(define-obsolete-function-alias 'cl-puthash 'puthash "24.2")
-(define-obsolete-function-alias 'cl-remhash 'remhash "24.2")
-(define-obsolete-function-alias 'cl-clrhash 'clrhash "24.2")
-(define-obsolete-function-alias 'cl-maphash 'maphash "24.2")
-(define-obsolete-function-alias 'cl-make-hash-table 'make-hash-table "24.2")
-(define-obsolete-function-alias 'cl-hash-table-p 'hash-table-p "24.2")
-(define-obsolete-function-alias 'cl-hash-table-count 'hash-table-count "24.2")
+(make-obsolete-variable 'cl-builtin-maphash nil "24.3")
+(define-obsolete-function-alias 'cl-map-keymap 'map-keymap "24.3")
+(define-obsolete-function-alias 'cl-copy-tree 'copy-tree "24.3")
+(define-obsolete-function-alias 'cl-gethash 'gethash "24.3")
+(define-obsolete-function-alias 'cl-puthash 'puthash "24.3")
+(define-obsolete-function-alias 'cl-remhash 'remhash "24.3")
+(define-obsolete-function-alias 'cl-clrhash 'clrhash "24.3")
+(define-obsolete-function-alias 'cl-maphash 'maphash "24.3")
+(define-obsolete-function-alias 'cl-make-hash-table 'make-hash-table "24.3")
+(define-obsolete-function-alias 'cl-hash-table-p 'hash-table-p "24.3")
+(define-obsolete-function-alias 'cl-hash-table-count 'hash-table-count "24.3")
 
 (define-obsolete-function-alias 'cl-map-keymap-recursively
-  'cl--map-keymap-recursively "24.2")
-(define-obsolete-function-alias 'cl-map-intervals 'cl--map-intervals "24.2")
-(define-obsolete-function-alias 'cl-map-extents 'cl--map-overlays "24.2")
+  'cl--map-keymap-recursively "24.3")
+(define-obsolete-function-alias 'cl-map-intervals 'cl--map-intervals "24.3")
+(define-obsolete-function-alias 'cl-map-extents 'cl--map-overlays "24.3")
 
 (defun cl-maclisp-member (item list)
-  (declare (obsolete member "24.2"))
+  (declare (obsolete member "24.3"))
   (while (and list (not (equal item (car list)))) (setq list (cdr list)))
   list)
 
 ;; Used in the expansion of the old `defstruct'.
 (defun cl-struct-setf-expander (x name accessor pred-form pos)
-  (declare (obsolete nil "24.2"))
+  (declare (obsolete nil "24.3"))
   (let* ((temp (make-symbol "--cl-x--")) (store (make-symbol "--cl-store--")))
     (list (list temp) (list x) (list store)
          `(progn

=== modified file 'lisp/emacs-lisp/edebug.el'
--- a/lisp/emacs-lisp/edebug.el 2012-08-13 21:23:09 +0000
+++ b/lisp/emacs-lisp/edebug.el 2012-08-15 16:29:11 +0000
@@ -3742,7 +3742,7 @@
 be installed in `emacs-lisp-mode-map'.")
 
 (define-obsolete-variable-alias 'gud-inhibit-global-bindings
-  'edebug-inhibit-emacs-lisp-mode-bindings "24.2")
+  'edebug-inhibit-emacs-lisp-mode-bindings "24.3")
 
 ;; Global GUD bindings for all emacs-lisp-mode buffers.
 (unless edebug-inhibit-emacs-lisp-mode-bindings

=== modified file 'lisp/emacs-lisp/eieio.el'
--- a/lisp/emacs-lisp/eieio.el  2012-07-18 07:20:04 +0000
+++ b/lisp/emacs-lisp/eieio.el  2012-08-15 16:29:11 +0000
@@ -2554,7 +2554,7 @@
 (defsetf eieio-oref eieio-oset)
 
 (if (eval-when-compile (fboundp 'gv-define-expander))
-    ;; Not needed for Emacs>=24.2 since gv.el's setf expands macros and
+    ;; Not needed for Emacs>=24.3 since gv.el's setf expands macros and
     ;; follows aliases.
     nil
 (defsetf slot-value eieio-oset)

=== modified file 'lisp/emacs-lock.el'
--- a/lisp/emacs-lock.el        2012-05-13 03:05:06 +0000
+++ b/lisp/emacs-lock.el        2012-08-15 16:29:11 +0000
@@ -86,7 +86,7 @@
 The functions get one argument, the first locked buffer found."
   :type 'hook
   :group 'emacs-lock
-  :version "24.2")
+  :version "24.3")
 
 (defvar emacs-lock-mode nil
   "If non-nil, the current buffer is locked.

=== modified file 'lisp/emulation/crisp.el'
--- a/lisp/emulation/crisp.el   2012-07-10 11:51:54 +0000
+++ b/lisp/emulation/crisp.el   2012-08-15 16:29:11 +0000
@@ -177,7 +177,7 @@
   :group 'crisp)
 
 (define-obsolete-variable-alias 'crisp-mode-modeline-string
-  'crisp-mode-mode-line-string "24.2")
+  'crisp-mode-mode-line-string "24.3")
 
 ;;;###autoload
 (defcustom crisp-mode nil

=== modified file 'lisp/erc/erc-backend.el'
--- a/lisp/erc/erc-backend.el   2012-05-14 00:27:21 +0000
+++ b/lisp/erc/erc-backend.el   2012-08-15 16:29:11 +0000
@@ -396,7 +396,7 @@
 (defcustom erc-server-timestamp-format "%Y-%m-%d %T"
   "Timestamp format used with server response messages.
 This string is processed using `format-time-string'."
-  :version "24.2"
+  :version "24.3"
   :type 'string
   :group 'erc-server)
 

=== modified file 'lisp/erc/erc-dcc.el'
--- a/lisp/erc/erc-dcc.el       2012-06-12 05:47:14 +0000
+++ b/lisp/erc/erc-dcc.el       2012-08-15 16:29:11 +0000
@@ -1105,7 +1105,7 @@
 the unprocessed output.")
 
 (define-obsolete-variable-alias 'erc-dcc-chat-filter-hook
-  'erc-dcc-chat-filter-functions "24.2")
+  'erc-dcc-chat-filter-functions "24.3")
 
 (defvar erc-dcc-chat-mode-map
   (let ((map (make-sparse-keymap)))

=== modified file 'lisp/erc/erc-match.el'
--- a/lisp/erc/erc-match.el     2012-08-06 00:15:34 +0000
+++ b/lisp/erc/erc-match.el     2012-08-15 16:29:11 +0000
@@ -237,7 +237,7 @@
 useful for excluding all the things like MOTDs from the server
 and other miscellaneous functions."
   :group 'erc-match
-  :version "24.2"
+  :version "24.3"
   :type 'boolean)
 
 ;; Internal variables:

=== modified file 'lisp/eshell/esh-mode.el'
--- a/lisp/eshell/esh-mode.el   2012-06-02 10:56:09 +0000
+++ b/lisp/eshell/esh-mode.el   2012-08-15 16:29:11 +0000
@@ -199,7 +199,7 @@
   :group 'eshell-mode)
 
 (define-obsolete-variable-alias 'eshell-status-in-modeline
-  'eshell-status-in-mode-line "24.2")
+  'eshell-status-in-mode-line "24.3")
 
 (defvar eshell-first-time-p t
   "A variable which is non-nil the first time Eshell is loaded.")

=== modified file 'lisp/eshell/eshell.el'
--- a/lisp/eshell/eshell.el     2012-08-10 16:46:07 +0000
+++ b/lisp/eshell/eshell.el     2012-08-15 16:29:11 +0000
@@ -245,14 +245,14 @@
   "Add `eshell-buffer-name' to `same-window-buffer-names'."
   (add-to-list 'same-window-buffer-names eshell-buffer-name))
 (make-obsolete 'eshell-add-to-window-buffer-names
-              "no longer needed." "24.2")
+              "no longer needed." "24.3")
 
 (defun eshell-remove-from-window-buffer-names ()
   "Remove `eshell-buffer-name' from `same-window-buffer-names'."
   (setq same-window-buffer-names
        (delete eshell-buffer-name same-window-buffer-names)))
 (make-obsolete 'eshell-remove-from-window-buffer-names
-              "no longer needed." "24.2")
+              "no longer needed." "24.3")
 
 (defcustom eshell-load-hook nil
   "A hook run once Eshell has been loaded."

=== modified file 'lisp/ffap.el'
--- a/lisp/ffap.el      2012-07-13 07:06:09 +0000
+++ b/lisp/ffap.el      2012-08-15 16:29:11 +0000
@@ -160,7 +160,7 @@
 schemes (e.g. \"ftp\"); in that case, only convert those URLs."
   :type '(choice (repeat string) boolean)
   :group 'ffap
-  :version "24.2")
+  :version "24.3")
 
 (defcustom ffap-ftp-default-user "anonymous"
   "User name in ftp file names generated by `ffap-host-to-path'.

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2012-08-13 07:37:05 +0000
+++ b/lisp/files.el     2012-08-15 16:29:11 +0000
@@ -1000,7 +1000,7 @@
                 (setq list (cdr list))))
      (or (car list) "ssh")))
   "Program to use to execute commands on a remote host (e.g. ssh or rsh)."
-  :version "24.2"                      ; ssh rather than rsh, etc
+  :version "24.3"                      ; ssh rather than rsh, etc
   :initialize 'custom-initialize-delay
   :group 'environment
   :type 'file)
@@ -1621,7 +1621,7 @@
   "Regexp to match the automounter prefix in a directory name."
   :group 'files
   :type 'regexp)
-(make-obsolete-variable 'automount-dir-prefix 'directory-abbrev-alist "24.2")
+(make-obsolete-variable 'automount-dir-prefix 'directory-abbrev-alist "24.3")
 
 (defvar abbreviated-home-dir nil
   "The user's homedir abbreviated according to `directory-abbrev-alist'.")
@@ -3640,7 +3640,7 @@
 
 (defcustom enable-remote-dir-locals nil
   "Non-nil means dir-local variables will be applied to remote files."
-  :version "24.2"
+  :version "24.3"
   :type 'boolean
   :group 'find-file)
 

=== modified file 'lisp/frame.el'
--- a/lisp/frame.el     2012-08-15 07:58:34 +0000
+++ b/lisp/frame.el     2012-08-15 16:29:11 +0000
@@ -1651,7 +1651,7 @@
 
 ;; Misc.
 
-;; Only marked as obsolete in 24.2.
+;; Only marked as obsolete in 24.3.
 (define-obsolete-variable-alias 'automatic-hscrolling
   'auto-hscroll-mode "22.1")
 

=== modified file 'lisp/gnus/gnus-msg.el'
--- a/lisp/gnus/gnus-msg.el     2012-07-24 22:17:17 +0000
+++ b/lisp/gnus/gnus-msg.el     2012-08-15 16:29:11 +0000
@@ -174,7 +174,7 @@
 nil, Gcc will be done according to existing Gcc header(s), if any.
 If this is `no-gcc-self', resent messages will be Gcc'd to groups that
 existing Gcc header specifies, except for the current group."
-  :version "24.2"
+  :version "24.3"
   :group 'gnus-message
   :type '(choice (const none) (const t) string (const nil)
                 (const no-gcc-self)))

=== modified file 'lisp/gnus/gnus-picon.el'
--- a/lisp/gnus/gnus-picon.el   2012-06-26 22:52:31 +0000
+++ b/lisp/gnus/gnus-picon.el   2012-08-15 16:29:11 +0000
@@ -78,7 +78,7 @@
 (defcustom gnus-picon-properties '(:color-symbols (("None" . "white")))
   "List of image properties applied to picons."
   :type 'list
-  :version "24.2"
+  :version "24.3"
   :group 'gnus-picon)
 
 (defcustom gnus-picon-style 'inline

=== modified file 'lisp/gnus/message.el'
--- a/lisp/gnus/message.el      2012-07-28 11:38:47 +0000
+++ b/lisp/gnus/message.el      2012-08-15 16:29:11 +0000
@@ -1336,7 +1336,7 @@
   "*Addresses to prune when doing wide replies.
 This can be a regexp or a list of regexps.  Also, a value of nil means
 exclude your own user name only."
-  :version "24.2"
+  :version "24.3"
   :group 'message
   :link '(custom-manual "(message)Wide Reply")
   :type '(choice (const :tag "Yourself" nil)

=== modified file 'lisp/gnus/nnmail.el'
--- a/lisp/gnus/nnmail.el       2012-06-26 22:52:31 +0000
+++ b/lisp/gnus/nnmail.el       2012-08-15 16:29:11 +0000
@@ -559,7 +559,7 @@
   "Extra headers to parse.
 In addition to the standard headers, these extra headers will be
 included in NOV headers (and the like) when backends parse headers."
-  :version "24.2"
+  :version "24.3"
   :group 'nnmail
   :type '(repeat symbol))
 

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2012-06-27 05:47:14 +0000
+++ b/lisp/help.el      2012-08-15 16:29:11 +0000
@@ -1038,7 +1038,7 @@
 so that the documentation can show the right key bindings."
   :type 'boolean
   :group 'help
-  :version "24.2")
+  :version "24.3")
 
 (defun help-window-display-message (quit-part window &optional scroll)
   "Display message telling how to quit and scroll help window.

=== modified file 'lisp/hexl.el'
--- a/lisp/hexl.el      2012-07-11 23:13:41 +0000
+++ b/lisp/hexl.el      2012-08-15 16:29:11 +0000
@@ -58,7 +58,7 @@
                  (const 32)
                  (const 64))
   :group 'hexl
-  :version "24.2")
+  :version "24.3")
 
 (defcustom hexl-program "hexl"
   "The program that will hexlify and dehexlify its stdin.

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2012-06-11 10:16:47 +0000
+++ b/lisp/image.el     2012-08-15 16:29:11 +0000
@@ -774,7 +774,7 @@
   :set (lambda (symbol value)
         (set-default symbol value)
         (imagemagick-register-types))
-  :version "24.2"
+  :version "24.3"
   :group 'image)
 
 (defcustom imagemagick-enabled-types
@@ -812,7 +812,7 @@
   :set (lambda (symbol value)
         (set-default symbol value)
         (imagemagick-register-types))
-  :version "24.2"
+  :version "24.3"
   :group 'image)
 
 (imagemagick-register-types)

=== modified file 'lisp/international/mule-cmds.el'
--- a/lisp/international/mule-cmds.el   2012-08-02 01:36:14 +0000
+++ b/lisp/international/mule-cmds.el   2012-08-15 16:29:11 +0000
@@ -1333,7 +1333,7 @@
 
 (define-obsolete-variable-alias
   'inactivate-current-input-method-function
-  'deactivate-current-input-method-function "24.2")
+  'deactivate-current-input-method-function "24.3")
 (defvar deactivate-current-input-method-function nil
   "Function to call for deactivating the current input method.
 Every input method should set this to an appropriate value when activated.
@@ -1473,7 +1473,7 @@
 
 (define-obsolete-function-alias
   'inactivate-input-method
-  'deactivate-input-method "24.2")
+  'deactivate-input-method "24.3")
 
 (defun set-input-method (input-method &optional interactive)
   "Select and activate input method INPUT-METHOD for the current buffer.
@@ -1651,7 +1651,7 @@
 
 (define-obsolete-variable-alias
   'input-method-inactivate-hook
-  'input-method-deactivate-hook "24.2")
+  'input-method-deactivate-hook "24.3")
 
 (defcustom input-method-deactivate-hook nil
   "Normal hook run just after an input method is deactivated.
@@ -1660,7 +1660,7 @@
 just deactivated."
   :type 'hook
   :group 'mule
-  :version "24.2")
+  :version "24.3")
 
 (defcustom input-method-after-insert-chunk-hook nil
   "Normal hook run just after an input method insert some chunk of text."
@@ -2959,7 +2959,7 @@
      (t
       (cdr (assoc-string input (ucs-names) t))))))
 
-(define-obsolete-function-alias 'ucs-insert 'insert-char "24.2")
+(define-obsolete-function-alias 'ucs-insert 'insert-char "24.3")
 (define-key ctl-x-map "8\r" 'insert-char)
 
 ;;; mule-cmds.el ends here

=== modified file 'lisp/international/quail.el'
--- a/lisp/international/quail.el       2012-07-29 07:16:45 +0000
+++ b/lisp/international/quail.el       2012-08-15 16:29:11 +0000
@@ -547,7 +547,7 @@
   (interactive)
   (quail-activate -1))
 
-(define-obsolete-function-alias 'quail-inactivate 'quail-deactivate "24.2")
+(define-obsolete-function-alias 'quail-inactivate 'quail-deactivate "24.3")
 
 (defun quail-activate (&optional arg)
   "Activate Quail input method.
@@ -595,7 +595,7 @@
 
 (define-obsolete-variable-alias
   'quail-inactivate-hook
-  'quail-deactivate-hook "24.2")
+  'quail-deactivate-hook "24.3")
 
 (defun quail-exit-from-minibuffer ()
   (deactivate-input-method)

=== modified file 'lisp/international/robin.el'
--- a/lisp/international/robin.el       2012-07-29 07:16:45 +0000
+++ b/lisp/international/robin.el       2012-08-15 16:29:11 +0000
@@ -396,7 +396,7 @@
   (interactive)
   (robin-activate -1))
 
-(define-obsolete-function-alias 'robin-inactivate 'robin-deactivate "24.2")
+(define-obsolete-function-alias 'robin-inactivate 'robin-deactivate "24.3")
 
 (defun robin-activate (&optional arg)
   "Activate robin input method.
@@ -431,7 +431,7 @@
 
 (define-obsolete-variable-alias
   'robin-inactivate-hook
-  'robin-deactivate-hook "24.2")
+  'robin-deactivate-hook "24.3")
 
 (defun robin-exit-from-minibuffer ()
   (deactivate-input-method)

=== modified file 'lisp/ldefs-boot.el'
--- a/lisp/ldefs-boot.el        2012-08-01 10:20:52 +0000
+++ b/lisp/ldefs-boot.el        2012-08-15 16:29:11 +0000
@@ -4133,7 +4133,7 @@
 ;;;;;;  653810 0))
 ;;; Generated autoloads from emacs-lisp/cl-lib.el
 
-(define-obsolete-variable-alias 'custom-print-functions 
'cl-custom-print-functions "24.2")
+(define-obsolete-variable-alias 'custom-print-functions 
'cl-custom-print-functions "24.3")
 
 (defvar cl-custom-print-functions nil "\
 This is a list of functions that format user objects for printing.

=== modified file 'lisp/mail/emacsbug.el'
--- a/lisp/mail/emacsbug.el     2012-07-25 05:48:19 +0000
+++ b/lisp/mail/emacsbug.el     2012-08-15 16:29:11 +0000
@@ -355,7 +355,7 @@
           (buffer-substring-no-properties (point-min) (point)))
     (goto-char user-point)))
 
-(define-obsolete-function-alias 'report-emacs-bug-info 'info-emacs-bug "24.2")
+(define-obsolete-function-alias 'report-emacs-bug-info 'info-emacs-bug "24.3")
 
 ;; It's the default mail mode, so it seems OK to use its features.
 (autoload 'message-bogus-recipient-p "message")

=== modified file 'lisp/man.el'
--- a/lisp/man.el       2012-08-15 03:37:07 +0000
+++ b/lisp/man.el       2012-08-15 16:29:11 +0000
@@ -129,19 +129,19 @@
   '((t (:inherit bold)))
   "Face to use when fontifying overstrike."
   :group 'man
-  :version "24.2")
+  :version "24.3")
 
 (defface Man-underline
   '((t (:inherit underline)))
   "Face to use when fontifying underlining."
   :group 'man
-  :version "24.2")
+  :version "24.3")
 
 (defface Man-reverse
   '((t (:inherit highlight)))
   "Face to use when fontifying reverse video."
   :group 'man
-  :version "24.2")
+  :version "24.3")
 
 (defvar Man-ansi-color-map (let ((ansi-color-faces-vector
                                  [ default Man-overstrike default Man-underline

=== modified file 'lisp/mpc.el'
--- a/lisp/mpc.el       2012-08-04 07:37:27 +0000
+++ b/lisp/mpc.el       2012-08-15 16:29:11 +0000
@@ -184,7 +184,7 @@
                     (abs res))
                 res))))))))
 
-(define-obsolete-function-alias 'mpc-string-prefix-p 'string-prefix-p "24.2")
+(define-obsolete-function-alias 'mpc-string-prefix-p 'string-prefix-p "24.3")
 
 ;; This can speed up mpc--song-search significantly.  The table may grow
 ;; very large, tho.  It's only bounded by the fact that it gets flushed

=== modified file 'lisp/net/dbus.el'
--- a/lisp/net/dbus.el  2012-07-10 11:51:54 +0000
+++ b/lisp/net/dbus.el  2012-08-15 16:29:11 +0000
@@ -280,7 +280,7 @@
 
 ;; `dbus-call-method' works non-blocking now.
 (defalias 'dbus-call-method-non-blocking 'dbus-call-method)
-(make-obsolete 'dbus-call-method-non-blocking 'dbus-call-method "24.2")
+(make-obsolete 'dbus-call-method-non-blocking 'dbus-call-method "24.3")
 
 (defun dbus-call-method-asynchronously
  (bus service path interface method handler &rest args)

=== modified file 'lisp/net/rcirc.el'
--- a/lisp/net/rcirc.el 2012-06-29 06:28:37 +0000
+++ b/lisp/net/rcirc.el 2012-08-15 16:29:11 +0000
@@ -365,7 +365,7 @@
   "When non-nil, kill channel buffers when the server buffer is killed.
 Only the channel buffers associated with the server in question
 will be killed."
-  :version "24.2"
+  :version "24.3"
   :type 'boolean
   :group 'rcirc)
 

=== modified file 'lisp/net/tramp-smb.el'
--- a/lisp/net/tramp-smb.el     2012-06-11 10:30:07 +0000
+++ b/lisp/net/tramp-smb.el     2012-08-15 16:29:11 +0000
@@ -249,21 +249,21 @@
 shall be given.  This is needed for remote processes."
   :group 'tramp
   :type 'string
-  :version "24.2")
+  :version "24.3")
 
 (defcustom tramp-smb-winexe-shell-command "powershell.exe"
   "Shell to be used for processes on remote machines.
 This must be Powershell V2 compatible."
   :group 'tramp
   :type 'string
-  :version "24.2")
+  :version "24.3")
 
 (defcustom tramp-smb-winexe-shell-command-switch "-file -"
   "Command switch used together with `tramp-smb-winexe-shell-command'.
 This can be used to disable echo etc."
   :group 'tramp
   :type 'string
-  :version "24.2")
+  :version "24.3")
 
 ;;;###tramp-autoload
 (defsubst tramp-smb-file-name-p (filename)

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2012-07-06 13:16:13 +0000
+++ b/lisp/net/tramp.el 2012-08-15 16:29:11 +0000
@@ -413,7 +413,7 @@
 a registered shell like \"rbash\".  Those hosts can be used as
 proxies only, see `tramp-default-proxies-alist'.  If the local
 host runs a registered shell, it shall be added to this list, too."
-  :version "24.2"
+  :version "24.3"
   :group 'tramp
   :type '(repeat (regexp :tag "Host regexp")))
 

=== modified file 'lisp/newcomment.el'
--- a/lisp/newcomment.el        2012-05-07 20:48:41 +0000
+++ b/lisp/newcomment.el        2012-08-15 16:29:11 +0000
@@ -283,7 +283,7 @@
    (lambda () (set (make-local-variable 'comment-inline-offset) 2)))
 
 See `comment-padding' for whole-line comments."
-  :version "24.2"
+  :version "24.3"
   :type 'integer
   :group 'comment)
 

=== modified file 'lisp/nxml/nxml-glyph.el'
--- a/lisp/nxml/nxml-glyph.el   2012-06-12 05:47:14 +0000
+++ b/lisp/nxml/nxml-glyph.el   2012-08-15 16:29:11 +0000
@@ -346,7 +346,7 @@
 predefined for use by `nxml-glyph-set-functions'.")
 
 (define-obsolete-variable-alias 'nxml-glyph-set-hook
-  'nxml-glyph-set-functions "24.2")
+  'nxml-glyph-set-functions "24.3")
 
 (defvar nxml-glyph-set nil
   "Used by `nxml-glyph-set-functions' to return set of glyphs in a FACE.

=== modified file 'lisp/obsolete/assoc.el'
--- a/lisp/obsolete/assoc.el    2012-04-27 00:30:56 +0000
+++ b/lisp/obsolete/assoc.el    2012-08-15 16:29:11 +0000
@@ -4,7 +4,7 @@
 
 ;; Author: Barry A. Warsaw <address@hidden>
 ;; Keywords: extensions
-;; Obsolete-since: 24.2
+;; Obsolete-since: 24.3
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/obsolete/bruce.el'
--- a/lisp/obsolete/bruce.el    2012-05-04 06:38:36 +0000
+++ b/lisp/obsolete/bruce.el    2012-08-15 16:29:11 +0000
@@ -6,7 +6,7 @@
 ;; Maintainer: FSF
 ;; Keywords: games
 ;; Created: Jan 1997
-;; Obsolete-since: 24.2
+;; Obsolete-since: 24.3
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/obsolete/cust-print.el'
--- a/lisp/obsolete/cust-print.el       2012-06-05 17:42:37 +0000
+++ b/lisp/obsolete/cust-print.el       2012-08-15 16:29:11 +0000
@@ -5,7 +5,7 @@
 ;; Author: Daniel LaLiberte <address@hidden>
 ;; Adapted-By: ESR
 ;; Keywords: extensions
-;; Obsolete-since: 24.2
+;; Obsolete-since: 24.3
 
 ;; LCD Archive Entry:
 ;; cust-print|Daniel LaLiberte|address@hidden

=== modified file 'lisp/obsolete/ledit.el'
--- a/lisp/obsolete/ledit.el    2012-06-05 17:47:27 +0000
+++ b/lisp/obsolete/ledit.el    2012-08-15 16:29:11 +0000
@@ -4,7 +4,7 @@
 
 ;; Maintainer: FSF
 ;; Keywords: languages
-;; Obsolete-since: 24.2
+;; Obsolete-since: 24.3
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/obsolete/mailpost.el'
--- a/lisp/obsolete/mailpost.el 2012-04-12 23:47:13 +0000
+++ b/lisp/obsolete/mailpost.el 2012-08-15 16:29:11 +0000
@@ -9,7 +9,7 @@
 ;; Maintainer: FSF
 ;; Created: 13 Jan 1986
 ;; Keywords: mail
-;; Obsolete-since: 24.2
+;; Obsolete-since: 24.3
 
 ;;; Commentary:
 

=== modified file 'lisp/obsolete/mouse-sel.el'
--- a/lisp/obsolete/mouse-sel.el        2012-04-10 17:09:34 +0000
+++ b/lisp/obsolete/mouse-sel.el        2012-08-15 16:29:11 +0000
@@ -4,7 +4,7 @@
 
 ;; Author: Mike Williams <address@hidden>
 ;; Keywords: mouse
-;; Obsolete-since: 24.2
+;; Obsolete-since: 24.3
 
 ;; This file is part of GNU Emacs.
 
@@ -263,7 +263,7 @@
              interprogram-paste-function
              mouse-sel-original-interprogram-paste-function))))
 
-(make-obsolete 'mouse-sel-mode "use the normal mouse modes" "24.2")
+(make-obsolete 'mouse-sel-mode "use the normal mouse modes" "24.3")
 
 ;;=== Internal Variables/Constants ========================================
 

=== modified file 'lisp/obsolete/patcomp.el'
--- a/lisp/obsolete/patcomp.el  2012-05-04 06:38:36 +0000
+++ b/lisp/obsolete/patcomp.el  2012-08-15 16:29:11 +0000
@@ -2,7 +2,7 @@
 
 ;; This file is part of GNU Emacs.
 
-;; Obsolete-since: 24.2
+;; Obsolete-since: 24.3
 
 ;;; Commentary:
 

=== modified file 'lisp/pcmpl-rpm.el'
--- a/lisp/pcmpl-rpm.el 2012-06-23 01:02:17 +0000
+++ b/lisp/pcmpl-rpm.el 2012-08-15 16:29:11 +0000
@@ -44,7 +44,7 @@
             (push "--nosignature" opts))))
     opts)
   "String, or list of strings, with extra options for an rpm query command."
-  :version "24.2"
+  :version "24.3"
   :type '(choice (const :tag "No options" nil)
                  (string :tag "Single option")
                  (repeat :tag "List of options" string))
@@ -52,7 +52,7 @@
 
 (defcustom pcmpl-rpm-cache t
   "Whether to cache the list of installed packages."
-  :version "24.2"
+  :version "24.3"
   :type 'boolean
   :group 'pcmpl-rpm)
 

=== modified file 'lisp/pcomplete.el'
--- a/lisp/pcomplete.el 2012-07-10 11:51:54 +0000
+++ b/lisp/pcomplete.el 2012-08-15 16:29:11 +0000
@@ -165,7 +165,7 @@
   :group 'pcomplete)
 
 (define-obsolete-variable-alias
-  'pcomplete-arg-quote-list 'comint-file-name-quote-list "24.2")
+  'pcomplete-arg-quote-list 'comint-file-name-quote-list "24.3")
 
 (defcustom pcomplete-man-function 'man
   "A function to that will be called to display a manual page.
@@ -791,7 +791,7 @@
            pcomplete-args))))))
 
 (define-obsolete-function-alias
-  'pcomplete-quote-argument #'comint-quote-filename "24.2")
+  'pcomplete-quote-argument #'comint-quote-filename "24.3")
 
 ;; file-system completion lists
 

=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2012-07-11 23:13:41 +0000
+++ b/lisp/progmodes/compile.el 2012-08-15 16:29:11 +0000
@@ -684,13 +684,13 @@
     (t (:inverse-video t :weight bold)))
   "Face for Compilation mode's \"error\" mode line indicator."
   :group 'compilation
-  :version "24.2")
+  :version "24.3")
 
 (defface compilation-mode-line-run
   '((t :inherit compilation-warning))
   "Face for Compilation mode's \"running\" mode line indicator."
   :group 'compilation
-  :version "24.2")
+  :version "24.3")
 
 (defface compilation-mode-line-exit
   '((default :inherit compilation-info)
@@ -700,7 +700,7 @@
     (t (:weight bold)))
   "Face for Compilation mode's \"exit\" mode line indicator."
   :group 'compilation
-  :version "24.2")
+  :version "24.3")
 
 (defface compilation-line-number
   '((t :inherit font-lock-keyword-face))

=== modified file 'lisp/progmodes/perl-mode.el'
--- a/lisp/progmodes/perl-mode.el       2012-07-11 23:13:41 +0000
+++ b/lisp/progmodes/perl-mode.el       2012-08-15 16:29:11 +0000
@@ -509,7 +509,7 @@
   "Non-nil means that non-block ()-, {}- and []-groups are indented as blocks.
 The closing bracket is aligned with the line of the opening bracket,
 not the contents of the brackets."
-  :version "24.2"
+  :version "24.3"
   :type 'boolean
   :group 'perl)
 

=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2012-08-14 13:39:27 +0000
+++ b/lisp/progmodes/python.el  2012-08-15 16:29:11 +0000
@@ -378,14 +378,14 @@
   (nth 8 (syntax-ppss)))
 
 (define-obsolete-function-alias
-  'python-info-ppss-context #'python-syntax-context "24.2")
+  'python-info-ppss-context #'python-syntax-context "24.3")
 
 (define-obsolete-function-alias
-  'python-info-ppss-context-type #'python-syntax-context-type "24.2")
+  'python-info-ppss-context-type #'python-syntax-context-type "24.3")
 
 (define-obsolete-function-alias
   'python-info-ppss-comment-or-string-p
-  #'python-syntax-comment-or-string-p "24.2")
+  #'python-syntax-comment-or-string-p "24.3")
 
 (defvar python-font-lock-keywords
   ;; Keywords
@@ -588,10 +588,10 @@
   :safe 'booleanp)
 
 (define-obsolete-variable-alias
-  'python-indent 'python-indent-offset "24.2")
+  'python-indent 'python-indent-offset "24.3")
 
 (define-obsolete-variable-alias
-  'python-guess-indent 'python-indent-guess-indent-offset "24.2")
+  'python-guess-indent 'python-indent-guess-indent-offset "24.3")
 
 (defvar python-indent-current-level 0
   "Current indentation level `python-indent-line-function' is using.")
@@ -1808,13 +1808,13 @@
     (get-buffer-process proc-buffer-name)))
 
 (define-obsolete-function-alias
-  'python-proc 'python-shell-internal-get-or-create-process "24.2")
-
-(define-obsolete-variable-alias
-  'python-buffer 'python-shell-internal-buffer "24.2")
-
-(define-obsolete-variable-alias
-  'python-preoutput-result 'python-shell-internal-last-output "24.2")
+  'python-proc 'python-shell-internal-get-or-create-process "24.3")
+
+(define-obsolete-variable-alias
+  'python-buffer 'python-shell-internal-buffer "24.3")
+
+(define-obsolete-variable-alias
+  'python-preoutput-result 'python-shell-internal-last-output "24.3")
 
 (defun python-shell-send-string (string &optional process msg)
   "Send STRING to inferior Python PROCESS.
@@ -1876,10 +1876,10 @@
          (python-shell-internal-get-or-create-process) nil)))
 
 (define-obsolete-function-alias
-  'python-send-receive 'python-shell-internal-send-string "24.2")
+  'python-send-receive 'python-shell-internal-send-string "24.3")
 
 (define-obsolete-function-alias
-  'python-send-string 'python-shell-internal-send-string "24.2")
+  'python-send-string 'python-shell-internal-send-string "24.3")
 
 (defun python-shell-send-region (start end)
   "Send the region delimited by START and END to inferior Python process."
@@ -2369,7 +2369,7 @@
   :safe 'booleanp)
 
 (define-obsolete-variable-alias
-  'python-use-skeletons 'python-skeleton-autoinsert "24.2")
+  'python-use-skeletons 'python-skeleton-autoinsert "24.3")
 
 (defvar python-skeleton-available '()
   "Internal list of available skeletons.")

=== modified file 'lisp/progmodes/sh-script.el'
--- a/lisp/progmodes/sh-script.el       2012-07-18 13:40:57 +0000
+++ b/lisp/progmodes/sh-script.el       2012-08-15 16:29:11 +0000
@@ -4076,7 +4076,7 @@
   (self-insert-command (prefix-numeric-value arg))
   (or arg (sh--maybe-here-document)))
 (make-obsolete 'sh--maybe-here-document
-               'sh-electric-here-document-mode "24.2")
+               'sh-electric-here-document-mode "24.3")
 
 (defun sh--maybe-here-document ()
   (or (not (looking-back "[^<]<<"))

=== modified file 'lisp/progmodes/which-func.el'
--- a/lisp/progmodes/which-func.el      2012-06-29 06:28:37 +0000
+++ b/lisp/progmodes/which-func.el      2012-08-15 16:29:11 +0000
@@ -80,7 +80,7 @@
 For other modes it is disabled.  If this is equal to t,
 then Which Function mode is enabled in any major mode that supports it."
   :group 'which-func
-  :version "24.2"                       ; explicit list -> t
+  :version "24.3"                       ; explicit list -> t
   :type '(choice (const :tag "All modes" t)
                 (repeat (symbol :tag "Major mode"))))
 
@@ -150,7 +150,7 @@
 mouse-3: go to end")
     "]")
   "Format for displaying the function in the mode line."
-  :version "24.2"                       ; added mouse-face
+  :version "24.2"                  ; added mouse-face; 24point2 is correct
   :group 'which-func
   :type 'sexp)
 ;;;###autoload (put 'which-func-format 'risky-local-variable t)

=== modified file 'lisp/savehist.el'
--- a/lisp/savehist.el  2012-06-22 17:30:25 +0000
+++ b/lisp/savehist.el  2012-08-15 16:29:11 +0000
@@ -278,9 +278,9 @@
          (print-level nil)
          (print-readably t)
          (print-quoted t))
-      ;; During the 24.2 development, read-passwd had a bug which resulted in
+      ;; During the 24.3 development, read-passwd had a bug which resulted in
       ;; the passwords being saved by savehist.  Trim them, retroactively.
-      ;; This code can be removed after the 24.2 release.
+      ;; This code can be removed after the 24.3 release.
       (dolist (sym savehist-minibuffer-history-variables)
         (if (and (symbolp sym) (equal (symbol-name sym) "forget-history"))
             (setq savehist-minibuffer-history-variables

=== modified file 'lisp/server.el'
--- a/lisp/server.el    2012-07-11 23:13:41 +0000
+++ b/lisp/server.el    2012-08-15 16:29:11 +0000
@@ -163,7 +163,7 @@
   :type '(choice
          (const :tag "Random" nil)
          (string :tag "Password"))
-  :version "24.2")
+  :version "24.3")
 
 (defcustom server-raise-frame t
   "If non-nil, raise frame when switching to a buffer."

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-08-10 16:02:48 +0000
+++ b/lisp/simple.el    2012-08-15 16:29:11 +0000
@@ -570,7 +570,7 @@
 is called on the entire buffer (rather than an active region)."
   :type 'boolean
   :group 'editing
-  :version "24.2")
+  :version "24.3")
 
 (defun delete-trailing-whitespace (&optional start end)
   "Delete trailing whitespace between START and END.
@@ -2295,7 +2295,7 @@
                 (const :tag "Rename the existing buffer"
                        rename-buffer))
   :group 'shell
-  :version "24.2")
+  :version "24.3")
 
 (defun async-shell-command (command &optional output-buffer error-buffer)
   "Execute string COMMAND asynchronously in background.

=== modified file 'lisp/strokes.el'
--- a/lisp/strokes.el   2012-07-11 23:13:41 +0000
+++ b/lisp/strokes.el   2012-08-15 16:29:11 +0000
@@ -217,7 +217,7 @@
   :type 'string
   :group 'strokes)
 
-(define-obsolete-variable-alias 'strokes-modeline-string 'strokes-lighter 
"24.2")
+(define-obsolete-variable-alias 'strokes-modeline-string 'strokes-lighter 
"24.3")
 
 (defcustom strokes-character ?@
   "Character used when drawing strokes in the strokes buffer.

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2012-08-14 21:48:52 +0000
+++ b/lisp/subr.el      2012-08-15 16:29:11 +0000
@@ -1169,7 +1169,7 @@
 (define-obsolete-function-alias 'string-to-int 'string-to-number "22.1")
 
 (make-obsolete 'forward-point "use (+ (point) N) instead." "23.1")
-(make-obsolete 'buffer-has-markers-at nil "24.2")
+(make-obsolete 'buffer-has-markers-at nil "24.3")
 
 (defun insert-string (&rest args)
   "Mocklisp-compatibility insert function.
@@ -1194,7 +1194,7 @@
 (set-advertised-calling-convention
  'all-completions '(string collection &optional predicate) "23.1")
 (set-advertised-calling-convention 'unintern '(name obarray) "23.3")
-(set-advertised-calling-convention 'redirect-frame-focus '(frame focus-frame) 
"24.2")
+(set-advertised-calling-convention 'redirect-frame-focus '(frame focus-frame) 
"24.3")
 
 ;;;; Obsolescence declarations for variables, and aliases.
 
@@ -2491,7 +2491,7 @@
 
 ;; For compatibility.
 (define-obsolete-function-alias 'redraw-modeline
-  'force-mode-line-update "24.2")
+  'force-mode-line-update "24.3")
 
 (defun force-mode-line-update (&optional all)
   "Force redisplay of the current buffer's mode line and header line.

=== modified file 'lisp/textmodes/rst.el'
--- a/lisp/textmodes/rst.el     2012-07-30 19:54:07 +0000
+++ b/lisp/textmodes/rst.el     2012-08-15 16:29:11 +0000
@@ -215,12 +215,12 @@
 in parentheses follows the development revision and the time stamp.")
 
 (defconst rst-package-emacs-version-alist
-  '(("1.0.0" . "24.2")
-    ("1.1.0" . "24.2")
-    ("1.2.0" . "24.2")
-    ("1.2.1" . "24.2")
-    ("1.3.0" . "24.2")
-    ("1.3.1" . "24.2")
+  '(("1.0.0" . "24.3")
+    ("1.1.0" . "24.3")
+    ("1.2.0" . "24.3")
+    ("1.2.1" . "24.3")
+    ("1.3.0" . "24.3")
+    ("1.3.1" . "24.3")
     ))
 
 (unless (assoc rst-official-version rst-package-emacs-version-alist)

=== modified file 'lisp/textmodes/tex-mode.el'
--- a/lisp/textmodes/tex-mode.el        2012-08-15 03:46:47 +0000
+++ b/lisp/textmodes/tex-mode.el        2012-08-15 16:29:11 +0000
@@ -1499,7 +1499,7 @@
 (defvar latex-complete-bibtex-cache nil)
 
 (define-obsolete-function-alias 'latex-string-prefix-p
-  'string-prefix-p "24.2")
+  'string-prefix-p "24.3")
 
 (defvar bibtex-reference-key)
 (declare-function reftex-get-bibfile-list "reftex-cite.el" ())
@@ -2059,7 +2059,7 @@
 OUT describes the output file and is either a %-escaped string
   or nil to indicate that there is no output file.")
 
-(define-obsolete-function-alias 'tex-string-prefix-p 'string-prefix-p "24.2")
+(define-obsolete-function-alias 'tex-string-prefix-p 'string-prefix-p "24.3")
 
 (defun tex-guess-main-file (&optional all)
   "Find a likely `tex-main-file'.

=== modified file 'lisp/url/url-parse.el'
--- a/lisp/url/url-parse.el     2012-07-11 23:13:41 +0000
+++ b/lisp/url/url-parse.el     2012-08-15 16:29:11 +0000
@@ -105,7 +105,7 @@
                              (concat (car x) "=" (cdr x))
                            (car x)))
                        (url-attributes urlobj) ";"))))
-(make-obsolete 'url-recreate-url-attributes nil "24.2")
+(make-obsolete 'url-recreate-url-attributes nil "24.3")
 
 ;;;###autoload
 (defun url-generic-parse-url (url)

=== modified file 'lisp/vc/add-log.el'
--- a/lisp/vc/add-log.el        2012-08-09 08:16:13 +0000
+++ b/lisp/vc/add-log.el        2012-08-15 16:29:11 +0000
@@ -229,7 +229,7 @@
   :version "21.1"
   :group 'change-log)
 (define-obsolete-face-alias 'change-log-acknowledgement
-  'change-log-acknowledgment "24.2")
+  'change-log-acknowledgment "24.3")
 (define-obsolete-face-alias 'change-log-acknowledgement-face
   'change-log-acknowledgment "22.1")
 

=== modified file 'lisp/vc/diff-mode.el'
--- a/lisp/vc/diff-mode.el      2012-08-13 19:10:35 +0000
+++ b/lisp/vc/diff-mode.el      2012-08-15 16:29:11 +0000
@@ -1902,7 +1902,7 @@
      :background "#aa2222"))
   "Face used for removed characters shown by `diff-refine-hunk'."
   :group 'diff-mode
-  :version "24.2")
+  :version "24.3")
 
 (defface diff-refine-added
   '((default
@@ -1913,7 +1913,7 @@
      :background "#22aa22"))
   "Face used for added characters shown by `diff-refine-hunk'."
   :group 'diff-mode
-  :version "24.2")
+  :version "24.3")
 
 (defun diff-refine-preproc ()
   (while (re-search-forward "^[+>]" nil t)

=== modified file 'lisp/vc/ediff-wind.el'
--- a/lisp/vc/ediff-wind.el     2012-06-02 10:56:09 +0000
+++ b/lisp/vc/ediff-wind.el     2012-08-15 16:29:11 +0000
@@ -68,7 +68,7 @@
     'ediff-setup-windows-plain))
 
 (make-obsolete 'ediff-choose-window-setup-function-automatically
-              'ediff-setup-windows-default "24.2")
+              'ediff-setup-windows-default "24.3")
 
 (defcustom ediff-window-setup-function 'ediff-setup-windows-default
   "Function called to set up windows.
@@ -102,7 +102,7 @@
                 (const :tag "Single Frame" ediff-setup-windows-plain)
                 (function :tag "Other function"))
   :group 'ediff-window
-  :version "24.2")
+  :version "24.3")
 
 ;; indicates if we are in a multiframe setup
 (ediff-defvar-local ediff-multiframe nil "")

=== modified file 'lisp/vc/pcvs-util.el'
--- a/lisp/vc/pcvs-util.el      2012-07-10 11:51:54 +0000
+++ b/lisp/vc/pcvs-util.el      2012-08-15 16:29:11 +0000
@@ -182,7 +182,7 @@
                          (if oneline (line-end-position) (point-max))))
     (file-error nil)))
 
-(define-obsolete-function-alias 'cvs-string-prefix-p 'string-prefix-p "24.2")
+(define-obsolete-function-alias 'cvs-string-prefix-p 'string-prefix-p "24.3")
 
 ;;;;
 ;;;; file names

=== modified file 'lisp/vc/smerge-mode.el'
--- a/lisp/vc/smerge-mode.el    2012-07-10 11:51:54 +0000
+++ b/lisp/vc/smerge-mode.el    2012-08-15 16:29:11 +0000
@@ -138,7 +138,7 @@
     (t :inverse-video t))
   "Face used for removed characters shown by `smerge-refine'."
   :group 'smerge
-  :version "24.2")
+  :version "24.3")
 
 (defface smerge-refined-added
   '((default
@@ -150,7 +150,7 @@
     (t :inverse-video t))
   "Face used for added characters shown by `smerge-refine'."
   :group 'smerge
-  :version "24.2")
+  :version "24.3")
 
 (easy-mmode-defmap smerge-basic-map
   `(("n" . smerge-next)

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2012-07-28 14:18:51 +0000
+++ b/lisp/vc/vc.el     2012-08-15 16:29:11 +0000
@@ -2803,7 +2803,7 @@
 
 
 ;; These things should probably be generally available
-(define-obsolete-function-alias 'vc-string-prefix-p 'string-prefix-p "24.2")
+(define-obsolete-function-alias 'vc-string-prefix-p 'string-prefix-p "24.3")
 
 (defun vc-file-tree-walk (dirname func &rest args)
   "Walk recursively through DIRNAME.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]