[gnome-terminal] Created tag 3.7.0



The unsigned tag '3.7.0' was created.

Tagger: Christian Persch <chpe gnome org>
Date: Mon Dec 17 19:07:12 2012 +0100

    Version 3.7.0

Changes since the last tag '3.0.0':

A S Alam (1):
      Update Punjabi Translation

Aleksey Kabanov (1):
      Updated Russian translation

Alexander Larsson (1):
      Add runtime checks for X11 specific code

Alexander Shopov (1):
      Updated Bulgarian translation

Alexandre Franke (2):
      Update French translation
      Update French translation

Andika Triwidada (2):
      Updated Indonesian translation
      Updated Indonesian translation

Andre Klapper (1):
      Mark strings with broken translations as fuzzy

Antonio Fernandes C. Neto (1):
      Updated Brazilian Portuguese translation.

Arash Mousavi (3):
      Updated Persian translation
      Updated Persian translation
      Updated Persian Translation

Aruna (1):
      Minor corrections to the user help,bug 674364

Ask H. Larsen (1):
      Updated Danish translation

Aurimas Äernius (2):
      Updated Lithuanian translation
      Updated Lithuanian translation

Automatic Mirroring (1):
      Update Simplified Chinese translation.

Bruce Cowan (2):
      Updated British English translation
      Updated British English translation

Bruno Brouard (3):
      Updated French translation
      Updated French doc translation
      Updated French translation

Carles Ferrando (4):
      [l10n]Updated Catalan (Valencian) translation
      [l10n]Updated Catalan (Valencian) translation
      [l10n]Updated Catalan (Valencian) translation
      [l10n]Updated Catalan (Valencian) translation

Changwoo Ryu (5):
      Updated Korean translation
      Updated Korean translation
      Updated Korean manual translation
      Updated Korean translation
      Updated Korean translation

Chao-Hsiung Liao (4):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)
      Updated Traditional Chinese translation(Hong Kong and Taiwan)
      Updated Traditional Chinese translation(Hong Kong and Taiwan)
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Christian Kirbach (3):
      [l10n] Updated German translation
      [l10n] Updated German doc translation
      Updated German translation (bug 690270)

Christian Persch (152):
      Post branch version bump
      Use gsettings for proxy settings
      Default to build with gtk3
      Post branch version bump
      build: Add note
      Revert "build: Add note"
      Revert "Fix incorrect ordering of COLS and ROWS"
      Revert "Fix exit status of factory processes"
      Revert "Don't split URL having a colon (":") in the middle"
      Start gsettings port
      Remove annoying re-realize on composited-changed
      Use style-updated
      Only listen to changes on the specific key
      Update font on realize
      Remove dead code
      Use GdkRGBA instead of GdkColor
      Use G_DEFINE_BOXED_TYPE here
      Copy cc warning flags from vte
      Fix unused-but-set-variable warnings
      Fix old-style-definition warning
      Use g_get_environ here
      Split into server and remote
      Use gdbus-codegen for the terminal factory
      build: Add more compiler warnings
      build: Remove stray line
      Change feactory interface
      Add --wait option
      nautilus: Add nautilus extension
      nautilus: Use G_DEFINE_DYNAMIC_TYPE here
      nautilus: Port to GSettings
      nautilus: Implement custom NautilusMenuItem subclass
      nautilus: Simplify code
      nautilus: Rename function
      nautilus: Simplify code
      nautilus: Move code around
      nautilus: Simplify code
      nautilus: Simplify code
      nautilus: Reformat code
      Move common client code to terminal-client-utils.[ch]
      Make legacy command line client work again
      Plug refcount leak
      Simplify legacy client session handling code
      Move common code to terminal-client-utils.c
      nautilus: Make sure action names for each item are unique
      Fix crash due to uninitialised variable
      Remove smclient support
      Change default colour scheme
      Add 'encoding' profile setting
      migration: Migrate the encoding profile setting
      server: Allow specifying a different unique name
      window: Handle GDK_SCROLL_SMOOTH
      window: Use correct scroll direction
      server: Validate the given name
      server: Use a non-unique GtkApplication
      client: Add --quiet option
      client: FD passing
      build: Rename source files
      server: Split off factory implementation
      server: Rename class
      server: Make TerminalApp subclass GtkApplication
      client: Fix typo
      window: Make TerminalWindow a GtkApplicationWindow
      mdi: Split the MDI implementation out of TerminalWindow
      profiles: Get list from dconf directly
      client: Remove obsolete code
      window: Use GResource for the UI manager data
      window: Remove menubar visibility options
      application: Add skeleton application menu
      application: Use GResource for about data
      client: Fix off-by-one in arg counting before -- argument
      server: Remove debug spew
      server: On Launch first check if there's already a child process
      server: Implement FD passing
      server: No need to memdup the FD array
      server: Fix FD passing when not moving FDs
      all: Cleanup licence headers
      i18n: Don't translate this string
      i18n: Add translator comment
      client: Give better error messages
      app: Remove unused code
      all: Fix -Wshadow warning
      all: Fix -Wdeprecated-declarations warnings
      all: Fix -Wunused-variable warning
      all: Fix -Wdeclaration-after-statement warning
      migration: Fix profile gsettings path
      all: Fix -Wsign-compare warning
      mdi: Make tab label support non-top position
      server: Remove unused includes
      server: Remove unused define
      build: Version bump
      server: Allow opening a new tab in an existing window
      profile-editor: Fix deprecated function use
      server: Fix .service file
      client: Reimplement opening multiple tabs in the same window
      app: Only build app menu when there's a shell that will show it
      i18n: Update POTFILES.{in,skip}
      build: Disable extension
      build: Don't need to detect endianness
      build: Fix spacing in configure summary
      preferences: Make all colour buttons equal
      screen: Recognise man: and info: URIs
      app: Simplify GApplication setup
      app: Use g_application_get_default
      server: Don't access gobjects in child setup
      client: Fix exit codes
      server: Use application IDs instead of bus names
      build: Fix gio version req
      client: Get the current directory via PWD
      screen: Set PWD in the child environment
      client: Fix option group descriptions
      client: Set the PWD correctly in the environment
      client: Get the current directory via PWD
      client: Filter out some more env variables
      server: Stop using chdir and readlink
      screen: Fix compiler warnings
      Bump version
      Revert "window: Remove menubar visibility options"
      server: Set WM class
      server: Move setting WM class to application startup
      Revert accidentally committed code
      window: Fix role not to use negative numbers
      screen: Use the passed env, not the server env
      Update
      build: Don't install gnome-terminal-client yet
      schemas: Rename profile schema
      server: Run migration
      server: Print a warning when not running with dconf
      server: Run migration before getting the profile list
      server: Remove debug spew
      server: Fix a compiler warning
      profile: Port to gsettings
      unf
      server: Emit profile-list-changed when adding new profile
      profile: Remove all keys when removing the profile
      profile: Copy profile keys when cloning the profile
      client: Separate running a command from running the user's shell
      Fix indentation
      profile: Increase default amount of scrollback
      window: Remove Close from popup menu
      build: Remove obsolete version checks
      profile editor: Reimplement tab-switching by mousewheel
      ui: Add autoconverted glade files to git
      ui: Use GtkBuilder directly
      ui: Remove glade files
      server: Use resources for gtkbuilder files
      build: Ifdef g_type_init() call
      build: Remove outdated README file
      profile: Build with newer DConf
      build: dist fixes
      build: Don't distribute generated files
      build: distclean fix
      release: Add relnotes

Claudio Arseni (1):
      [l10n] Updated Italian translation.

Cosimo Cecchi (1):
      profile-preferences: add a widget name for the palette table

Dan Winship (1):
      Ignore /system/proxy/http/enabled

Daniel Mustieles (14):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Removed markup from UI file. Fixes bug #683653
      Fixed POTFILES.in and POTFILES.skip files
      Updated Spanish translation

Daniel Nylander (2):
      Updated Swedish translation
      Updated Swedish translation

Daniel ÈerbÄnescu (2):
      Added Romanian Translation
      Added Romanian Translation

Dr.T.Vasudevan (7):
      updated Tamil translation
      updated Tamil translation
      updated Tamil translation
      updated Tamil translation
      updated Tamil translation
      updated Tamil translation
      updated Tamil translation

Duarte Loreto (1):
      Updated Portuguese translation

Fran Dieguez (2):
      Updated galician translations
      Added Galician translations for documentation

Fran DiÃguez (5):
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations

Friedel Wolff (1):
      Fix incorrect ordering of COLS and ROWS

FrÃdÃric PÃters (1):
      Do not show the titlebar when the window is maximized

Gabor Kelemen (4):
      Updated Hungarian translation
      Updated Hungarian translation
      Typofix in Hungarian translation
      Updated Hungarian translation by Bence LukÃcs

Ignacio Casal Quinteiro (2):
      Use symbolic icon for the close button
      Use gtk_box_new

Ihar Hrachyshka (5):
      Updated Belarusian translation.
      Updated Belarusian translation.
      Updated Belarusian translation.
      Updated Belarusian translation.
      Updated Belarusian translation.

Inaki Larranaga Murgoitio (1):
      Updated Basque language

Jan de Groot (1):
      Fix exit status of factory processes

Javier JardÃn (2):
      help/C: Use help: instead ghelp:
      Makefile.am: Remove some leftovers not needed with yelp-tools

Jeremy Bicha (2):
      help: Use modern yelp-tools build system
      help: Remove old non-g-d-u help translations

Jiro Matsuzawa (4):
      Updated Japanese translation
      [l10n] Update Japanese translation
      [l10n] Update Japanese translation
      [l10n] Update Japanese translation

Joan Duran (2):
      [l10n]Updated Catalan translation
      [l10n] Updated Catalan translation

Joe Hansen (1):
      Updated Danish translation of the documentation

Jordi Serratosa (1):
      [l10n] Fixes on Catalan translation

Jorge GonzÃlez (1):
      Updated Spanish translation

Jovan Naumovski (1):
      Updated Macedonian translation.

Kenneth Nielsen (1):
      Updated Danish translation

Khaled Hosny (3):
      Updated Arabic translation
      Updated Arabic tranlation
      Updated Arabic translation

Khoem Sokhem (1):
      [l10n] Added Khmer translation

Kjartan Maraas (6):
      Added Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation

Krishnababu Krothapalli (1):
      Updated Telugu Translations

ManojKumar Giri (1):
      Updated Odia Translation with FUEL implementation.

Marek Äernockà (3):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario BlÃttermann (2):
      [l10n] Updated German translation
      [l10n] Updated German doc translation

Matej UrbanÄiÄ (7):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Matt Kraai (3):
      i18n: Orthography
      screen: Fix opening http-less URLs
      i18n: capitalize Pango

Matthias Clasen (2):
      Drop a hardcoded button icon
      Add keywords to desktop file

Mattias PÃldaru (2):
      [l10n] Updated Estonian translation
      [l10n] Updated Estonian translation

Michael Lin (1):
      Update Simplified Chinese translation

Michal Åtrba (2):
      Updated Slovak translation
      Updated Slovak translation

Milo Casagrande (3):
      [l10n] Updated Italian translation
      [l10n] Updated Italian translation
      [l10n] Updated Italian translation

Nilamdyuti Goswami (3):
      Assamese translation reviewed
      Assamese translation updated
      Assamese translation updated

Paul Seyfert (1):
      [l10n] Updated German translation

Piotr DrÄg (7):
      Updated Polish translation
      Updated Polish translation
      i18n: Update POTFILES.in
      Updated Polish translation
      Updated Polish translation
      Updated POTFILES.in
      Updated POTFILES.in

Praveen Illa (7):
      Updated Telugu Translation
      Updated Telugu Translation
      Added Telugu Language
      Updated Telugu Translation
      Updated Telugu Translation
      Updated Telugu Translation
      Updated Telugu Translation

Qijiang Fan (1):
      update zh_CN translation

Richard Bradshaw (3):
      docs: Fix for changed UI
      docs: Document the cursor shape pref
      docs: Documen the umlimited scrollback pref

Robert Ancell (1):
      all: Build against recent version of libdconf

Rudolfs Mazurs (1):
      Updated Latvian translation.

Ryan Lortie (1):
      build: don't link to gthread

RÅdolfs Mazurs (1):
      Updated Latvian translation

Sandeep Sheshrao Shedmake (1):
      Updated Marathi Translations

Shankar Prasad (2):
      Updated Kannada Translations to fix the translation issue reported in the Bug 571924
      Updated Kannada Translations

Sweta Kothari (2):
      Updated Gujarati Translations
      Updated gujarati file

Theppitak Karoonboonyanan (1):
      Updated Thai translation.

Timo Jyrinki (1):
      Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint

Tom Tryfonidis (6):
      Updated Greek translation
      Updated Greek translation
      Updated Greek doc translation
      Updated Greek help translation
      Updated Greek help translation
      Minor fix for Greek help translation

Tomas Bzatek (1):
      Don't split URL having a colon (":") in the middle

Tommi Vainikainen (1):
      Updated Finnish translation

Wouter Bolsterlee (2):
      Set "scrollable" only once during initialization
      Updated Dutch translation by Wouter Bolsterlee

Xandru Armesto (1):
      Updated asturian translation

Yaron Shahrabani (4):
      Updated Hebrew translation.
      Updated Hebrew translation.
      Updated Hebrew translation.
      Updated Hebrew translation.

Yinghua Wang (1):
      update Simplified Chinese (zh_CN) translation

Yuri Kozlov (1):
      Updated Russian translation

Yuri Myasoedov (3):
      Updated Russian translation
      Updated Russian translation
      Fixed Russian translation

krishnababu k (2):
      Updated Telugu Translations
      Updated Telugu Translations

ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (3):
      Updated Serbian translation
      Updated Serbian translation
      Updated Serbian translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]