all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* I want to use changelog.txt instead of ChangeLog
@ 2002-03-29 12:06 Dan Jacobson
  2002-03-29 17:34 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2002-03-29 12:06 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: I want to use changelog.txt instead of ChangeLog
  2002-03-29 12:06 I want to use changelog.txt instead of ChangeLog Dan Jacobson
@ 2002-03-29 17:34 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2002-03-29 17:34 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> From: Dan Jacobson <jidanni@deadspam.com>
> Newsgroups: gnu.emacs.bug
> Date: 29 Mar 2002 20:06:27 +0800
> 
> 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.

"ChangeLog" works very well on MS-DOS, believe me.  Emacs primitives
and the automatic truncation and upcasing of file names by the OS
take care of that.  That's a non-issue.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-29 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-29 12:06 I want to use changelog.txt instead of ChangeLog Dan Jacobson
2002-03-29 17:34 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.