[Xfce4-commits] [apps/mousepad] branch master updated (31247f4 -> 6676f4a)

noreply at xfce.org noreply at xfce.org
Mon Jul 14 13:35:44 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  31247f4   I18n: Update translation bg (100%).
       new  f113f6c   Move GSV language-related code to a new file
       new  0d73a7e   Re-factor languages code into two new files
       new  971e77b   Move colour scheme code out of mousepad-window.c
       new  5adffad   Hookup the style scheme actions to the setting
       new  2d2ade3   Try and detect filetype for new template files
       new  6676f4a   Merge branch 'languages-cleanup'

The 6 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:
 mousepad/Makefile.am                    |    6 +
 mousepad/mousepad-action-group.c        |  749 +++++++++++++++++++++++++++++++
 mousepad/mousepad-action-group.h        |   40 ++
 mousepad/mousepad-file.c                |   10 +-
 mousepad/mousepad-language-action.c     |  250 +++++++++++
 mousepad/mousepad-language-action.h     |   27 ++
 mousepad/mousepad-statusbar.c           |   20 +-
 mousepad/mousepad-style-scheme-action.c |  221 +++++++++
 mousepad/mousepad-style-scheme-action.h |   27 ++
 mousepad/mousepad-util.c                |  155 +------
 mousepad/mousepad-util.h                |   16 +-
 mousepad/mousepad-window.c              |  599 ++++++------------------
 12 files changed, 1503 insertions(+), 617 deletions(-)
 create mode 100644 mousepad/mousepad-action-group.c
 create mode 100644 mousepad/mousepad-action-group.h
 create mode 100644 mousepad/mousepad-language-action.c
 create mode 100644 mousepad/mousepad-language-action.h
 create mode 100644 mousepad/mousepad-style-scheme-action.c
 create mode 100644 mousepad/mousepad-style-scheme-action.h

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


More information about the Xfce4-commits mailing list