aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
blob: 59be09395e2f8b0c211beda732e49c280b8152d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2000-09-13  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am (SUBDIRS): Added e-reflow.

    * e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved from
    addressbook/gui/minicard/.

    * e-reflow/Makefile.am, e-reflow/.cvsignore: New files for a new
    directory.

2000-09-08  Lauris Kaplinski  <lauris@helixcode.com>

    * e-text/e-text.c (calc_line_widths): Fix byte/char confusion

2000-08-30  Federico Mena Quintero  <federico@helixcode.com>

    * e-paned/e-hpaned.c (e_hpaned_motion): Do not flicker while
    trying to resize a quantized pane.

    * e-paned/e-vpaned.c (e_vpaned_motion): Likewise.

2000-08-30  Federico Mena Quintero  <federico@helixcode.com>

    * widgets/e-paned/e-vpaned.c (e_vpaned_size_allocate): Ensure that
    the child's allocation height is >= 1.

    * widgets/e-paned/e-hpaned.c (e_hpaned_size_allocate): Ensure that
    the child's allocation width is >= 1.

2000-08-30  Federico Mena Quintero  <federico@helixcode.com>

    * ChangeLog: Started a ChangeLog here.