Subject: CVS commit: pkgsrc/editors/gobby
From: Thomas Klausner
Date: 2024-04-17 16:22:39
Message id: 20240417142239.515DCFA2C@cvs.NetBSD.org

Log Message:
gobby: update to 0.6.0.

Version 0.6.0:
  * Remove support for GTK+ 2.x; at least GTK+ 3.6 is required now.
  * Enable TCP keepalives, so that inactive connections will drop automatically
    after a short time.
  * Gobby is now registered as a handler for infinote:// URLs.
  * Remember hosts previously connected to and presents them in the list
    next time Gobby is started until expilictly removed.
  * Gobby can now show connection parameters, in particular TLS parameters
    used for the connection.
  * Gobby's configuration options are stored in GSettings instead of a custam
    config.xml file.
  * The option to not set a certificate in the initial welcome dialog is no
    longer available.
  * Gobby can now use the default system CAs on Windows.
  * Small bug fixes and code base modernization.

Version 0.5.0:
  * Allow to run a server within the Gobby process; infinoted is no longer
    required to connect to other people
  * Added support for user accounts and different permissions for different
    accounts
  * Added limited support for chat nodes in the document tree
  * Added an option to set the opacity with which user colors are shown
    behind the text.
  * Added Fullscreen option and Ctrl++ and Ctrl+- shortcuts to
    increase/decrease the font size.
  * Gobby can open infinote://XXX URIs given on the command line to directly
    open one or more documents at startup.

Version 0.4.94:
  * Show cursors and selections of remote users in the own viewport and
    scrollbar
  * Add a "Disconnect from Server" option to the context menu
  * When double-clicking a user in the user list jump to its current cursor
    position
  * Allow gobby to be built against GTK+ 3
  * Fixed a bug which prevented "Save All" from working

Version 0.4.93:
  * Added IRC-like chat
  * Added functionality to export a document to HTML (#245)
  * Sort browser entries
  * Allow selecting multiple files when opening files
  * Allow resetting user colors in a document (Bug #211)
  * Added a Connect to Server option to the File menu
  * Undo words instead of individual characters
  * When starting Gobby twice then send commands to an existing Gobby (if any)
    unless the -n command line option is given.
  * Added an option to highlight spaces and tabs

Version 0.4.92:
  * Support running Gobby on Windows 2000.
  * Added Icons for HCLP and HCLPI icon themes (Bug #413, Patrick Wade).
  * Make sure terminating newline characters are saved correctly
  * Added /etc/ssl/certs/ca-certificates.crt as default trust file, if
    available.
  * Don't mess up saving documents whose first line is empty.
  * Write config files in $XDG_CONFIG_HOME instead of $HOME (Bug #437,
    Cristian Klein).
  * Display colored pencil icons in a document's tab for each user that made
    a change since the document has been viewed the last time (Bug #66,
    Mattis Manzel).

Version 0.4.91:
  * Keep track of a document's modified state between Undo/Redo operations
  * Scroll to Cursor after Cut or Paste
  * Added HCLPI icon of the Gobby Logo (Thanks to Thomas Glatt)
  * Added an Autosave Option in the preferences
  * Remember previous host names in "Direct Connection" entry
  * Added an "Open Location" dialog to open arbitrary URIs
  * Added a tooltip when hovering text, showing the author of that text

Version 0.4.90:
  * Use libinfinity instead of libobby as backend
  * Allow connection to multiple servers
  * Redesigned UI to better match normal text editors, and to be more
    HIG-compliant
  * Added Undo support (via libinfinity)
  * Require GtkSourceView 2.x
  * Some features of the previous versions, especially self-hosting, are not
    implemented in 0.4.90. This will be added in a later version.

Files:
RevisionActionfile
1.82modifypkgsrc/editors/gobby/Makefile
1.6modifypkgsrc/editors/gobby/PLIST
1.11modifypkgsrc/editors/gobby/distinfo
1.1removepkgsrc/editors/gobby/patches/patch-aa
1.1removepkgsrc/editors/gobby/patches/patch-configure
1.1removepkgsrc/editors/gobby/patches/patch-inc_config.hpp
1.1removepkgsrc/editors/gobby/patches/patch-inc_preferencesdialog.hpp
1.1removepkgsrc/editors/gobby/patches/patch-src_gselector_cpp