Fix ChangeLog to fit in 80 columns.

svn path=/trunk/; revision=21463
This commit is contained in:
Michael Natterer 2008-09-20 10:30:40 +00:00
parent 6166c6d14b
commit 58be13491e

View File

@ -3,7 +3,8 @@
Small cleanups to debug messages for GtkPlug/GtkSocket
* gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
* gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug messages.
* gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
messages.
2008-09-19 Carlos Garnacho <carlos@imendio.com>
@ -45,15 +46,17 @@
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: Revert most of previous patch, as it didn't work as expected;
Some work toward #531086 - the new GtkTooltip widget doesn't theme properly on win32. Now, at least
* modules/engines/ms-windows/*: Revert most of previous patch, as
it didn't work as expected; Some work toward #531086 - the new
GtkTooltip widget doesn't theme properly on win32. Now, at least
the background color seems okay
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/*: MS Windows style should use pango_win32_font_description_from_logfont;
Allows us to rip out a lot of potentially buggy code, and also get the font specification from the
XP theme (#434987)
* modules/engines/ms-windows/*: MS Windows style should use
pango_win32_font_description_from_logfont; Allows us to rip out a
lot of potentially buggy code, and also get the font specification
from the XP theme (#434987)
2008-09-18 Matthias Clasen <mclasen@redhat.com>