Commit graph

12 commits

Author SHA1 Message Date
prlw1
c37e903208 Update gedit3 to 3.20.2
============
gedit 3.20.2
============

- Misc bugfixes
- Translation updates
2016-05-27 08:29:46 +00:00
prlw1
7e85181080 Update gedit3 to 3.20.1
- Use a menubar only if gtk-shell-shows-menubar is set to true
- Spell plugin: adapt code for gspell API changes
- Save window size properly
- CSS updates
- AppData: add project_group and translation tags
- Rename to "Text Editor" in the .desktop file
- Use traditional menubar layout on XFCE, Unity, etc
- require the latest gspell for the spell plugin
- New Windows WiX installer
- CSS updates to track GTK+ changes
- Ship our own app icon
- Add shortcuts window
- Adapt code for gspell API changes
- Rename GeditViewHolder -> GeditViewCentering
- CloseConfirmationDialog: subclass GtkMessageDialog
- CSS updates to track GTK+ changes
- Change default document title to "Untitled Document"
- Port the spell plugin to gspell
- Make the Replace dialog resizable
- Fix close confirmation dialog regression introduced in 3.17.92
- Spell checking: fix performance problem and re-organize the code
- Move minimap settings in the preferences dialog
- CSS improvements
- Add a snippet generating RPM SPEC %changelog line
- gtk-mac-integration support fix
- Add a menu to toggle the source map
- Fix print margins
- Fix the --wait options when passing a list of files
- Improve the Encodings dialog
- Add setting to display a grid pattern
- Misc bugfixes
- Translation updates
2016-04-12 16:12:55 +00:00
prlw1
55268eb123 Update gedit3 to 3.16.4
From David Gutteridge in PR pkg/50541

============
gedit 3.16.4
============

Fixes
=====
- Fix crash in the open document selector
- Various bug fixes

New and updated translations
============================
- nl (Hannie Dumoleyn)

============
gedit 3.16.3
============

Fixes
======================
- Various bug fixes

New and updated translations
============================
- cs (Marek Černocký)
- de (Bernd Homuth)
- es (Daniel Mustieles)
- gl (Fran Dieguez)
- hu (Balázs Úr)
- id (Andika Triwidada)
- is (Sveinn í Felli)
- it (Milo Casagrande)
- lt (Aurimas Černius)
- oc (Cédric Valmary (totenoc.eu))
- pl (Piotr Drąg)
- pt_BR (Felipe Braga)
- pt (Pedro Albuquerque)
- ru (Paulo Fino)
- sk (Du\232an Kazik)
- sl (Matej Urbančič)
- sv (Anders Jonsson)
2015-12-12 09:21:27 +00:00
agc
411fefe420 Add SHA512 digests for distfiles for editors category
Problems found with existing distfiles:
	distfiles/javascript-2.1b1.el
	distfiles/yEd-3.14.2.zip
No changes made to the javascript-mode or yEd distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:32:14 +00:00
prlw1
2bcdb207da Update gedit3 to 3.16.2
Highlights from the release notes:

- Fix gedit --wait when listing multiple files
- Improve error reporting when failing to load private lib
- Performance improvements for groups of text insertions/deletions
- Do not merge xml translation in gschema files
- Rework some of the printing code
- Improved documentation
- Improved open document selector
- Start to rework the replace dialog
- Use the new color scheme chooser
- External tools plugin: fix document saving
- Various bug fixes
- Many new and updated translations

For full details see:

https://git.gnome.org/browse/gedit/tree/NEWS?id=3.16.2
2015-06-17 19:30:48 +00:00
prlw1
3972bf3806 Update gedit3 to 3.14.3
Reinstate: Add adwaita-icon-theme dependency. Fixes PR pkg/49494.

============
gedit 3.14.3
============

New Features and Fixes
======================
- Various bug fixes

New and updated translations
============================
- de (Benjamin Steinwender)
- is (Sveinn i Felli)
2015-03-13 23:10:20 +00:00
prlw1
73cf06db63 Remove gedit3-spell and make the spell check plugin an (enchant) option
Update gedit3 to 3.14.2

============
gedit 3.14.2
============

New Features and Fixes
======================
- External tools plugin: fix document saving
- Various other bug fixes

New and updated translations
============================
- ja (Hajime Taira)
- nb (Kjartan Maraas)
- vi (Tran Ngoc Quan)
2014-12-06 20:41:36 +00:00
prlw1
22a484703f Update gedit3 to 3.14.1
Highlights from the release notes:

- Increase default window size
- File loading and saving based on a new API in GtkSourceView.
  GeditEncoding is replaced by GtkSourceEncoding, and there
  are changes in GeditDocument. To port plugins, see:
  https://wiki.gnome.org/Apps/Gedit/API-Changes
- Include Adwaita theming
- New selector to open documents in the header bar
- Change Uppercase shortcut to Ctrl+U to avoid conflict with Save All
- Add Ctrl+N shortcut for New Window
- Implement drag'n'drop for the documents panel
- Reopen last closed tab with ctrl+shift+T
- Rework fullscreen mode to use GtkRevealer
- Finalize the new API to extend the menu from plugins
- Detect when network is not available and warn if using remote documents
- Add an fpaste tool to the external tools scripts
- Many bug fixes
- Many new and updated translations

For full details see:

https://git.gnome.org/browse/gedit/tree/NEWS?h=3.14.1
2014-11-23 13:57:02 +00:00
joerg
2dfb963db9 Fix build with Clang's stricter literal format string logic. 2014-02-21 20:23:48 +00:00
prlw1
3e541d98df Update gedit3 to 3.10.4
Highlights:
- Implement regular expression search (Sébastien Wilmet)
- Use the GtkSourceView search and replace API (Sébastien Wilmet)
- Deprecate the gedit search and replace API (Sébastien Wilmet)
- Display the number of search occurrences and the current occurrence position
  in the search entry (Ignacio Casal Quinteiro, Sébastien Wilmet)
- Fix tab groups (Garrett Regier)
- Fix clicking on replace dialog buttons (Sébastien Wilmet)
- Add new Highlight Mode dialog (Ignacio Casal Quinteiro)
- Allow shell quotes in commands from Run Command tool (Adam Dingle)
- Use widget templates (Ignacio Casal Quinteiro, Paolo Borelli)
- Use revealer to animate the search bar and the notification bars (Ignacio Casal Quinteiro)
- Port to GtkApplication (Paolo Borelli, Ryan Lortie, Ignacio Casal Quinteiro)
- Port to python 3 (Ignacio Casal Quinteiro)
- Translation updates

For full release notes see:
https://git.gnome.org/browse/gedit/tree/NEWS?id=3.10.4
2014-02-12 01:49:10 +00:00
prlw1
831257661e Update gedit3 to 3.6.1
- File Browser side panel improvements (Ignacio Casal Quinteiro)
- Fix print preview in landscape mode (Adrian Johnson)
- Handle a command line specifying a big line number (Paolo Borelli, David Toton)
mprovements in snippets plugin (Jesse van den Kieboom)
- Use autoreconf instead gnome-autogen (Javier Jardón)
- Extensive snippet collection for docbook
- Improved html snippets (Jaseem Abid)
- Misc bugfixes
- New and updated translations
c.f., http://git.gnome.org/browse/gedit/plain/NEWS?id=3.6.1
2012-10-29 14:48:41 +00:00
prlw1
65a2ac68e1 Add gedit 3.4.2 - the GNOME 3 text editor 2012-08-31 19:52:18 +00:00