unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* lisp/ChangeLog too big?
@ 2003-09-30 18:25 Nick Roberts
  2003-10-01  6:07 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nick Roberts @ 2003-09-30 18:25 UTC (permalink / raw)



It takes a long time for me to commit the ChangeLog in the lisp directory. I
presume this is related to its size which is now bigger than any of the 
earlier ChangeLogs and the lisp files. Is it time to split it?

Nick


  /home/nick/emacs/lisp:
  -rw-r--r--    1 nick     nick       950671 Sep 30 18:39 ChangeLog
  -rw-r--r--    1 nick     nick        97800 Sep  4 23:06 ChangeLog.1
  -rw-r--r--    1 nick     nick       124237 Sep  4 23:06 ChangeLog.2
  -rw-r--r--    1 nick     nick       449785 Sep  4 23:06 ChangeLog.3
  -rw-r--r--    1 nick     nick       320790 Sep  4 23:06 ChangeLog.4
  -rw-r--r--    1 nick     nick       341585 Sep  4 23:06 ChangeLog.5
  -rw-r--r--    1 nick     nick       291553 Sep  4 23:06 ChangeLog.6
  -rw-r--r--    1 nick     nick       845943 Sep  4 23:06 ChangeLog.7
  -rw-r--r--    1 nick     nick       348197 Sep  4 23:06 ChangeLog.8
  -rw-r--r--    1 nick     nick       750054 Sep  4 23:06 ChangeLog.9

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

* Re: lisp/ChangeLog too big?
  2003-09-30 18:25 lisp/ChangeLog too big? Nick Roberts
@ 2003-10-01  6:07 ` Eli Zaretskii
  2003-10-01  9:58 ` Kim F. Storm
  2003-10-01 14:55 ` Richard Stallman
  2 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2003-10-01  6:07 UTC (permalink / raw)
  Cc: emacs-devel

> From: Nick Roberts <nick@nick.uklinux.net>
> Date: Tue, 30 Sep 2003 19:25:24 +0100
> 
> It takes a long time for me to commit the ChangeLog in the lisp directory. I
> presume this is related to its size which is now bigger than any of the 
> earlier ChangeLogs and the lisp files. Is it time to split it?
> 
> Nick
> 
> 
>   /home/nick/emacs/lisp:
>   -rw-r--r--    1 nick     nick       950671 Sep 30 18:39 ChangeLog

IMHO, at 950KB, it's definitely time to split it.

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

* Re: lisp/ChangeLog too big?
  2003-09-30 18:25 lisp/ChangeLog too big? Nick Roberts
  2003-10-01  6:07 ` Eli Zaretskii
@ 2003-10-01  9:58 ` Kim F. Storm
  2003-10-01 14:55 ` Richard Stallman
  2 siblings, 0 replies; 4+ messages in thread
From: Kim F. Storm @ 2003-10-01  9:58 UTC (permalink / raw)
  Cc: emacs-devel

Nick Roberts <nick@nick.uklinux.net> writes:

> It takes a long time for me to commit the ChangeLog in the lisp directory. I
> presume this is related to its size which is now bigger than any of the 
> earlier ChangeLogs and the lisp files. Is it time to split it?

I agree that the size indicates it is time to split, but if you look
closer, lisp/ChangeLog only contains entries for changes since 21.1,
so IMHO it is problematic to split it before the next release from CVS
head.

.. which implies that it's about time to have a new release from head!!


> 
> Nick
> 
> 
>   /home/nick/emacs/lisp:
>   -rw-r--r--    1 nick     nick       950671 Sep 30 18:39 ChangeLog
>   -rw-r--r--    1 nick     nick        97800 Sep  4 23:06 ChangeLog.1
>   -rw-r--r--    1 nick     nick       124237 Sep  4 23:06 ChangeLog.2
>   -rw-r--r--    1 nick     nick       449785 Sep  4 23:06 ChangeLog.3
>   -rw-r--r--    1 nick     nick       320790 Sep  4 23:06 ChangeLog.4
>   -rw-r--r--    1 nick     nick       341585 Sep  4 23:06 ChangeLog.5
>   -rw-r--r--    1 nick     nick       291553 Sep  4 23:06 ChangeLog.6
>   -rw-r--r--    1 nick     nick       845943 Sep  4 23:06 ChangeLog.7
>   -rw-r--r--    1 nick     nick       348197 Sep  4 23:06 ChangeLog.8
>   -rw-r--r--    1 nick     nick       750054 Sep  4 23:06 ChangeLog.9
> 
> 
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://mail.gnu.org/mailman/listinfo/emacs-devel
> 
> 

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

* Re: lisp/ChangeLog too big?
  2003-09-30 18:25 lisp/ChangeLog too big? Nick Roberts
  2003-10-01  6:07 ` Eli Zaretskii
  2003-10-01  9:58 ` Kim F. Storm
@ 2003-10-01 14:55 ` Richard Stallman
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2003-10-01 14:55 UTC (permalink / raw)
  Cc: emacs-devel

I guess we had better split it, even though that will be inconvenient.
How about splitting it after this entry, and moving the rest to
ChangeLog.10?


2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>

	* generic-x.el: Do away with the dependency on `c-emacs-features'
	when populating `rul-generic-mode-syntax-table'; we already know
	this isn't XEmacs.

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

end of thread, other threads:[~2003-10-01 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-30 18:25 lisp/ChangeLog too big? Nick Roberts
2003-10-01  6:07 ` Eli Zaretskii
2003-10-01  9:58 ` Kim F. Storm
2003-10-01 14:55 ` Richard Stallman

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).