diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | gdk/Makefile.am | 3 |
4 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-07-05 Matthias Clasen <mclasen@redhat.com> + + * gdk/Makefile.am: Distribute the keyname-table.h header + and the files that are used to construct it. (#309421, + J. Ali Harlow) + 2005-07-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aa3fd76882..484c156c56 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-07-05 Matthias Clasen <mclasen@redhat.com> + + * gdk/Makefile.am: Distribute the keyname-table.h header + and the files that are used to construct it. (#309421, + J. Ali Harlow) + 2005-07-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index aa3fd76882..484c156c56 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2005-07-05 Matthias Clasen <mclasen@redhat.com> + + * gdk/Makefile.am: Distribute the keyname-table.h header + and the files that are used to construct it. (#309421, + J. Ali Harlow) + 2005-07-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index e977fd4fda..b7beef37ed 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -4,6 +4,9 @@ SUBDIRS = $(gdktarget) DIST_SUBDIRS = linux-fb win32 x11 EXTRA_DIST = \ + keynames.txt \ + keyname-table.h \ + gen-keyname-table.pl \ gdkconfig.h.win32 \ gdk.def \ gdkmarshalers.list \ |