unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
Cc: "Andrew M. Scott" <ascott@sedona.ch.intel.com>, emacs-devel@gnu.org
Subject: Re: Incompatible change without warning
Date: Thu, 19 May 2005 13:49:00 +1200	[thread overview]
Message-ID: <17035.61580.568515.598030@farnswood.snap.net.nz> (raw)
In-Reply-To: <y1wtpw780w.fsf@xpc14.ast.cam.ac.uk>

 > A function which was in the previous release of Emacs is now gone,
 > without ever being marked as obsolete in any released version of
 > Emacs. To me, this seems like a Bad Thing. What the function did, or
 > how external packages chose to use it, seem irrelevant.

The entry in subr.el suggested it was obsoleted in Emacs 19.32:

> (make-obsolete 'unfocus-frame "it does nothing." "19.32")

However, looking through the ChangeLogs, it looks like you are right.

On a related note, I see Juanma has obsoleted functions in subr.el without
a timestamp:

(define-obsolete-function-alias 'window-dot 'window-point)
...

I presume that should be:

(define-obsolete-function-alias 'window-dot 'window-point "22.1")
...

to make it easier to know when obsoletion really took place.


Nick

  reply	other threads:[~2005-05-19  1:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-12 15:24 Incompatible change without warning Andrew M. Scott
2005-05-18  2:22 ` Nick Roberts
2005-05-18 17:34   ` Glenn Morris
2005-05-19  1:49     ` Nick Roberts [this message]
2005-05-19  8:16       ` Juanma Barranquero
2005-05-19  8:20       ` Juanma Barranquero
2005-05-19 22:40         ` Richard Stallman
2005-05-19 23:17           ` Juanma Barranquero
2005-05-19 23:21             ` Juanma Barranquero
2005-05-21  4:47               ` Richard Stallman
2005-05-22 10:39                 ` Juanma Barranquero
2005-05-21  4:47             ` Richard Stallman
2005-05-19  6:49     ` Richard Stallman
2005-05-18 22:45 ` Richard Stallman

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=17035.61580.568515.598030@farnswood.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=ascott@sedona.ch.intel.com \
    --cc=emacs-devel@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).