emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposal: 'struct window' cleanup


From: Thien-Thi Nguyen
Subject: Re: Proposal: 'struct window' cleanup
Date: Tue, 22 May 2012 09:40:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

() Dmitry Antipov <address@hidden>
() Tue, 22 May 2012 11:08:18 +0400

   [...] a lot of small and simple changes.
   Is there a convenient way to document them in ChangeLog?

Perhaps you could say:

TITLE
* window.h (struct window): Rename member OLD-NAME-1 to NEW-NAME-1,
converting its type to NEW-TYPE, and moving it to NEW-PLACE.
Likewise for OLD-NAME-2 -> NEW-NAME-2, ...
* FILE-1.c (first_func): Use new names, adjusting for NEW-TYPE.
(second_func, third_func, fourth_func, ...)
(penultimate_func, nth_func): Likewise.
* FILE-2.c (first_func, second_func, third_func, fourth_func, ...)
(penultimate_func, nth_func): Likewise.

where TITLE is the optional (but recommended) one-line description
of the change.  This way is most concise, if not completely convenient.



reply via email to

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