The NetBSD Project

CVS log for pkgsrc/x11/zenity/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / zenity

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Aug 10 22:21:23 2024 UTC (9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4 lines
zenity: update to 4.0.1.

Zenity 4.0.1
  Changes and fixes since 4.0.0:
  - Bump webkit2gtk requirement in README (Logan Rathbone)
  - about: The licence is LGPL2.1+, not GPL (Logan Rathbone)
  - entry: Calculate number of --entry-text's properly (Logan Rathbone) (#75)
  - test: Add entry test in response to issue #75 (Logan Rathbone)
  - question: fix option --default-cancel (kvark)
  - calendar: Fix off-by-one in day (Logan Rathbone)
  - test: Add test for --calendar (Logan Rathbone)

  Translation updates:
  - Artur S0 (ru)
  - Jürgen Benvenuti (de)
  - Yuri Chornoivan (uk)

Zenity 4.0.0
  1st stable release of Zenity based on libadwaita/gtk4.

  Several command-line options have been deprecated since 3.x.  These
  deprecations will either activate an alternate action, or do nothing.  In
  either case, a deprecation warning will be printed to STDERR. This is to
  ensure as smooth a transition from scripts targeting Zenity 3.x as possible.

  TAKE NOTICE that in Zenity 4.4.0, estimated to be released in about twelve
  (12) months from 4.0.0, these options will be fully removed and scripts using
  these options may fail to run. So if you are receiving deprecation warnings,
  kindly take the time to update your scripts accordingly.

  Changes and bugfixes since 3.99.91 (Logan Rathbone):
  - Add rudimentary test suite
  - progress: --auto-close and --percentage=100 don't co-mingle
  - about: Port to libadwaita; update copyright info
  - forms: Remove unused variable
  - forms: Port GtkComboBox to GtkDropDown
  - tree/colview: Implement missing --hide-header option
  - progress: OK should be clickable if --percentage=100 at the outset
  - NEWS: fix typo

  Translation updates:
  - Yaron Shahrabani (he)

Zenity 3.99.91
  2nd release candidate of the upcoming zenity 4.0, based on libadwaita/gtk4.

  Changes and bugfixes since 3.99.90 (Logan Rathbone):
  - password: Remove spurious "Warning" heading
  - password: Only fetch username buffer if username option specified
  - build: Add implicit fallthrough warnings
  - password/msg: Handle ZENITY_TIMEOUT to be in line with other
    libadwaita-based dialogs
  - filesel: Fix exit statuses for cancel and timeout
  - Cleanup 'timeout' and make it work properly for all dialogs
  - util: Maintain default timeout exit status as 5 for backwards compat;
    various cleanups
  - text: webkit2gtk-6.0 fixes
  - msg: Code cleanups
  - Translation updates:
      Artur S0 (ru)

Zenity 3.99.90
  1st release candidate of the upcoming zenity 4.x, based on libadwaita/gtk4.
  - build: Make building manpage dependent upon manpage option (Guillermo
    Joandet)
  - text: Handle long inputs properly (#65) (Lukáš Tyrychtr)
  - colview: Use g_signal_connect_object (Logan Rathbone)
  - tree: Fix reading input from a named pipe (#71) (Lukáš Tyrychtr)
  - tree/colview: Return correct value when filtered using search; code
    cleanups (Logan Rathbone)
  - colview: Add missing declaration to header (Logan Rathbone)
  - build: Make implicit declarations an error (Logan Rathbone)
  - build: Make zenity4 compile against gtk 4.12 without deprecation warnings
    (Logan Rathbone)
  - tree: --checklist or --radiolist with < 2 cols should be an error (Logan
    Rathbone)
  - tree: Fix output for non-check/radio multiple selections (Logan Rathbone)
  - util: Replace gtk_window_destroy() with gtk_application_remove_window()
    (#72)
  - Translation updates:
      Daniel Rusek (cs)
      Luming Zh (zh_CN)
      Sabri Ünal (tr)
      Yuri Chornoivan (uk)

Zenity 3.99.2
  3rd beta release of the upcoming zenity 4.x, based on libadwaita/gtk4.
  - Minor code cleanups (Logan Rathbone)
  - option: Don't try to access stack-based argv within a glib2 mainloop
    (likely fixes RH bugs 2216049 and 2214000) (Logan Rathbone)
  - option: Allow --version and --help to work without a display server running
    (Logan Rathbone)
  - data: Reinstate help2man manpage autogeneration (Logan Rathbone)
  - build: Make manpage/help2man requirement more explicit (Logan Rathbone)
  - ci: Add help2man as 'build_fedora' target build dep (Logan Rathbone)
  - Translation updates:
      Anders Jonsson (sv)
      Asier Sarasua Garmendia (eu)
      Balázs Úr (hu)
      Boyuan Yang (zh_CN)
      Jordi Mas i Hernandez (ca)
      Kukuh Syafaat (id)
      Martin (sl)
      Sabri Ünal (tr)
      Sergej A (ru)

Zenity 3.99.1
  2nd beta release of the upcoming zenity 4.x, based on libadwaita/gtk4.
    - question: do not hardcode "Yes" and "No" buttons (kelvinvoon)
    - Set the default response explicitly for all AdwMessageDialog's (Lukáš
      Tyrychtr)
    - column-view: Widget should go directly in GtkScrolledWindow (Logan
      Rathbone)
    - msg: Make --ok-label and --cancel-label work for --question dialogs
      (Logan Rathbone)
    - Add separate case for ZENITY_ESC; don't print junk or crash with extra
      buttons (Logan Rathbone)
    - Fix --extra-button and delete events for legacy (non-libadwaita) dialogs
      (Logan Rathbone)
    - filesel: Fix --filename for zenity 4.x (Logan Rathbone)
    - Translation updates:
        Balázs Úr (hu)
        Ekaterine Papava (ka)
        Piotr Drąg (pl)
        Yuri Chornoivan (uk)

Zenity 3.99.0
  1st beta release of the upcoming zenity 4.x, based on libadwaita/gtk4.

  I would consider this release feature-complete for 4.0, but there are still
  some bug reports flowing in, particularly for STDIN-related operations, that
  need some further tweaking before a stable 4.0 release.

    - option: Add various non-fatal deprecation warnings that were previously
      missing, and fix a misleading deprecation message for `--window-icon`
      (Logan Rathbone)
    - main: Add G_APPLICATION_FLAGS_NON_UNIQUE to GApplication flags (fixes
      #58) (Logan Rathbone)
    - util: remove fatal assert on exit if window invalid GtkWindow (Logan
      Rathbone)
    - progress: Cleanup unnecessary static objects and remove spurious builder
      unref (Logan Rathbone)
    - util: Ignore superfluous quit requests (Logan Rathbone)
    - util: Remove superfluous GtkWindow cast check (Logan Rathbone)
    - data: Manpage generation changes; don't automatically generate the
      manpage from help2man for now (this will preferably be reinstated
      post-4.0 once the issues are worked out) (Logan Rathbone)
    - a11y: Label the widgets in a forms UI properly (Lukáš Tyrychtr)
    - Translation updates:
        Anders Jonsson (sv)
        Ekaterine Papava (ka)
        Jordi Mas i Hernandez (ca)
        Kukuh Syafaat (id)
        Piotr Drąg (pl)
        Sabri Ünal (tr)
        Sergej A (ru)
        Yuri Chornoivan (uk)

Zenity 3.92.0
  3rd alpha release of the upcoming zenity 4.x, based on libadwaita/gtk4.
    - progress: don't update responses that aren't there (see: !25 and
      https://bugzilla.redhat.com/show_bug.cgi?id=2177287) (Adam Williamson)
    - Set dialog 'heading', not 'title' for the --title option (see: !26) (Adam
      Williamson)
    - tree: fix handling of multi-row stdin input (#54) (Adam Williamson)
    - tree-column-view: don't steal children (see: !28) (Adam Williamson)
    - Port to webkitgtk 6.0 (Adam Williamson)
    - webkit: Fix leak by removing unnecessary ref sink (Logan Rathbone)
    - option: Add non-fatal deprecation warning for --confirm-overwrite (#55)
      (Logan Rathbone)
    - help: Fix typo in Basque help translation (Andre Klapper)
    - Translation updates:
        Andika Triwidada (id)
        Asier Sarasua Garmendia (eu)
        Balázs Úr (hu)
        Ekaterine Papava (ka)
        Piotr Drąg (pl)
        Sergej A (ru)
        Yuri Chornoivan (uk)

Zenity 3.91.0
    - tree: Port to GtkColumnView (Logan Rathbone)
    - desktop file: Remove spurious translation comment (Logan Rathbone)
    - i18n: rename POTFILES to POTFILES.in (Piotr Drąg)
    - help: Fix invalid markup in German help translation (Andre Klapper)
    - help: Freedesktop.org spec fixes (Anders Jonsson)
    - Translation updates:
        Anders Jonsson (sv)
        Yuri Chornoivan (uk)
        Jürgen Benvenuti (de)
        Ekaterine Papava (ka)
        Kukuh Syafaat (id)
        Martin (sl)
        Aurimas Černius (lt)
        Aleksandr Melman (ru)
        Sergej A (ru)
        Sabri Ünal (tr)
        Anders Jonsson (sv)

Zenity 3.90.0
    - Initial alpha release based on libadwaita and GTK4 (Logan Rathbone)

Zenity 3.44.0
    - scale: set a page increment so mouse wheel can be used on widget (Hg)
    - build: Use GNOME module post_install() (Matt Turner)
    - docs: Fix incorrect markup (Andre Klapper)
    - build: Replace deprecated functions (Logan Rathbone)
    - Translation updates:
        Alexander Shopov (bg)
        Jiri Grönroos (fi)
        Nart Tlisha (ab)
        Sabri Ünal (tr)
        Sergej A (ru)

Zenity 3.43.0
    - Documentation updates (Logan Rathbone)
    - Bump WebkitGTK dependency to API 4.1, for GNOME 43 (Logan Rathbone)
    - Translation updates:
        Zurab Kargareteli (ka)

Zenity 3.42.1
    - scale: Make OK button default (allows pressing Enter to accept selected
      value) (hydrargyrum)
    - Fix maximum width of message dialogs to 60 characters, and make message
      dialogs non-resizable (fixes regression from 3b64d05e) (David King)

Zenity 3.42.0
    - tree: Clicking row checks radio/checkboxes (Logan Rathbone)
    - Fix search column selection with --imagelist (Janne Pulkkinen)
    - Translation updates:
        Asier Sarasua Garmendia (eu)
        Efstathios Iosifidis (el)
        Goran Vidović (hr)
        Quentin PAGÈS (oc)
        Alan Mortensen (da)
        Daniel Mustieles (es)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Nov 23 13:38:29 2021 UTC (3 years, 5 months ago) by cirnatdan
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4 lines
zenity: Update x11/zenity to 3.41.0

Zenity 3.41.0
    - Port to meson (Logan Rathbone)
    - Code cleanups (Simon McVittie)
    - Translation updates (various contributors; see git log history)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:35:00 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Oct 7 15:14:47 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
x11: Remove SHA1 hashes for distfiles

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Mar 30 11:00:38 2021 UTC (4 years, 1 month ago) by cirnatdan
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -6 lines
zenity: Update x11/zenity to 3.32.0

Changes since 2.32.0
====================

Zenity 3.32.0
    - Fix autotools warnings (Javier Jardón)
    - Use upstream autoreconf instead deprecated gnome-autogen (Javier Jardón)
    - Add <description> to DOAP file (Andre Klapper)
    - Replace Bugzilla by Gitlab URL in DOAP file (Andre Klapper)
    - help: Update all screenshots for Zenity 3.30 (Andre Klapper)

Zenity 3.30.0
    - Translation updates

Zenity 3.28.1
	- Translation updates

Zenity 3.28.0
	- Translation updates

Zenity 3.27.90
	- Several fixes for proper translations (Piotr Drąg)
	- Translation updates

Zenity 3.26.0
    - Use GtkFileChooserNative for the file chooser (Patrick Griffins)

Zenity 3.24.2
    - No changes

Zenity 3.24.1
    - Translation updates
    - Fix style (Arx Cruz)
    - Adding clang-format script (Arx Cruz)
    - Fix message dialog width and height on recent Gtk (Alan)
    - Bug 762347: Addition of entry text width option (Arx Cruz)
    - Fix misleading indentation (Matthias Clasen)

Zenity 3.24.0
	- Translations updates
Zenity 3.22.0
	- Several fixes for proper translations (Piotr Drąg)
	- Translation updates

Zenity 3.20.0
        - Translation updates

Zenity 3.18.1.1
        - Bug #756756 fix compilation when webkitgtk is not installed (Tom Schoonjans)

Zenity 3.18.1
        - Fixing GLib-CRITICAL messages (Arx Cruz)
        - Fixing html option being parsed to other dialogs rather then text-info (Arx Cruz)
        - Fixing glade file. (Arx Cruz)
        - Translation updates

Zenity 3.18.0
	- Fix Makefile files
	- Translation updates

Zenity 3.16.3
        - Fix zenity --list (Arx Cruz)
        - Bug #751332 - zenity --forms does not center in the screen (Arx Cruz)
        - Bug #638582 - zenity --notification --listen can't show multi line tooltip (Arx Cruz)
        - Add the possibility to pass title and the summary to zenity notification (Arx Cruz)
        - Bug #672090 - Impossible to confirm --text-info (Arx Cruz)
        - Bug #742963 - Basic notifications do not return (Arx Cruz)
        - Fix GLib critical messages (Arx Cruz)
        - Fixing deprecated declarations (Arx Cruz)
        - Fix uninitialized progress_bar error (Arx Cruz)
        - Fix typo in documentation (Anders Jonsson)
        - Port to webkit2gtk (Hristo Venev)
        - Translation updates

Zenity 3.16.2
        - Translation updates
        - Bug #749359 zenity --list produces incorrect output (Arx Cruz)
        - Do not make zenity_util_show_dialog() X11 specific (Javier Jardón)
        - Use upstream gettext instead intltool (Javier Jardón)
        - Improve some strings (Piotr Drąg)
        - option.c: Fixing typo in extra-button option (Arx Cruz)
        - Merge branch 'jjardon/no_deprecated' (Arx Cruz)
        - ADD gchar **extra_label TO struct ZenityData (Gama Anderson)
        - allow build if GDK_WINDOWING_X11 not set (Jason Penney)
        - Bug #734196 (Andreas Mohr)

Zenity 3.16.1
        - No changes

Zenity 3.16.0
        - Translation updates
        - Allow user to interact with --text-info --html WebView (Kernc)
        - Bug #700249 - Progress dialog does not wrap (Arx Cruz)
        - Better sollution for wrap text (Arx Cruz)
        - Bug #734049 - zenity --text-info chokes on some UTF-8 string (Arx Cruz)
        - Allow --text-info to load resources also from relative file:// URIs (Kernc)
        - Bug #685051 Adding --mid-search option to --list (Arx Cruz)
        - Fixing g_timeout_add calls (Arx Cruz)
        - Fixing remain g_timeout_add (Arx Cruz)
        - Allow --text-info to load resources from absolute file:// URIs (Kernc)
        - Added time-remaining support to progress bars (Scott Pakin)
        - Don't quit zenity when the input stream is closed (Emilio Pozuelo Monfort)

Zenity 3.14.0
        - No changes

Zenity 3.13.92
        - translation updates
        - Bug 733870 - Segmentation fault on zenity --notification (Arx Cruz)

Zenity 3.13.90
        - Translation updates

Zenity 3.12.1
        - Translation updates
        - doap: update URLs (Piotr Drąg)
        - Add French screenshot (Alexandre Franke)
        - User docs: Make page ID the same as file name (Andre Klapper)
        - Fix FSF address commit for po/oc.po (Colin Walters)
        - Updated FSF's address (Daniel Mustieles)
        - Add user help for --listen, bug 711396 (Sindhu S)
        - Bug #667711 - man page points to nonexisting doc (Arx Cruz)
        - Bug #600533 zenity --text-info should have an auto scroll option (Arx Cruz)
        - Bug #534935 Need hability to specify default answer in --question dialog (Berislav Kovacki)
        - Bug #702535 - List box doesn't expand to fill window (Arx Cruz)

Zenity 3.10.0
        - Translation updates

Zenity 3.9.91

        - Add a runtime check for X11 (bug #705335) (Benjamin Berg)
        - Bug #653468. Fixed by Kurt Millerr
          <kurt@intricatesoftware.com>. Fix the broken auto-close
          option in progress and list dialogs.
        - Bug 698683 - Double clicking an item or hitting enter after
          selecting an item returns it twice
        - Translation updates

Zenity 3.8.0

        - #674881 Timeout option overriding normal exit code
        - #687180 Replaced string 'could' to start with an Uppercase
        - Translation updates

Zenity 3.7.2

        - Translation updates

Zenity 3.6.0

        - #684329 Add an option to set a custom dialog icon
        - #684322 Add an option to request dialogs being modal
        - Port to new documentation infrastructure
        - Fix the ComboBoxText construction so the dropmenu works
        - Fix various compiler warnings
        - Added support to --imagelist on tree
        - #676406 Do not crash in --forms --add-list without column values
        - #567663 Now the --pulsate option works properly
        - #673529 Fix segmentation fault in --list option
        - Translation updates

Zenity 3.4.0

        - Add support for lists and trees with --forms
        - Fix bug #668935 - the channel was being freed twice
        - Translation updates (Serbian, Telugu, Turkish, Spanish,
          French, Esperanto, German, Belarusian, Hebrew, Estonian,
          Norwegian bokmål, Bulgarian, Persian, Galician, Slovenian,
          Swedish, Czech, Traditional Chinese, Russian, Uyghur,
          Lithuanian, Danish, Tamil, Hungarian, Polish, Basque,
          Brazilian Portuguese, Japanese, Korean, Portuguese, Finnish,
          Assamese, Italian, British English, Latvian, Punjabi,
          Ukrainian, Catalan, Simplified Chinese)

Zenity 3.2.0

        - [l10n]Updated Catalan (Valencian) translation (Carles Ferrando)
        - Updated Basque language (Inaki Larranaga Murgoitio)
        - Updated Finnish translation (Tommi Vainikainen)
        - Updated Korean translation (Changwoo Ryu)
        - Updated Assamese Translations:bugzilla#659595 (Nilamdyuti Goswami)

Zenity 3.1.92

        - Updated Danish translation of the documentation (Joe Hansen)
        - update Punjabi Translation (A S Alam)
        - Updated Galician translations for doc (Fran Dieguez)
        - Updated Danish translation (Joe Hansen)
        - Updated Japanese translation (Jiro Matsuzawa)
        - [l10n]Updated Catalan translation (Joan DUran)
        - Updated Spanish translation (dmustieles)
        - Updated Spanish translation (dmustieles)
        - l10n: Updated Italian translation (Claudio Arseni)
        - updated Tamil translation (Dr.T.Vasudevan)
        - update Simplified Chinese (zh_CN) translation (Yinghua Wang)
        - Uploaded Ukranian (Daniel Korostil)
        - Updated Latvian translation. (Rudolfs Mazurs)
        - Updated British English translation (Bruce Cowan)
        - Updated Polish translation (Piotr Drąg)
        - Updated Belarusian translation. (Ihar Hrachyshka)
        - Updated Portuguese translation (Duarte Loreto)
        - Updated Persian translation (Arash Mousavi)
        - Updated Traditional Chinese translation(Hong Kong and Taiwan) (Chao-Hsiung Liao)
        - Updated Dutch translation by Wouter Bolsterlee (Wouter Bolsterlee)
        - Updated Russian translation (Yuri Myasoedov)
        - Updated Brazilian Portuguese translation. (Og B. Maciel)
        - [l10n] Updated German translation (Mario Blättermann)
        - Updated Lithuanian translation (Aurimas Černius)
        - Updated French translation (Claude Paroz)
        - Added UG translation (Abduxukur Abdurixit)
        - Updated Indonesian translation (Andika Triwidada)
        - Update NEWS for 3.1.5. (Luis Medinas)
        - Import Zenity 3.0.0 changes. (Luis Medinas)

Zenity 3.1.5

       - Updated Thai translation. (Theppitak Karoonboonyanan)
        - Updated Bulgarian translation (Alexander Shopov)
        - Updated Norwegian bokmål translation (Kjartan Maraas)
        - Updated Galician translations (Fran Dieguez)
        - Updated Hebrew translation. (Yaron Shahrabani)
        - Updated Swedish translation (Daniel Nylander)
        - Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dialogs. This patch doesn't break old zenity scripts. (Arx
        - Bug #592195. This fix made the --list mode return as soon as receive an ok or cancel response avoiding crash. (Arx Cruz)
        - Updated Spanish translation (Daniel Mustieles)
        - Updated Czech translation (Marek Černocký)
        - Updated Slovenian translation (Matej Urbančič)
        - Enable html support in --text-info option. This fix bug #598655, thanks for the work from Francis Meyvis francis.meyvis at gmail do
        - Updated Finnish translation (Tommi Vainikainen)
        - New translation for Afrikaans (af) (Friedel Wolff)
        - [l10n]Added Catalan documentation (Joan Duran)
        - Updated Czech translation (Marek Černocký)
        - Updated Swedish translation (Daniel Nylander)
        - Updated Hebrew translation. (Yaron Shahrabani)
        - Updated Slovenian translation (Matej Urbančič)
        - Updated Latvian translation. (Rudolfs Mazurs)
        - Updated Norwegian bokmål translation (Kjartan Maraas)
        - Fix for bug #540489 and #501001 both related to 100% use of cpu. (Arx Cruz)
        - Updated Spanish translation (Jorge González)
        - Forgot change one option in gtk_label (Arx Cruz)
        - Patch for bug #621907 (Arx Cruz)
        - Updated Galician translations (Fran Dieguez)
        - Updated Turkish translation (Muhammet Kara)
        - Updated Hebrew translation. (Yaron Shahrabani)
        - Updated Spanish translation (Daniel Mustieles)
        - Updated Swedish translation (Daniel Nylander)
        - l10n: Updated Greek translation for zenity documentation (Marios Zindilis)
        - Update man page to reflect new text-info options. (Arx Cruz)
        - Updated Slovenian translation (Matej Urbančič)
        - Updated Norwegian bokmål translation (Kjartan Maraas)
        - This change add a new functionality to text-info: (Arx Cruz)
        - Updated Russian translation (Yuri Kozlov)
	- Updated Russian translation (Yuri Kozlov)
        - man page to mention return code 5 for timeout (Carnë Draug)
        - Now if you use --timeout option, the return code will be properly handled The default behavior will be done (ie. user click on ok b
        - Fix the msg forms (question, warning, error) to return 5 when timeout (Arx Cruz)
        - Bug 651948 - zenity list does not return default value when timeout is over (Arx Cruz)
        - Fix bug 651723, don't look for libnotify.h if not requested (Nirbheek Chauhan)
        - Updated Persian translation (Arash Mousavi)
        - Updated Persian translation (Arash Mousavi)
        - Added UG translation (Abduxukur Abdurixit)
        - Added UG translation (Abduxukur Abdurixit)
        - Updated Thai translation. (Theppitak Karoonboonyanan)
        - Updated Turkish translation (Muhammet Kara)
        - Updated Vietnamese translation (Lê Trường An)
        - po/vi.po: import from Damned Lies (Nguyễn Thái Ngọc Duy)
        - [l10n]Fixes on Catalan translation (Jordi Serratosa)
        - Updated Danish translation (Joe Hansen)
        - Updated Esperanto translation (Kristjan SCHMIDT)
        - Updated Japanese translation. (Jiro Matsuzawa)
        - Updated Assamese translations (Amitakhya Phukan)
        - Updated Norwegian Nynorsk translation (Åsmund Skjæveland)
        - Updated Tamil translation (Dr.T.Vasudevan)
        - Added UG translation (Abduxukur Abdurixit)
        - Updated Brazilian Portuguese translation (Rodrigo Padula de Oliveira)
        - Updated Bengali India Translation (Runa Bhattacharjee)
        - Updated Italian translation (Claudio Arseni)
        - Updated Latvian translation. (Rudolfs Mazurs)
        - Updated Serbian translation (Miroslav Nikolić)
        - l10n: Updated Greek translation for zenity docs (Bakaoukas Nikolaos)
        - Revert mistakely pushed string change (Luca Ferretti)
        - Updated Italian translation (Claudio Arseni)
        - Use proper case in forms dialog option values (Luca Ferretti)
        - Updated Romanian translation (Lucian Adrian Grijincu)

Zenity 3.0.0
"Still loving you (GNOME)"
        - Updated Danish translation (Joe Hansen)
        - Updated Esperanto translation (Kristjan SCHMIDT)
        - Updated Japanese translation. (Jiro Matsuzawa)
        - Updated Assamese translations (Amitakhya Phukan)
        - Updated Norwegian Nynorsk translation (Åsmund Skjæveland)
        - Updated Tamil translation (Dr.T.Vasudevan)
        - Added UG translation (Abduxukur Abdurixit)
        - Updated Brazilian Portuguese translation (Rodrigo Padula de
	Oliveira)
        - Updated Bengali India Translation (Runa Bhattacharjee)
        - Updated Italian translation (Claudio Arseni)
        - Updated Latvian translation. (Rudolfs Mazurs)
        - Updated Serbian translation (Miroslav Nikolić)
        - l10n: Updated Greek translation for zenity docs (Bakaoukas Nikolaos)
        - Revert mistakely pushed string change (Luca Ferretti)
        - Updated Italian translation (Claudio Arseni)
        - Use proper case in forms dialog option values (Luca Ferretti)
        - Updated Romanian translation (Lucian Adrian Grijincu)
        - Updated Romanian translation (Lucian Adrian Grijincu)
        - Updated Russian translation (Yuri Myasoedov)
        - Updated Hungarian translation (Gabor Kelemen)
        - [l10n] Updated German translation (Mario Blättermann)
        - Updated British English translation (Bruce Cowan)
        - Updated Polish translation (Piotr Drąg)
        - Updated Portuguese translation (Duarte Loreto)
        - Updated Oriya Translation (Manoj Kumar Giri)
        - update Punjabi Translation by A S Alam (A S Alam)
        - [l10n]Update Simplified Chinese translation. (ben)
        - [l10n] Updated Catalan translation (Joan Duran)
        - Updated Latvian translation. (Rudolfs Mazurs)
        - Updated Korean translation (Changwoo Ryu)
        - Updated French translation (Bruno Brouard)
        - Updated Norwegian bokmål translation. (Kjartan Maraas)

Zenity 2.91.90

        - Bump version and bump GTK+ 3.0 requirements to stable release. (Luis
          Medinas)
        - Updated Gujarati Translations (Sweta Kothari)
        - Updated Bulgarian translation (Alexander Shopov)
        - text.c: Fix compilation warning (Javier Jardón)
        - Do not use deprecated separator GtkDialog property (Javier Jardón)
        - autogen.sh: Use configure.ac instead configura.in (Javier Jardón)
        - Use the standard configure.ac instead configure.in (Javier Jardón)
        - Update autotools configuration (Javier Jardón)
        - Updated Indonesian translation (Dirgita)
        - Updated Dutch translation by Wouter Bolsterlee (Wouter Bolsterlee)
        - Updated Basque language (Inaki Larranaga Murgoitio)
        - Uploaded Ukranian (Daniel Korostil)
        - Updated Arabic translation (Khaled Hosny)
        - Updated Swedish translation (Daniel Nylander)
        - Updated Slovenian translation (Matej Urbančič)
        - QA of Galician translations (Fran Diéguez)
        - Reset errors after freeing them (Matthias Clasen)
        - Updated Czech translation (Marek Černocký)
        - Updated Traditional Chinese translation(Hong Kong and Taiwan)
        - (Chao-Hsiung Liao)
        - [l10n] Updated Estonian translation (Ivar Smolin)
        - Updated Norwegian bokmål translation (Kjartan Maraas)
        - Updated Spanish translation (Daniel Mustieles)
        - Updated Galician translations (Fran Diéguez)
        - Updated Greek translation (Michael Kotsarinis)
        - Updated Hebrew translation. (Yaron Shahrabani)
        - Adding missed files and code for --forms option. (Arx Cruz)
        - Updated Norwegian bokmål translation (Kjartan Maraas)
        - Updated Czech translation (Marek Černocký)
        - Updated Bulgarian translation (Alexander Shopov)

Zenity 2.91.5
"Wild World"
  * Add font and no wrap mode support in text dialog (muzuiget)
  * Fix for bug 540560. Patch by Victor Ananjevsky <ananasik at gmail dot com>
  (Arx Cruz)
  * Updated Hebrew translation. (Yaron Shahrabani)
  * Updated Galician translations (Fran Diéguez)
  * Updated Swedish translation (Daniel Nylander)
  * Updated Slovenian translation (Matej Urbančič)
  * Updated Spanish translation (Daniel Mustieles)
  * [l10n] Updated Estonian translation (Ivar Smolin)
  * Updated Indonesian translation (Andika Triwidada)
  * Added UG translation (Gheyret T.Kenji)

Zenity 2.91.4
"Something that builds"
  * Make libnotify support optional (Arx Cruz)
  * Add --form option (Arx Cruz)
  * Also return  user when --username is used with --password (Arx Cruz)
  * Fix build with latest GTK+ 3 (Cosimo Cecchi)
  * Updated translations

Zenity 2.91.1.1
"We are in 2010"
   * Bump to 2.91.1.1. (Luis Medinas)
   * Remove deprecated code for GTK+-3.0. (Luis Medinas)
   * Fix manpage for the statusicon removal from Zenity 3.0 (Luis Medinas)
   * Require libnotify 0.6.1 (William Jon McCann)
   * Updated Japanese translation (Takayuki KUSANO)

Zenity 2.91.1
"Once in a while"
   * Updated Slovenian translation (Matej Urbančič)
   * Added sl for Slovenian translation (Matej Urbančič)
   * Added Slovenian translation (Matej Urbančič)
   * Updated Ukrainian translation (Maxim V. Dziumanenko)
   * Updated Korean translation (Changwoo Ryu)
   * Bump to 2.91.0 (Luis Medinas)
   * Make zenity compile only with GTK+-3.0 (Luis Medinas)
   * Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0 (Luis Medinas)
   * Updated Lithuanian translation (Žygimantas Beručka)
   * Add default activation on entry. (Luis Medinas)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Nov 4 03:29:14 2015 UTC (9 years, 6 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

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.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Aug 13 08:50:14 2013 UTC (11 years, 9 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Switch to use libnotify07.

Bump PKGREVISION.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Nov 24 20:59:15 2010 UTC (14 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
update to 2.32.1
This switches to the gnome-2.32 release branch.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jul 13 10:02:32 2010 UTC (14 years, 10 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
update to 2.30.0
This switches to the gnome-2.30 release branch.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 22 17:21:34 2009 UTC (15 years, 6 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4 lines
update to 2.28.0
This switches to the gnome-2.28 release branch.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Mar 16 23:00:17 2009 UTC (16 years, 2 months ago) by jmcneill
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Update zenity to 2.26.0.

Zenity 2.26.0
" Crescent "
   * disable monk easter egg in order to remove gnome-canvas
     dependency [#571741]
   * replace deprecated GTK+ calls (Felix Riemann) [#571869]
   * remove deprecated/obsoleted dialog definition
     (Felix Riemann) [#571869]
   * New and updated documentation translations
        - Mario Blättermann [de]
        - Claude Paroz [fr]
        - Daniel Nylander [sv]
        - Inaki Larranaga Murgoitio [eu]
        - Tommi Vainikainen [fi]
        - Jen Ockwell [en_GB]
   * New and updated translations
        - Raivis Dejus [lv]
        - Changwoo Ryu [ko]
        - Zabeeh Khan [ps]
        - Adi Roiban [ro]
        - Chao-Hsiung Liao [zh_HK, zh_TW]
        - Gabor Kelemen [hu]
        - Manoj Kumar Giri [or]
        - Gintautas Miliauskas [lt]
        - Krishnababu K [te]
        - Amitakhya Phukan [as]

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 13 16:02:25 2009 UTC (16 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4 lines
Update to 2.24.1:

Zenity 2.24.1
" Giant Steps "
   * Document --timeout (Luca Bruno) [#565133]
   * correctly handle --filename on file selection dialog
     (Gilles Detillieux) [#564552]
   * Cleanup GLib and GTK+ includes (Pedro Fragoso) [#563855]
   * Remove deprecated GLib symbols (Frederic Peters) [#560452]
   * Translator comments (Frederic Peters) [#547202]
   * New and updated documentation translations
	- Jorge Gonzalez [es]
   * New and updated translations
	- Laurent Dhima [sq]
	- Ihar Hrachyshka [bg@latin]
	- Luca Ferretti [it]
	- Marcel Telka [sk]
	- Djihed Afifi [ar]
	- Simos Xenitellis [el]

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Oct 16 18:15:14 2008 UTC (16 years, 7 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -4 lines
update to 2.24.0
This switches to the gnome-2.24 release branch.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Apr 15 18:10:12 2008 UTC (17 years, 1 month ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
update to 2.22.1
This switches to the gnome-2.22 release branch.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Nov 29 20:50:45 2007 UTC (17 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
update to 2.20.1
changes: translation updates

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Nov 3 16:16:44 2007 UTC (17 years, 6 months ago) by drochner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
update to 2.20.0
This switches to the new gnome-2.20 branch.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 15 17:58:20 2007 UTC (17 years, 11 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
update to 2.18.2
changes:
-bugfixes
-translation updates

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Apr 11 20:41:28 2007 UTC (18 years, 1 month ago) by drochner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
update to 2.18.1
This moves this pkg to the new stable gnome branch, too much to list here.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Nov 28 22:08:20 2006 UTC (18 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
update to 2.16.2
changes: New and updated documentation translations

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Oct 30 21:43:14 2006 UTC (18 years, 6 months ago) by drochner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
update to 2.16.1
changes: translation updates

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Sep 15 15:19:22 2006 UTC (18 years, 8 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Update to 2.16.0:

Zenity 2.16.0
==============
" Sixteen! Yeah! "
   * New and updated translations
	- Ani Peter (ml)
	- Ahmad Riza H Nst (id)
	- Jordi Mas (ca)
	- Runa Bhattacharjee (bn_IN)
	- Khandakar Mujahidul Islam (bn)
	- Duarte Loreto (pt)
	- Maxim Dziumanenko (uk)
	- Kostas Papadimas (el)

Zenity 2.15.92
==============
" Midnight "
   * New and updated documentation translations
	- Christophe Bliard (fr)
   * New and updated translations
	- Clytie Siddall (vi)
	- Vladimer Sichinava (ka)
	- Leonid Kanter (ru)
	- Gabor Kelemen (hu)
	- Matic ¿gur (sl)
	- Artur Flinta (pl)
	- Satoru Satoh (ja)
	- Gintautas Miliauskas (lt)
	- Raphael Higino (pt_BR)

Zenity 2.15.91
==============
" So what? "
   * New and updated translations
	- Abel Cheung (zh_HK)
	- Jovan Naumovski (mk)
	- Runa Bhattacharjee (bn_IN)
	- Inaki Larranaga (eu)

Zenity 2.15.90
==============
" Kryptonite "
   * About dialog update (Lucas Rocha)
   * Text entry activation makes dialog return (Lucas Rocha) [#347340]
   * Correctly handle stdin input on text info dialog
     (Lucas Rocha) [#336736]
   * Port notification to GtkStatusIcon (Christian Persch) [#341451]
   * New and updated translations
	- Marcel Telka [sk]
	- Francisco Javier F. Serrador [es]
	- Ankit Patel [gu]
	- Priit Laes [et]
	- Kjartan Maraas [nb]
	- Hendrik Richter [de]
	- Theppitak Karoonboonyanan [th]
	- Rajesh Ranjan [hi]
	- I. Felix [ta]
	- Dzongkhalinux, DIT [dz]
	- Raivis Dejus [lv]
	- Ilkka Tuohela [fi]
	- Runa Bhattacharjee [bn_IN]
	- Inaki Larranaga [eu]
	- Rostislav Raykov [bg]
	- Christophe Merlet, Benoît Dejean [fr]
	- Daniel Nylander [sv]
	- Josep Puigdemont Casamajó [ca]
	- Vincent van Adrighem [nl]

Zenity 2.15.2
==============
" What are you waiting for, dude? "
   * Build infrastructure revamp (Christian Persch) [#341056]
   * New dropdown menu on entry dialog (Diego Urrelo) [#311038]

Zenity 2.15.1
==============
" Nuk inda Kuk! "
   * Implementation of "message" command on notification
     which pops notification bubbles. Implemented with
     libnotify (Davyd Madeley)
   * New --confirm-overwrite to file selection dialog to
     pop confirmation dialog when selection an existing
     filename (Lucas Rocha)
   * Quit zenity on about dialog response. Fixes bug
     (Lucas Rocha) [#336505]
   * Manpage fixes (Lucas Rocha) [#336751]
   * Small memory allocation fixes (Behdad Esfahbod)
     [#338038]
   * Remove xlibs dependency (Lucas Rocha) [#338102]
   * Use of po/LINGUAS file (Lucas Rocha)
   * New and updated documentation translations
	- Maxim Dziumanenko [uk]
   * New and updated translations
	- Gora Mohanty [or]
	- Ignacio Casal Quinteiro [gl]
	- Åsmund Skjæveland [nn]
	- Clytie Siddall [vi]
	- Kjartan Maraas [no]

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 3 19:52:49 2006 UTC (18 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
update to 2.14.3
changes:
* Correctly handle stdin input on text info dialog
-translation updates

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 26 12:32:04 2006 UTC (18 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
update to 2.14.2
changes:
* Small code cleanups
* New and updated translations

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Apr 21 18:17:40 2006 UTC (19 years, 1 month ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
update to 2.14.1
changes:
-Quit zenity on about dialog response
-translation updates

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 30 21:22:41 2006 UTC (19 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Update to 2.14.0:

Zenity 2.14.0
==============
" Acid jazz! "
    * Fix list dialog separator option [Glynn Foster]
    * New and updated documentation translations
	- Alexander Shopov [bg]
    * New and updated translations
	- Laurent Dhima [sq]
	- Vincent van Adrighem [nl]
	- Kostas Papadimas [el]
	- Miloslav Trmac [cs]
	- Hendrik Richter [de]
	- Yair Hershkovitz [he]
	- ¿ygimantas Beru¿ka [lt]
	- Inaki Larranaga [eu]
	- Duarte Loreto [pt]
	- Leonid Kanter [ru]
	- Jordi Mallach [ca]
	- Maxim Dziumanenko [uk]
	- Stefano Canepa [it]
	- Mugurel Tudor [ro]
	- Artur Flinta [pl]
	- Daniel Nylander [sv]
	- Benoît Dejean [fr]

Zenity 2.13.90
==============
" Ca Ca Ca "
    * New and updated documentation translations
	- Vincent Untz [fr]
    * New and updated translations
	- Lasse Bang Mikkelsen [da]
	- Priit Laes [et]
	- Evandro Fernandes Giovanini [pt_BR]
	- Gabor Kelemen [hu]

Zenity 2.13.5
==============
" Salvador "
    * New and updated translations
	- Takeshi Aihana [ja]
	- Ignacio Casal Quinteiro [gl]
	- Alexander Shopov [bg]
	- Slobodan D. Sredojevic [sr, sr@Latn]

Zenity 2.13.4
==============
" Arantina "
    * New scale dialog for selecting a value from
      a range [Lucas]
    * All dialogs are now HIG compliant [Christian Persch]
    * Now use GtkAboutDialog [Lucas]
    * New and updated translations
	- Theppitak Karoonboonyanan [th]
	- Ignacio Casal Quinteiro [gl]
	- Ankit Patel [gu]
	- Marcel Telka [sk]
	- Francisco Javier F. Serrador [es]
	- Luca Ferretti [it]
	- Takeshi Aihana [ja]
	- Vincent van Adrighem [nl]
	- Adam Weinberger [en_CA]
	- Funda Wang [zh_CN]
	- Ilkka Tuohela [fi]
	- ¿ygimantas Beru¿ka [lt]
	- Kjartan Maraas [nb, no]

Zenity 2.13.3
==============
" Lucas, do you still love me? Yeah, Zenity, Yeah! "
    * Make it possible to add new lines and markup in calendar,
      progress and list dialog texts [Lucas Rocha]
    * New and updated documentation translations
        - Francisco Javier F. Serrador [es]

Zenity 2.13.2
==============
" I love you, jhbuild "
    * Make it possible to add new lines in the in the msg
      dialogs. Fixes bug #320787 [Lucas Rocha]
    * New and updated translations
	- Erdal Ronahi [ku]

Zenity 2.13.1
==============
" Incognito "
    * Fixes man page typos [Guilherme Pastore]
    * Fixes bug #317033 [Lucas]
    * Fixes bug #315020 [Lucas]
    * Refile Zenity Manual to GNOME|Utilities.
      Fixes bug #318831 [Brent Smith]
    * Manual improvements. Fixes bug #318915 [Brent Smith]
    * Default focus is given on tree view in list
      dialogs. Fixes bug #317263 [Aleksey Kliger]
    * New and updated translations
	- Inaki Larranaga [eu]
	- Christian Rose [sv]
	- Vincent van Adrighem [nl]
	- Mahay Alam Khan [bn]

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Oct 14 21:49:08 2005 UTC (19 years, 7 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
Update to 2.12.1:

Zenity 2.12.1
==============
" One more "
    * Fixes bug #315020
    * Fixes bug #317033
    * New and updated translations
	- Inaki Larranaga [eu]
	- Clytie Siddall [vi]
	- Runa Bhattacharjee [bn]

Zenity 2.12.0
==============
" G12 "
    * New and updated translations
	- Evandro Fernandes Giovanini [pt_BR]
	- Changwoo Ryu [ko]
	- Telsa Gwynne [cy]
	- Danilo ¿egan, Slobodan D. Sredojevic [sr, sr@Latn]
	- Priit Laes [et]
	- Ignacio Casal Quinteiro [gl]
	- Baris Cicek [tr]
    * New documentation translations
        - Vincent Untz [fr]

Zenity 2.11.92
==============
" Muqueca "
    * New and updated translations
        - Christian Rose [sv]
        - ¿ygimantas Beru¿ka [lt]
        - Duarte Loreto [pt]
        - Kostas Papadimas [el]
        - Gabor Kelemen [hu]
        - Jordi Mallach [ca]
        - Mugurel Tudor [ro]
        - Maxim Dziumanenko [uk]
    * New documentation translations
        - Francisco Javier F. Serrador [es]
        - Maxim Dziumanenko [uk]

Zenity 2.11.91
==============
" All we need is love! "
    * New and updated translations
        - Artur Flinta [pl]
        - Laursen Dhima [sq]
        - Hendrik Brandt [de]
        - Funda Wang [zh_CN]
        - Ilkka Tuohela [fi]
        - Chao-Hsiung Liao [zh_TW]

Zenity 2.11.90
==============
" Almost there! "
    * gnome-doc-utils migration [Lucas]
    * New and updated translations
        - Vincent van Adrighem [nl]
        - Yair Hershkovitz [he]
        - Ivar Smolin [et]
        - Ankit Patel [gu]
        - Rostislav Raykov [bg]
        - Clytie Siddall [vi]
        - Kjartan Maraas [no, nb]
        - Ilkka Tuohela [fi]

Zenity 2.11.1
=============
" All night long "
    * Several code cleanups [Benoît]
    * Activate GOption --help translations [Lucas]
    * Deactivate --help alias behavior [Lucas]
    * New and updated translations
        - Theppitak Karoonboonyanan [th]
        - Ivar Smolin [et]
        - Takeshi Aihana [ja]
        - Adam Weinberger [en_CA]
        - Jens Seidel [de]
        - Benoît Dejean [fr]
        - Francisco Javier F. Serrador [es]
        - Marcel Telka [sk]
        - Miloslav Trmac [cs]

Zenity 2.11.0
=============
" Caruru is delicious! "
    * New --no-wrap option on info/error/warning/question
      dialogs [Lucas, Timo, Carlos]
    * Fix for #171838 [Carlos]
    * Some code improvements and cleanups [Glynn, Lucas]
    * Single/multiple selection on list dialogs [Lucas]
    * Double-clicking on list dialogs [Lucas, Norman]
    * Better error handling [Lucas]
    * --print-column option on List dialogs accepts a
      comma-separated list of column indexes [Lucas]
    * New --hide-column option on List dialogs [Lucas]
	* New and updated translations
        - Theppitak Karoonboonyanan [th]
        - Marcel Telka [sk]
        - Martin Hansen [da]
        - Ignacio Casal Quinteiro [gl]
        - Kjartan Maraas [nb, no]
        - Pawan Chitrakar [ne]
        - Kostas Papadimas [el]
        - Rajesh Ranjan [hi]
        - Vladimir Petkov [bg]
        - Francisco Javier F. Serrador [es]
        - Miloslav Trmac [cs]
        - Priit Laes [et]
        - Vincent van Adrighem [nl]
        - Gareth Owen [en_GB]
        - Abduxukur Abdurixit [ug]
        - Adi Attar [xh]
        - Steve Murphy [rw]
        - Josep Puigdemont [ca]
        - Adam Weinberger [en_CA]
        - Stefano Canepa [it]
        - Mugurel Tudor [ro]

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Aug 21 11:31:31 2005 UTC (19 years, 9 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Update to 2.10.1: updated translations: en_CA, ca, rw, ug, et, it, gl, bg.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Mar 22 16:27:16 2005 UTC (20 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Update to 2.10.0:

Zenity 2.10.0
=============
" 10 Moves Ahead "
	* New and updated translations
		- Kostas Papadimas [el]
		- Ahmad Riza H Nst [id]
		- Vincent van Adrighem [nl]
		- Danilo ¿egan [sr, sr@Latn]
		- Alessio Frusciante, Stefano Canepa [it]
		- Laszlo Dvornik, Gabor Kelemen [hu]
		- Abel Cheung [zh_TW, ar]

Zenity 2.9.92
=============
" Perdition "
	* Fix a few leaks [Paolo, Glynn]
	* New and updated translations
		- Tommi Vainikainen [fi]
		- Leonid Kanter [ru]
		- Kjartan Maraas [nb, no]
		- Miloslav Trmac [cs]
		- Hendrik Richter [de]
		- Francisco Javier F. Serrador [es]
		- Jordi Mallach [ca]
		- Alexander Shopov, Vladimir Petkov [bg]
		- Duarte Loreto [pt]
		- ¿ygimantas Beru¿ka [lt]
		- Marcel Telka [sk]
		- Ole Laursen [da]
		- Priit Laes [et]
		- Benoît Dejean [fr]
		- Maxim Dziumanenko [uk]
		- Simos Xenitellis [es]
		- Laurent Dhima [sq]
		- Takeshi AIHANA [ja]
		- Changwoo Ryu [ko]
		- Raphael Higino [pt_BR]
		- Rhys Jones [cy]
		- Artur Flinta [pl]
		- Ankit Patel [gu]
		- Arafat Medini [ar]
		- Alessio Frusciante, Stefano Canepa [it]

Zenity 2.9.91
=============
" the L I T T L E things "
	* Build fixes [Chris]
	* Update docs [Glynn]
	* Fix progress dialog with auto-close [Glynn]
	* New and updated translations
		- Duarte Loreto [pt]
		- Raphael Higino [pt_BR]
		- Tommi Vainikainen [fi]
		- Ole Laursen [da]
		- Kostas Papadimas [el]
		- Changwoo Ryu [ko]
		- David Lodge [en_GB]
		- Adam Weinberger [en_CA]
		- Christian Rose [sv]

Zenity 2.9.90
=============
" Up yer bum! "
	* Fix stdin on the tree dialog [Ed]
	* Misc updates [Glynn]
	* New and updated translations
		- Hendrik Richter [de]
		- Priit Laes [et]
		- Funda Wang [zh_CN]
		- Vincent van Adrighem [nl]

Zenity 2.9.2
============
" New Year Zenolutions "
	* Pre-load current dates in the calendar, because
	  gtk_calendar* is dumb [Glynn]
	* Correct error message for notification icon [Glynn]
	* New and updated translations
		- Takeshi AIHANA [ja]
		- Kjartan Maraas [nb, no]
		- Adam Weinberger [en_CA]
		- Miloslav Trmac [cs]
		- Marcel Telka [sk]
		- Leonid Kanter [ru]
		- ¿ygimantas Beru¿ka [lt]
		- Francisco Javier F. Serrador [es]
		- Christophe Merlet, Baptiste Mille-Mathias [fr]

Zenity 2.9.1
============
" Happy Christmas, GNOME "
	* Add code to listen for commands on stdin and update
	  the notification area icon [James]
	* ANSIfication [Kjartan]
	* Fix documentation [Lucas]
	* Check the xterm ID is valid for the current display [Ross]
	* Add goption support [Lucas]
	* Don't use utf-8 at the commandline [Leonardo]
	* Miscellaneous fixes [Glynn, Christian]
	* New and updated translations
		- Takeshi AIHANA [ja]
		- Roozbeh Pournader, Meelad Zakaria [fa]
		- Dmitry G. Mastrukov, Leonid Kanter [ru]
		- Adam Weinberger [en_CA]
		- Miloslav Trmac [cs]
		- Marcel Telka [sk]
		- David Lodge [en_GB]
		- Laurent Dhima [sq]
		- Mohammad DAMT [id]
		- Vincent van Adrighem [nl]
		- Danilo ¿egan [sr, sr@Latn]
		- Francisco Javier F. Serrador [es]
		- Hendrik Richter [de]
		- Martin Willemoes Hansen [da]
		- Simos Xenitellis [el]
		- ¿ygimantas Beru¿ka [lt]
		- Alexander Shopov, Rostislav Raykov [bg]
		- Christian Rose [sv]

Zenity 2.9.0
============
" Zen Translation "
	* Add support for save file selection [Lucas]
	* Add support for directory-only selection [Lucas]
	* Add support for notification area [Glynn]

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 23 17:36:26 2005 UTC (20 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Add RMD160 checksums to the SHA1 ones.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 28 21:52:01 2004 UTC (20 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Update to 2.8.2:

* Fix crasher where gtk_widget_render_icon doesn't seem to like being passed
  (GtkIconSize) -1 [Glynn]
* New and updated translations
  - Mohammad DAMT [id]
  - Christophe Merlet [fr]
  - Alessio Frusciante [it]
  - Martin Willemoes Hansen [da]

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 28 19:06:54 2004 UTC (20 years, 6 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Update to 2.8.1:

* Build fixes [Kjartan]
* New and updated translations
	- Meelad Zakaria, Roozbeh Pournader [fa]
	- Dmitry G. Mastrukov [ru]
	- Adam Weinberger [en_CA]
	- Marcel Telka [sk]

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 21 17:08:46 2004 UTC (20 years, 7 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update to 2.8.0.  This version corresponds to GNOME 2.8.0.

Zenity 2.8.0
============
" Zen Elimination "
	* Add new translations [Abel]
	* New and updated translations
		- Takeshi AIHANA [ja]
		- Hendrik Richter [de]
		- Raphael Higino [pt_BR]
		- Miloslav Trmac [cs]
		- Kostas Papadimas [el]
		- David Lodge [en_GB]
		- Mugurel Tudor [ro]
		- Vincent van Adrighem [nl]
		- Arafat Medini [ar]
		- Priit Laes [et]
		- Baris Cicek [tr]
		- Abel Cheung [zh_TW]
		- Dafydd Harries [cy]

Zenity 2.7.91
=============
" Here I stand, sad and free "

	* Updated online documentation [Breda, Glynn]
	* Fix translator-credits string [Christian, Glynn]
	* Update man pages [Glynn]
	* New and updated translations
		- Maxim Dziumanenko [uk]
		- Alessio Frusciante, Stefano Canepa [it]
		- Sami Pesonen [fi]
		- Martin Willemoes Hansen [da]
		- Jordi Mallach [ca]
		- Danilo Å| egan [sr, sr@Latn]
		- Kjartan Maraas [nb, no]
		- Laurent Dhima [sq]
		- Hasbullah Bin Pit [ms]
		- Laszlo Dvornik [hu]
		- Christian Rose [sv]
		- Christian Rose, Kemal Sanjta [bs]
		- Metin Amiroff, MÉ~Ytin Æ~Omirov [az]
		- Ankit Patel [gu]
		- Francisco Javier F. Serrador [es]
		- Duarte Loreto [pt]
		- Changwoo Ryu [ko]
		- Miloslav Trmac [cs]
		- Adam Weinberger [en_CA]
		- Funda Wang [zh_CN]
		- Artur Flinta [pl]
		- Marcel Telka [sk]

Zenity 2.7.90
============
" Let's sit down to find out where we stand "

	* New and updated translations
		- Laurent Dhima [sq]
		- Iñaki Larrañaga [eu]
		- Takeshi AIHANA [ja]
		- Alexander Winston [en_CA]
		- Guntupalli Karunakar [hi]
		- Miloslav Trmac [cs]
		- Vincent van Adrighem [nl]
		- Christian Rose [sv]
		- Duarte Loreto [pt]
		- Gareth Owen [en_GB]
		- Laszlo Dvornik [hu]
		- Kjartan Maraas [no]
		- Francisco Javier F. Serrador [es]

Zenity 2.7.0
============
" You know what, I think I might stay here a little longer "

	* Parsing typos [Paul Bolle]
	* Send HUP to parent in progress dialog [Luke Suchocki]
	* Compilation fixes [Ivan Noris]
	* Use markup in message dialogs so that we get nice
	  HIG compliatn dialogs [Sebastian Heinlein]
	* Documentation fixes [Baptiste Mille-Mathias]
	* Remove duplicate headers [Leonardo Boshell]
	* Add --print-column option for list dialog [Paul Bolle, Glynn]
	* Miscellaneous cleanups [Paul Bolle]
	* New and updated translations
		- Rostislav Raykov, Alexander Shopov [bg]
		- Ahmad Riza H Nst, Mohammad DAMT [id]
		- John C Barstow [mi]

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 15 14:08:47 2004 UTC (21 years ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to 2.6.2:

* Make dialogs transients of parent xterm [Sebastian Kapfer]
* Fix up the dialogs according to the HIG [Sebastian Heinlein]
* Add --text to the list dialog, it was mostly implemented
  but never hooked up [Glynn]
* New and updated translations
	- Adam Weinberger [en_CA]
	- Duarte Loreto [pt]
	- Vincent van Adrighem [nl]

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 3 18:25:09 2004 UTC (21 years ago) by jmmv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update to 2.6.1:

* Fix up scrollkeeper issues [Glynn]
* Fix up help docs [Ross, Matt]
* New and updated translations:
	- David Fernandez Vaamonde, Jesus Bravo Alvarez [gl]
	- Guntupalli Karunakar [gu]
	- Adam Weinberger [en_CA]
	- Yogeesh MB [kn]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 1 19:05:26 2004 UTC (21 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update to 2.6.0.  Changes since the previous stable branch:

Zenity 2.6.0
============
" Roll on Rottnest! "

	* Fix up dialog sizes [Darren, Glynn]
	* Add Serbian help docs [Danilo]
	* New and updated translations
		- Alexander Winston [en_CA]
		- Kostas Papadimas, Nikos Charonitakis [el]
		- Telsa Gwynne, Dafydd Tomos [cy]
		- Andras Timar [hu]
		- Mugurel Tudor [ro]

Zenity 2.5.91
=============
" Too old to die young "

	* Use automake 1.7 now [Glynn]
	* Removed some unused code [Glynn]
	* New and updated translations
		- MÉ~Ytin Æ~Omirov [az]

Zenity 2.5.90
=============
" Half drunk "

	* Build fixes [Tomasz]
	* Fix help, remove cruft [Glynn]
	* THANKS [Glynn]
	* New and updated translations
		- Takeshi AIHANA [ja]
		- Changwoo Ryu [ko]
		- Robert Sedak [hr]
		- Arafat Medini [ar]
		- Danilo Å| egan, Aleksandar UroÅ¡eviÄ~G [sr, sr@Latn]
		- Paisa Seeluangsawat, Supranee Thirawatthanasuk [th]
		- Jarkko Ranta [fi]
		- Laurent Dhima [sq]
		- Kostas Papadimas [el]
		- Priit Laes [et]
		- Guntupalli Karunakar, Amanpreet Singh Alam [pa]

Zenity 2.5.2
============
" Bottle half full or half empty? "

	* Handle stdin on text dialog [Glynn]
	* Build fixes [Glynn]
	* New and updated translations
		- Duarte Loreto [pt]
		- Sanlig Badral [mn]
		- Robert Sedak [hr]
		- Christophe Merlet [fr]
		- Roozbeh Pournader [fa]
		- Christian Neumair [de]
		- Kjartan Maraas [no]
		- Laurent Dhima [sq]
		- Ã~Esmund Skjæveland [nn]
		- Andras Timar [hu]
		- Funda Wang [zh_CN]
		- MÉ~Ytin Æ~Omirov [az]
		- Laurent Dhima [sq]

Zenity 2.5.1
============
" Zen beginnings "

	* Use the new file selection widget [Jan]

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 6 22:07:00 2004 UTC (21 years, 3 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -4 lines
Update to 1.8:
* Fix quote and output bugs [Christian]
* Hook up 'activate' on text entry [Glynn, raf@noduck.net]
* Fix up Solaris build [Damien]
* Fix up spec file [Glynn]
* Add locale header [Leonardo]
* Make dialogs resizable [Ingo]
* Unmark translation messages [Christian]
* Fix up gdialog wrapper [Peter]

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Dec 3 23:40:39 2003 UTC (21 years, 5 months ago) by xtraeme
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of zenity-1.6 from pkgsrc-wip.

This is zenity - a rewrite of gdialog, the GNOME port of dialog
which allows you to display dialog boxes from the commandline
and shell scripts.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 3 23:40:39 2003 UTC (21 years, 5 months ago) by xtraeme
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>