diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec73a18978a..ad10fe818e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,13 @@ | |||
| 1 | 2001-07-02 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-07-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.h (x_free_dpy_colors): Add prototype. | ||
| 4 | |||
| 5 | * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the | ||
| 6 | right number of arguments. | ||
| 7 | |||
| 3 | * Makefile.in (tags): Depend on $(lwlibdir)/TAGS. | 8 | * Makefile.in (tags): Depend on $(lwlibdir)/TAGS. |
| 4 | ($(lwlibdir)TAGS): New target. | 9 | ($(lwlibdir)TAGS): New target. |
| 5 | (TAGS): Fix depedency list. | 10 | (TAGS): Fix dependency list. |
| 6 | 11 | ||
| 7 | * xterm.c (x_list_fonts): Make sure XFreeFont is called | 12 | * xterm.c (x_list_fonts): Make sure XFreeFont is called |
| 8 | with input blocked. | 13 | with input blocked. |