commit e3fd11fc5e444445ce7eda1d2d730705b4c3d082 Author: Chenthill Palanisamy Date: Tue Jun 29 23:13:40 2010 +0530 News update for 2.31.4 release NEWS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 3cc291a556ae041461fdbb7c0c42a4ba789d0c77 Author: Matthew Barnes Date: Tue Jun 29 09:45:00 2010 -0400 Lower gtk+-3.0 requirement to 2.90.4. Since 2.90.5 isn't released yet and the release team would probably like to assemble a 2.31.4 moduleset. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit da34cf383b4aefa56adb7d423ff1f0871d1a9994 Author: Matthew Barnes Date: Tue Jun 29 09:39:23 2010 -0400 Fix a Makefile.am typo. components/editor/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 42b3174a84e21361f4b5502c1082d09e97e549b3 Author: Matthew Barnes Date: Tue Jun 29 08:52:51 2010 -0400 Show the GTK+ package in configure summary. configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c53919f87b6b18418cc937765b9f420390e8175a Author: Matthew Barnes Date: Tue Jun 29 08:51:26 2010 -0400 Build against gtk+-3.0 when running distcheck. Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit aad24cc54667f7be247b48aaf2e080b91fbb239d Author: Matthew Barnes Date: Tue Jun 29 08:45:54 2010 -0400 Fix up pkg-config file for gtkhtml-editor. Append an API version: 3.14 for gtk+-2.0, 4.0 for gtk+-3.0. components/editor/Makefile.am | 22 +++++++++++++--------- components/editor/gtkhtml-editor.pc.in | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) commit 447fec50179842e90d3cc721f53c69b4c5ddb123 Author: Matthew Barnes Date: Tue Jun 29 08:31:53 2010 -0400 Delete gail_minimum_version from configure.ac. Gail is part of GTK+ so just reuse gtk_minimum_version. configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit c551c7d28139f9f43429a4e83e3fef1ccee23e4b Author: Matthew Barnes Date: Tue Jun 29 08:27:24 2010 -0400 Use the appropriate version of gail. Require gail if building with gtk+-2.0, gail-3.0 if building with gtk+-3.0. configure.ac | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 2dfeb7241b1c0f41f79d1eab944be91d86e08d44 Author: Chenthill Palanisamy Date: Tue Jun 29 16:38:03 2010 +0530 Update library versioning for the gtk3 libraries configure.ac | 6 ++++++ gtkhtml/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit 02c033ade9b069914d9107823cf99a3022274a0a Author: Chenthill Palanisamy Date: Tue Jun 29 15:59:16 2010 +0530 Add versioning to the installed libraries components/editor/Makefile.am | 21 +++++++++++++++------ configure.ac | 3 ++- gtkhtml/Makefile.am | 13 ++++++++++--- 3 files changed, 27 insertions(+), 10 deletions(-) commit 49eb8d852f76e119782e59651be7c31b5bd9ac67 Author: Chenthill Palanisamy Date: Mon Jun 28 20:40:59 2010 +0530 compatibility with gtk2. bump api versions when compiled gtk-3. configure.ac | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit c39b34f79bbc82fc9a77af993a864be8e12d9a1e Author: Chenthill Palanisamy Date: Mon Jun 28 15:19:45 2010 +0530 use gtk-3.0 if available configure.ac | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 685aa181d33602854cbccb30134194b893d6e7bf Author: Matthew Barnes Date: Wed Jun 23 08:53:40 2010 -0400 Remove bogus drag destination targets. Following up on the previous commit message, Evolution's email composer now appends GtkHTML's drag destination target list, so the bogus drag destination targets can be removed from GtkHtml. This was done in Evolution commit c37352e. gtkhtml/gtkhtml.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) commit 83823971806efeaa79c9c27d4e067a025e1beee9 Author: Matthew Barnes Date: Wed Jun 23 08:27:36 2010 -0400 Split target lists for drag source and drag destination. GtkHtml was advertising bogus drag source targets like "text/calendar" and "text/x-vcard" because it was using the same target list when registering as a drag source and drag destination. Technically those aren't valid drag destination targets for GtkHtml either. They were added in the Bonobo age so Evolution's email composer would accept them and add them to its attachment bar. These days the composer should be amending GtkHtml's target list itself. Will clean that up separately. gtkhtml/gtkhtml.c | 25 ++++++++++++++++++------- 1 files changed, 18 insertions(+), 7 deletions(-) commit 883e2bea88a974583bcc3aa7dc038de7b9f9dff6 Author: Matthew Barnes Date: Mon Jun 21 20:22:36 2010 -0400 Bug 444709 - Add support for multimedia keys components/editor/gtkhtml-editor-private.h | 4 ++++ components/editor/gtkhtml-editor.c | 21 +++++++++++++++++++++ configure.ac | 10 ++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) commit 3ee71fe0d44ccb332c0a87f65b86272eef5c55a4 Author: Anita Reitere Date: Mon Jun 21 14:50:33 2010 +0300 Updated Latvian translation. po/lv.po | 3322 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1765 insertions(+), 1557 deletions(-) commit 93a6362a515e2eaedb338795ded934c3ff6580c5 Author: Chenthill Palanisamy Date: Wed Jun 9 12:04:03 2010 +0530 Fixes build gtkhtml/htmlembedded.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c0317ea543865e1619ee6756cc438a9f937cdf7e Author: Chenthill Palanisamy Date: Wed Jun 9 11:36:11 2010 +0530 Bug 344076 - Crash after closing an inline view of text attachment gtkhtml/htmlembedded.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit a77b5eb2f0197e524127a8b2d43128c9b5193fa0 Author: Bharath Acharya Date: Wed Jun 9 09:31:06 2010 +0530 Bug #607324 - Crash doing table editing. Double free fixes. gtkhtml/htmlengine-edit-table.c | 3 ++- gtkhtml/htmlobject.c | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) commit 4ac9b583e5f3c97cc0d15ea0e8ba9d7949f72e6e Author: Chenthill Palanisamy Date: Mon Jun 7 16:51:40 2010 +0530 post release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)