classpath
[Top][All Lists]
Advanced

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

Re: ChangeLog entries


From: Sascha Brawer
Subject: Re: ChangeLog entries
Date: Mon, 18 Aug 2003 08:05:32 +0200

Mark Wielaard <address@hidden> wrote on Wed, 13 Aug 2003 01:05:31 +0200:

>I would really like everybody to follow the ChangeLog entry guidelines
>given in:
>http://www.gnu.org/software/guile/changelogs/guile-changelogs_3.html

Here's a question about ChangeLog entries: Would it make sense to have
separate commits (and thus ChangeLog entries) for unrelated changes?

The guile guidelines do not mention this, but I personally think it can
be rather unpleasant to sift through dozens of irrelevant lines when
trying to find out what has happened to a file.

For example, the attached log message does not seem to be very helpful.
(The author is omitted in order to not pick on anybody in particular).
IMHO, such bulk commits make it harder to track changes.

-- Sascha

Sascha Brawer, address@hidden, http://www.dandelis.ch/people/brawer/ 




% cvs log java/awt/font/GlyphVector.java

[...]
2003-02-17  [...]

        * java/awt/dnd/DragSourceContext.java
        (addDragSourceListener): Added documentation.
        * java/awt/dnd/DragSourceDragEvent.java
        (serialVersionUID): New member variable.
        (getDropAction): Reformated.
        * java/awt/dnd/DragSourceDropEvent.java
        (serialVersionUID): New member variable.
        (dropSuccess): Renamed from success for serialization issues.
        * java/awt/dnd/DragSourceEvent.java
        (serialVersionUID): New member variable.
        * java/awt/dnd/DropTarget.java
        (serialVersionUID): New member variable.
        (DropTarget): Implemented, documentation reworked.
        (setComponent): Documentation added.
        (getComponent): Documentation added.
        (setDefaultActions): Documentation added.
        (getDefaultActions): Documentation added.
        (addDropTargetListener): Documentation added.
        * java/awt/dnd/DropTargetContext.java
        (DropTargetContext): Documentation added.
        (TransferableProxy.TransferableProxy): New method.
        (dropComplete): Fixed documentation.
        (getTransferable): Fixed documentation.
        (createTransferableProxy): Implemented.
        * java/awt/dnd/DropTargetDragEvent.java
        (DropTargetDragEvent): Documentation added.
        (serialVersionUID): New member variable.
        (DropTargetDragEvent): Throw exceptions, documentation added.
        (acceptDrag): Implemented.
        (getCurrentDataFlavors): Implemented.3yy
        (getCurrentDataFlavorsAsList): Implemented.
        (isDataFlavorSupported): Implemented.
        (rejectDrag): Implemented.
        * java/awt/dnd/DropTargetDropEvent.java
        (DropTargetDropEvent): Documentation added.
        (serialVersionUID): New member variable.
        (actions): Renamed from srcActions for serialization issues.
        (isLocalTx): Renamed from isLocalTx for serialization issues.
        (DropTargetDropEvent): New implementation, throw exceptions,
        documentation added.
        (getCurrentDataFlavors): Implemented.
        (getCurrentDataFlavorsAsList): Implemented.
        (isDataFlavorSupported): Implemented.
        (getSourceActions): Implemented.
        (getDropAction): Implemented.
        (getTransferable): Implemented.
        (acceptDrop): Implemented.
        (rejectDrop): Implemented.
        * java/awt/dnd/DropTargetListener.java
        (drop): Fixed documentation.
        * java/awt/dnd/MouseDragGestureRecognizer.java
        (MouseDragGestureRecognizer): Documentation added.

2003-02-17  [...]

        * java/awt/font/FontRenderContext.java,
        java/awt/font/ShapeGraphicAttribute.java,
        java/awt/font/MultipleMaster.java,
        java/awt/font/TransformAttribute.java,
        java/awt/font/GlyphJustificationInfo.java,
        java/awt/font/LineBreakMeasurer.java,
        java/awt/font/TextMeasurer.java,
        java/awt/font/TextLayout.java,
        java/awt/font/LineMetrics.java,
        java/awt/font/TextAttribute.java,
        java/awt/font/GlyphMetrics.java,
        java/awt/font/OpenType.java,
        java/awt/font/GlyphVector.java,
        java/awt/font/GraphicAttribute.java,
        java/awt/font/ImageGraphicAttribute.java,
        java/awt/font/NumericShaper.java: New files.
        * Makefile.am
        (awt_java_source_files): Added the following files:
        java/awt/font/FontRenderContext.java
        java/awt/font/ShapeGraphicAttribute.java
        java/awt/font/MultipleMaster.java
        java/awt/font/TransformAttribute.java
        java/awt/font/GlyphJustificationInfo.java
        java/awt/font/LineBreakMeasurer.java
        java/awt/font/TextMeasurer.java
        java/awt/font/TextLayout.java
        java/awt/font/LineMetrics.java
        java/awt/font/TextAttribute.java
        java/awt/font/GlyphMetrics.java
        java/awt/font/OpenType.java
        java/awt/font/GlyphVector.java
        java/awt/font/GraphicAttribute.java
        java/awt/font/ImageGraphicAttribute.java
        java/awt/font/NumericShaper.java
        * Makefile.in: Regenerated.

2003-02-17  [...]

        * java/awt/print/Paper.java
        (Paper): Implements Cloneable.
        * java/awt/print/PrinterJob.java
        (setJobName): Return value must be void.
        (print): Throws PrinterException.









reply via email to

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