bug-gnu-emacs
[Top][All Lists]
Advanced

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

I want to use changelog.txt instead of ChangeLog


From: Dan Jacobson
Subject: I want to use changelog.txt instead of ChangeLog
Date: 29 Mar 2002 20:06:27 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

The Change Log info page mentions nothing for folks who would rather
their ChangeLogs were called changelog.txt.

One finds
(defun change-log-name ()
  "Return (system-dependent) default name for a change log file."
  (or change-log-default-name
      (if (eq system-type 'vax-vms)
          "$CHANGE_LOG$.TXT"
        "ChangeLog")))
but what if one is thinking ms-dos or "world wide web", where one
doesn't want capitals.

Wait, maybe (setq change-log-default-name "changelog.txt") will work.
Ok, put it on the Info page.  BTW isn't this header strip better than
one with a e-mail address:

2002-03-29  Dan Jacobson  <http://jidanni.org/>

As you can get more info from a fellow's website than waiting for a
unlikely perhaps email reply.

Tell folks how to do that in the info page with
add-log-mailing-address.
Right now you just mention user-mail-address.

By the way, this ZIPPY quote contains a SPELLING ERROR: If I cover this
entire WALL with MAZOLA, wdo I have to give my AGENT ten per cent??

Was the ZIPPY file SPELLCHECKED?
-- 
http://jidanni.org/ Taiwan(04)25854780



reply via email to

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