gedit 3.7.2



About gedit
===========

gedit is the official text editor of the GNOME desktop environment.

While aiming at simplicity and ease of use, gedit is a powerful
general purpose text editor which features full support for UTF-8,
configurable highlighting for various languages and many other
features making it a great editor for advanced tasks.

ChangeLog
=========

commit afde2ffe827f75514714820e4f87d3c28ef8d963
Author: Andrej Žnidaršič <andrej znidarsic gmail com>
Date:   2012-12-29

    Updated Slovenian translation

M	help/sl/sl.po

commit d470c8911641651088ee076a0a5e2e576626a263
Author: Yaron Shahrabani <sh yaron gmail com>
Date:	2012-12-28

    Updated Hebrew translation.

M	po/he.po

commit 79e5797bf091ae23ee3b006ae8b0a376a6c3842a
Author: Piotr Drąg <piotrdrag gmail com>
Date:	2012-12-28

    Updated Polish translation

M	po/pl.po

commit e6efbd62f067d02fa35df4af08ed91f2f7aa580b
Author: Piotr Drąg <piotrdrag gmail com>
Date:	2012-12-28

    Updated POTFILES.in

M	po/POTFILES.in

commit 85ad6b0157f419f951e4659e4e78fb00a1a7c483
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-28

    Remove -b/--background option

    For now we will not implement this with GApplication (it would need to
    split the app in a service etc)

M	data/gedit.1
M	gedit/gedit-app.c

commit ee95e4ce2844dd1277afb28780f49da560e2452f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-12-28

    Handle --wait

    Each new tab takes a ref to the command line object so that the
    secondary instance does not exit until they are closed

M	gedit/gedit-app.c

commit 137119ebc90574cead989565217a2ae5fc841ee4
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-23

    Remove logout mode from the close-confirmation-dialog

    It is not used anymore

M	gedit/gedit-close-confirmation-dialog.c
M	gedit/gedit-close-confirmation-dialog.h
M	gedit/gedit-commands-file.c

commit 05918e07ce769606c90488833ebefca9331c97c0
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-22

    Use GtkApplication inhibit api

    Introduce a can-save property on GeditTab in order to bubble up this
    information to GeditWindow... GtkApplication api requires us
    to inhibit session shutdown preemptively instead of checking lazily
    when shutdown is requested.

M	gedit/gedit-commands-file.c
M	gedit/gedit-tab.c
M	gedit/gedit-tab.h
M	gedit/gedit-window-private.h
M	gedit/gedit-window.c

commit 8bc593ffa4a7e95c3892952e916a0fc7cbbef4ca
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-22

    Restore proper handling of workspaces

    Activate an existing window only if it is on the current
    workspace. "Current" here is
    defined as "current for the X server"... there is a theoretical race
    because we ask
    what is the "current" workspace when we receive the message on the
    primary instance,
    but that's not a problem and the X reply is async anyway.

M	gedit/gedit-app.c
M	gedit/gedit-app.h

commit 8361e2a070c47f5b9389962d3b23513b0f9d527f
Author: Ryan Lortie <desrt desrt ca>
Date:	2012-11-27

    Add startup notification timestamp hack

    In the case that we are invoked with a DISPLAY but not a
    DESKTOP_STARTUP_ID, "steal" the current timestamp out of the
    server and
    act like it's the one we were invokved with.

    This deals with the case of launching gedit from a terminal and
    expecting the existing window to raise itself.

M	gedit/gedit-app-x11.c
M	gedit/gedit-app.c

commit aba119a2d1e872981108e408ab74d53aa7488d7f
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-11-24

    Remove custom handling of the last active window

    We let GtkApplication do it for us.
    Note: the OSX App had some code that kept gedit alive even with
    all the
    windows removed and this commits breaks that: we will have to use
    g_application_hold if we need to reimplement that.

M	gedit/gedit-app-osx.c
M	gedit/gedit-app.c
M	gedit/gedit-app.h

commit bf90a672b1231ec41d852c8af76de8522f173177
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-11-24

    Remove gedit_applucation_get_default etc

    Use g(tk)_application methods

M	docs/reference/gedit-sections.txt
M	gedit/gedit-app-osx.c
M	gedit/gedit-app.c
M	gedit/gedit-app.h
M	gedit/gedit-close-confirmation-dialog.c
M	gedit/gedit-commands-file.c
M	gedit/gedit-commands-help.c
M	gedit/gedit-encodings-dialog.c
M	gedit/gedit-preferences-dialog.c
M	gedit/gedit-settings.c
M	gedit/gedit-tab.c
M	gedit/gedit-view.c
M	gedit/gedit-window.c
M	gedit/gedit.c
M	plugins/checkupdate/gedit-check-update-plugin.c
M	plugins/externaltools/tools/filelookup.py
M	plugins/externaltools/tools/manager.py
M	plugins/externaltools/tools/windowactivatable.py
M	plugins/filebrowser/gedit-file-browser-plugin.c
M	plugins/snippets/snippets/manager.py
M	plugins/sort/gedit-sort-plugin.c
M	plugins/spell/gedit-spell-language-dialog.c
M	plugins/time/gedit-time-plugin.c

commit 1666704e98df2b70ced8491bab6bc6f2b4508e86
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-11-19

    Kill app_ready.

    Subclasses should just override activate instead.

M	gedit/gedit-app.c
M	gedit/gedit-app.h

commit a101107d54eef28319daa01a6168925d656c6a2a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-11-19

    Override startup in win32 implementation

M	gedit/gedit-app-win32.c

commit 44761794cb5046eb5776a34a36e2d814c95579d4
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-28

    Handle stdin

    Note that we now require "-" to be specified on the command line.

M	data/gedit.1
M	gedit/gedit-app.c
M	gedit/gedit-utils.c
M	gedit/gedit-utils.h

commit 7cf53f7a4226a07068723e94801e46eb314cfbba
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-07-31

    Move more code to startup/shutdown

M	gedit/gedit-app.c
M	gedit/gedit.c

commit 96ef8dec1cb3b7f6677d3bb6ade445bc0b5efa8d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-05-11

    Move command line handling to the GeditApp

M	gedit/Makefile.am
M	gedit/gedit-app.c
D	gedit/gedit-command-line.c
D	gedit/gedit-command-line.h
M	gedit/gedit.c

commit b060f1e602785ea74b85248ded3fe5d1d255842e
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-22

    Remove the now unused SAVING_SESSION window state

M	gedit/gedit-app.c
M	gedit/gedit-commands-file.c
M	gedit/gedit-window.c
M	gedit/gedit-window.h

commit 44acd771971aecf08d0d8b732ec7bb6af21cadc7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-07-29

    Die smclient die

M	configure.ac
M	gedit/Makefile.am
M	gedit/gedit-app-x11.c
M	gedit/gedit-app.c
M	gedit/gedit-app.h
M	gedit/gedit-command-line.c
D	gedit/gedit-session.c
D	gedit/gedit-session.h
M	gedit/gedit-window.c
M	gedit/gedit.c
D	gedit/smclient/Makefile.am
D	gedit/smclient/eggdesktopfile.c
D	gedit/smclient/eggdesktopfile.h
D	gedit/smclient/eggsmclient-osx.c
D	gedit/smclient/eggsmclient-private.h
D	gedit/smclient/eggsmclient-win32.c
D	gedit/smclient/eggsmclient-xsmp.c
D	gedit/smclient/eggsmclient.c
D	gedit/smclient/eggsmclient.h

commit ccd7941965064cc683c57beb10a624729ee170f1
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-05-05

    Initial port to GtkApplication

M	gedit/gedit-app-osx.c
M	gedit/gedit-app.c
M	gedit/gedit-app.h
M	gedit/gedit-window.c
M	gedit/gedit-window.h
M	gedit/gedit.c

commit e2c1dfb2f7bf3dea884ef7d34b0ee70a3b322522
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-05-05

    Remove dbus and fifo

M	gedit/Makefile.am
D	gedit/gedit-dbus.c
D	gedit/gedit-dbus.h
D	gedit/gedit-fifo.c
D	gedit/gedit-fifo.h
M	gedit/gedit.c

commit 8c42a2095027e2f286dc0bd91b226d53dca34797
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-28

    Do not unref file info twice

    Fix problem introduced in a recent refactoring

M	gedit/gedit-document.c

commit 422d7ee866050568fc03c6d04ad1c92886df4e6c
Author: Khaled Hosny <khaledhosny eglug org>
Date:	2012-12-28

    Typo

M	help/ar/ar.po

commit 69e82e8a792c099c92cfc7f56f685bc5d12cfb3b
Author: Khaled Hosny <khaledhosny eglug org>
Date:	2012-12-28

    Typo

M	po/ar.po

commit a7517a4a34e66ddbeebdf92736e97ce9edf17355
Author: Rafael Ferreira <rafael f f1 gmail com>
Date:	2012-12-26

    Updated Brazilian Portuguese Translation

M	po/pt_BR.po

commit ac16b4a11d8028cdd2fd014bf1a0e0bba4305943
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:	2012-12-25

    Updated Spanish translation

M	help/es/es.po

commit b0bdfee282d6110500c01950a892b75dcecc8a8b
Author: Fran Diéguez <fran dieguez mabishu com>
Date:	2012-12-25

    Updaged Galician translations for docs

M	help/gl/gl.po

commit ffa14bf94a08ad7fab994031eb0f68e8bf539fe6
Author: Dimitris Spingos <dmtrs32 gmail com>
Date:	2012-12-24

    Updated Greek translation

M	po/el.po

commit d2a5b2e48600fd9a64f0936d9ae8cd29e68cdbf3
Author: Khaled Hosny <khaledhosny eglug org>
Date:	2012-12-24

    Update Arabic translation

M	po/ar.po

commit 121f02a3ea066565eeae5dd42868f822ecce4924
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-23

    Use GDateTime in the time plugin

    This simplifies the code and avoids the need to deal with utf8
    conversions etc.

M	plugins/time/gedit-time-plugin.c

commit 7c5e872ad6556c14714ffd87f8e9c235d71a9d9c
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-22

    Rework externally modified / deleted check

    If we already know a doc was externally modified or deleted do
    not stat
    again

M	gedit/gedit-document.c

commit 40948fce3e559c99640aaea866fef588b83241d1
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-12-22

    Small refactoring

    Use "continue" to avoid one level of indentation

M	gedit/gedit-commands-file.c

commit fc000493d45aa2f10251a3dd405083015bcd304a
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-19

    docs: updated line-spacing - limiting lines to 80 characters across
    all docs files

M	help/C/gedit-change-color-scheme.page
M	help/C/gedit-create-new-file.page
M	help/C/gedit-files-basic.page
M	help/C/gedit-full-screen.page
M	help/C/gedit-open-files-from-sidepane.page
M	help/C/gedit-open-files.page
M	help/C/gedit-open-on-server.page
M	help/C/gedit-plugins-bracket-comp.page
M	help/C/gedit-plugins-change-case.page
M	help/C/gedit-plugins-character-map.page
M	help/C/gedit-plugins-code-comment.page
M	help/C/gedit-plugins-draw-spaces.page
M	help/C/gedit-plugins-external-tools.page
M	help/C/gedit-plugins-file-browser.page
M	help/C/gedit-plugins-insert-date-time.page
M	help/C/gedit-plugins-modelines.page
M	help/C/gedit-plugins-pyconsole.page
M	help/C/gedit-plugins-sort.page
M	help/C/gedit-plugins-tag-list.page
M	help/C/gedit-plugins-terminal.page
M	help/C/gedit-printing-order.page
M	help/C/gedit-printing-select.page
M	help/C/gedit-printing.page
M	help/C/gedit-quickstart.page
M	help/C/gedit-replace.page
M	help/C/gedit-save-file.page
M	help/C/gedit-syntax-highlighting.page
M	help/C/gedit-tabs.page
M	help/C/gedit-view-open-files-in-sidepane.page
M	help/C/index.page

commit b9a8c47d26d231dd8da245bade868dc2c23ed469
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:	2012-12-16

    Updated Spanish translation

M	help/es/es.po

commit 2446efef80e6657131fe37eca1892398868176c9
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-13

    docs: updated gedit-spellcheck.page based on input from Baptiste
    Mille-Mathias

M	help/C/gedit-spellcheck.page

commit 9147183a2ceb7247a2b90394ffe9b5de341ba1e0
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-11

    docs: Added a note in gedit-tabs-moving.page to address bug 651499

M	help/C/gedit-tabs-moving.page

commit 89a22ba025ee4bfc3a2a5a553a81f54889282ef4
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-12-12

    spell check: point to the right help.

M	plugins/spell/gedit-spell-language-dialog.c

commit 0e128143ebe9f641c0c7f26095c4d149c5dcb478
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:	2012-12-12

    Updated Spanish translation

M	help/es/es.po

commit 20554fbc17c8b122b39eb1322e22dfef56e1e70b
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-12

    docs: changed a keyseq grouping to guiseq grouping to accurately
    reflect a clickpath instead of key presses

M	help/C/gedit-change-default-font.page

commit d4a9b7410c8a16b5e15cf70545227887be6ba0a6
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-12

    docs: fixed validation error in color-picker plugin page

M	help/C/gedit-plugins-color-picker.page

commit 0917347c4fa09f4ebdc6e821d692943d73b26524
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-12

    docs: fixed typo on docs-stats. used press instead of select on
    text-size page. began rework of color-picker page

M	help/C/gedit-plugins-color-picker.page
M	help/C/gedit-plugins-doc-stats.page
M	help/C/gedit-plugins-text-size.page

commit 027a678960278bea8c6a949d84ed759b7a4053ac
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-12

    docs: per bug 673873 reflowed text to 80 chars. updated open-recent
    to reflect dconf over gconf.

M	help/C/gedit-edit-as-root.page
M	help/C/gedit-open-recent.page
M	help/C/gedit-plugins-doc-stats.page

commit c31a81fa8d4f9d7c3e1220e03d7176fb6ee90d99
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-11

    docs: re-flowed text in the gedit-open-recent file to 80-character
    limit per line.

M	help/C/gedit-open-recent.page

commit b23bc8737e63f090efed7a198df7087950f8cc9f
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-11

    docs: fixed minor typo in gedit-tabs-moving.page

M	help/C/gedit-tabs-moving.page

commit 60e6fad2ad5d9582f66b5f459b0eff4ff607be5d
Author: Jim Campbell <jwcampbell gmail com>
Date:	2012-12-11

    docs: Added a note in gedit-tabs-moving.page to address bug 651499

M	help/C/gedit-tabs-moving.page

commit 23bc9189b38593531b9cc5776e601c98d5135e90
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:	2012-12-06

    Updated Spanish translation

M	help/es/es.po

commit 597c65696f471e6741c24f2d5f503a50cfaf824f
Author: Gabor Kelemen <kelemeng gnome hu>
Date:	2012-12-05

    Fix ghelp: reference to the user guide

    https://bugzilla.gnome.org/show_bug.cgi?id=689725

M	help/C/gedit-printing.page

commit 80c9ec0a539552584217e19b7feb93a02909ba07
Author: Dr.T.Vasudevan <drtvasudevan gmail com>
Date:	2012-12-02

    Updated Tamil translation

M	po/ta.po

commit 7f31a0642b53e4eee19e5e9311b0271b543c1814
Author: Yaron Shahrabani <sh yaron gmail com>
Date:	2012-11-30

    Updated Hebrew translation.

M	po/he.po

commit b0674dd3734853faacbe1099dcd8b031ce2c75f0
Author: ManojKumar Giri <mgiri redhat com>
Date:	2012-11-28

    Updated Odia Translation with FUEL implementation.

M	po/or.po

commit 534308cbdaa48965cdc8b8be3c86d02fd5e814cc
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:	2012-11-26

    Do not use deprecated GObject calls.

M	plugins/snippets/snippets/document.py

commit 1f29e1353b31e75594ad8440876a8dff02e5340a
Author: Ani Peter <apeter redhat com>
Date:	2012-11-26

    Updated Malayalam translations

M	po/ml.po

commit 922f73a49adff557ddb89ad8857ba55049ad87f4
Author: Seif Lotfy <seif lotfy com>
Date:	2012-11-25

    Add missing gtksourcelanguage.h imports

M	gedit/gedit-document.c
M	gedit/gedit-file-chooser-dialog.c
M	gedit/gedit-window.c
M	plugins/modelines/modeline-parser.c

commit 5ecf4eadd47f7b901fe69e8269beae9507553ae5
Author: Kjartan Maraas <kmaraas gnome org>
Date:	2012-11-17

    Updated Norwegian bokmål translation

M	po/nb.po

commit 626fe8ad175fcc27591f55891b3bd7dcaa943e8f
Author: Timothy Arceri <t_arceri yahoo com au>
Date:	2012-11-11

    Do not create two tabs with "gedit --new-window"

    Remove call to create extra tab when using 'gedit --new-window'
    as new tab is already created when handling the command line.

    https://bugzilla.gnome.org/show_bug.cgi?id=673741

M	gedit/gedit-dbus.c

commit 58148ca59c888ee80721b2883c9bad9aec86ecf1
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:	2012-11-11

    Fix C90 variable declaration in function body warning

M	gedit/gedit-document-loader.c

commit 37991a31b264bae129f227471812cfe835157607
Author: Piotr Drąg <piotrdrag gmail com>
Date:	2012-11-10

    Updated POTFILES.in

    When updating POTFILES.in|skip, please do so correctly.

M	po/POTFILES.in

commit 274016fa79e613c04b992b5cd1a12347130a8ef6
Author: Yaron Shahrabani <sh yaron gmail com>
Date:	2012-11-09

    Commented out gnome/gnome-open-tool-item.c, caused gettext to
    malfunction

M	po/POTFILES.in

commit 6049e9cbce564dcd4d5372ac546e41eda71437c8
Author: Yaron Shahrabani <sh yaron gmail com>
Date:	2012-11-09

    Updated Hebrew translation.

M	po/he.po

commit 18d5752b635ac01eb8ab8a8f41a1502f177b6ef5
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:	2012-11-09

    Remove remaining unicode string literal

M	plugins/snippets/snippets/placeholder.py

commit b028505884ca8bbf9a2ab648cb518eb2abd2b6eb
Author: Rafael Ferreira <rafael f f1 gmail com>
Date:	2012-11-05

    Updated Brazilian Portuguese Translation

M	po/pt_BR.po

commit ec918eb506a4b7536de4762064a80f2ff119e947
Author: Paolo Borelli <pborelli gnome org>
Date:	2012-11-04

    Split the Open tool item in a custom widget

M	gedit/Makefile.am
A	gedit/gedit-open-tool-button.c
A	gedit/gedit-open-tool-button.h
M	gedit/gedit-settings.c
M	gedit/gedit-window-private.h
M	gedit/gedit-window.c
M	po/POTFILES.in



Download
========
http://download.gnome.org/sources/gedit/3.7/gedit-3.7.2.tar.xz (2.83M)
  sha256sum: 3882026610cd7712ecea9bd1244ff8c77f6e1746201a1885ab4463eb7b80d91c



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