~ubuntu-branches/ubuntu/trusty/gtkhtml3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to gtkhtml/gtkhtml-compat.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-06-15 17:08:06 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090615170806-ud4819pfxq1p1vgm
Tags: 1:3.27.3-0ubuntu1
* New upstream release (LP: #387342)
  - support cookies if libsoup>2.26 (Denis Pauk)
  - Get rid of deprecated libgnome(ui) (Denis Pauk)
  - Killing libgnome by removing libgnome function by equivalent glib
    functions (Fridrich Strba)
  - Code cleanup (Matthew Barnes)
* debian/control:
  - bump libsoup to 2.26.0
  - remove libgnomeui build-dep
  - add Vcs-Bzr tag
* Update debian/watch to take unstable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#pragma alloca
8
8
#  else
9
9
#   ifndef alloca /* predefined by HP cc +Olibcalls */
10
 
char *alloca ();
 
10
gchar *alloca ();
11
11
#   endif
12
12
#  endif
13
13
# endif