aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-02 12:44:09 +0000
committerGerd Moellmann2001-07-02 12:44:09 +0000
commit4c175203a0c32ec74db63e4a392e06d4c6a76af9 (patch)
treebccaada0fcf0f8bcaad544dca0920f7228756259 /src/ChangeLog
parent97762eb7d3c5ab76cd182dcd57d157b98a4fb8da (diff)
downloademacs-4c175203a0c32ec74db63e4a392e06d4c6a76af9.tar.gz
emacs-4c175203a0c32ec74db63e4a392e06d4c6a76af9.zip
(x_free_dpy_colors): Add prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12001-07-02 Gerd Moellmann <gerd@gnu.org> 12001-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.