[Xfce4-commits] [apps/mousepad] branch master updated (f3b9dec -> d3af207)

noreply at xfce.org noreply at xfce.org
Sat Jul 19 13:47:09 CEST 2014


This is an automated email from the git hooks/post-receive script.

mbrush pushed a change to branch master
in repository apps/mousepad.

      from  f3b9dec   I18n: Update translation th (100%).
       new  79afcb0   Clear G(D|T)K_DISABLE_DEPRECATED build failures
       new  48f37d3   Build with GSEAL_ENABLE defined
       new  061e120   Use gdkkeysyms-compat.h on GTK3
       new  79766fe   Add support for building with GTK3 to build system
       new  c745010   Make it compile with GTK3
       new  3f85c6e   Improve GTK2/3-checking in configure.ac.in
       new  6c7e7a1   Fix the little notebook tab close button
       new  1487f08   Guard against multiple definitions of G_DISABLE_* macros
       new  c234bad   Add wrappers to silence deprecation warnings
       new  d3af207   Fix expanding checkbox in prefs dialog

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in                         |   29 +++-
 mousepad/Makefile.am                    |    2 +
 mousepad/mousepad-action-group.c        |   31 ++--
 mousepad/mousepad-close-button.c        |  107 ++++++++++++++
 mousepad/mousepad-close-button.h        |   23 +++
 mousepad/mousepad-dialogs.c             |    9 +-
 mousepad/mousepad-document.c            |   37 ++---
 mousepad/mousepad-encoding-dialog.c     |   11 +-
 mousepad/mousepad-file.c                |    7 +-
 mousepad/mousepad-gtkcompat.h           |   85 +++++++++++
 mousepad/mousepad-language-action.c     |    9 +-
 mousepad/mousepad-prefs-dialog.glade    |    2 +
 mousepad/mousepad-print.c               |   20 ++-
 mousepad/mousepad-private.h             |    8 +-
 mousepad/mousepad-replace-dialog.c      |   39 ++---
 mousepad/mousepad-search-bar.c          |   16 ++-
 mousepad/mousepad-statusbar.c           |   11 +-
 mousepad/mousepad-style-scheme-action.c |    7 +-
 mousepad/mousepad-util.c                |   84 +++++++++--
 mousepad/mousepad-util.h                |    7 +
 mousepad/mousepad-view.c                |   72 ++++++++--
 mousepad/mousepad-window.c              |  236 +++++++++++++++++++++----------
 22 files changed, 668 insertions(+), 184 deletions(-)
 create mode 100644 mousepad/mousepad-close-button.c
 create mode 100644 mousepad/mousepad-close-button.h
 create mode 100644 mousepad/mousepad-gtkcompat.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list