[smuxi] Created tag 1.0



The signed tag '1.0' was created.

Tagger: Mirco Bauer <meebey meebey net>
Date: Tue Jul 14 21:04:07 2015 +0200

    Tagging 1.0

Changes since the last tag '0.11-rc2':

Andrés G. Aragoneses (14):
      README: add both autogen.sh and configure to compiling instructions
      .gitignore: add autotools' `compile`
      Frontend: avoid logic in State ctors
      Frontend: make ChatViewSyncManager.SetState() internal
      Frontend: stop using Activator.CreateInstance()
      Engine: bring errors from server.OnConnectCommands to the UI
      Engine,Frontend: use CreateMessageBuilder() method when possible
      lib/messagingmenu-sharp: updated for clean `git status`
      lib/messagingmenu-sharp: updated for fixed configure (closes: #1020)
      Engine-Twitter: rename "Replies" chat to "Replies & Mentions"
      Engine: fix typo in catch block
      SqliteMessageBuffer: wrap dbpath in double-quotes to escape it
      Engine-Twitter: prevent racy NRE when using OnConnectCommands
      sln: group projects in solution folders

Calvin B (10):
      Frontend-STFL: Update manpage (signals are handled now)
      Server: update manpage (signals are handled)
      Frontend-STFL: Implement _LocalSession and its init code
      Frontend-STFL: Implement IsLocalSession
      Frontend-STFL: Implement gentle session shutdown on quit
      Frontend-STFL: handle signals
      Engine-MessageBuffer: add manual
      Frontend-SWF: Use system colours
      Frontend-SWF: Stubby but functional topic support
      Frontend-GNOME: updated manpage for --open-link and --new-instance params

Carlos Hernandez (1):
      Docker: build docker images for the release and daily APT repository

Carlos Martín Nieto (15):
      [Frontend-GNOME] Show an image message part
      [Frontend-GNOME] Extract the icon download and caching logic
      [Common] Move IconCache here
      [Frontend-GNOME] Check for the existence of the emoji file
      [Engine] Match emoji and and replace them with an image part
      lib/emoji.json: add the emoji defintions
      [Common] Create mapping for emoji from name to codepoint
      [Common] Add an onError callback to IconCache
      [Common] IconCache: add method to download a particular image
      [Frontend-GNOME] Load emoji from the cache, or download from emojione
      [Common] Prefix 'Begin' to IconCache's async functions
      [Frontend-GNOME] Set the emoji size to the line height
      [Frontend-GNOME] Apply text size changes to emoji
      [Frontend-GNOME] Drop the emoji to the bottom of the line
      build: set libray path for 'run' target on OS X.

Christopher James Halse Rogers (2):
      Update intltool Makefiles.
      Update intltool Makefiles.

Clément Bourgeois (1):
      L10N: Updated French translation from Transifex

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Dean Lee (1):
      L10N: Updated Chinese Simp translation from Transifex

Dimitris Spingos (1):
      Updated Greek translation

James Axl (2):
      Build: python rewrite of smuxi-feed-stats.sh
      improve parsing

Jeroen Baten (1):
      L10N: Initial complete Dutch translation from Transifex

Jimmie Elvenmark (1):
      L10N: Updated Swedish translation from Transifex

Joe Hansen (1):
      L10N: Updated Danish translation from Transifex

Jordi Mas (1):
      Fixes to Catalan translation

Julian Taylor (2):
      AppArmor: added AppArmor profile template for smuxi-frontend-gnome
      AppArmor: added AppArmor profile template for smuxi-frontend-gnome

Kalle Kaitala (1):
      L10N: Updated Finnish translation from Transifex

Lex Berezhny (1):
      repacked input box so that it is directly below the Notebook

Mirco Bauer (322):
      Engine: added XEP, ECMA, ISO and IEEE message patterns
      Engine: fixed supporting config values with spaces in /config set command
      Merge branch 'stable'
      Engine: ignore spaces around config keys and values in /config set command
      Engine: allow /config get without key because Joel Bennett expected this to work
      smuxi.sln: removed Debug-Win32|Any CPU build configuration
      Merge branch 'stable'
      smuxi.sln: removed non-existing project configuration mappings
      Merge branch 'stable'
      Engine: removed logging noise
      Engine: introduce official Session.Shutdown() method
      Frontend-GNOME: use Session.Shutdown() in Frontend.Quit()
      Merge pull request #176 from NattyNarwhal/stflsignals
      Merge pull request #175 from NattyNarwhal/manupdate
      [Engine] New partial message buffer implementation based on JSON and Git
      [lib/libgit2sharp] Updated for public Index.AddToIndex() and UpdatePhysicalIndex()
      [Engine] Implemented MessageDtoModelV1
      [Engine-Tests] Added Newtonsoft.Json benchmark
      [Engine] Use milli-second precision in MessageModel.Equals()
      [Engine] Added Flush() to IMessageBuffer
      [Engine] Added GetRange() implementation to MessageBufferBase based on class indexer
      [Engine] Fixed GitMessageBuffer.Count
      [Engine] Implemented GitMessageBuffer get indexer
      [Engine] Implemented GitMessageBuffer.GetEnumerator()
      [Engine] Guard log calls with MSGBUF_DEBUG define checks
      [Engine] Correctly lock CommitMessage before use
      [Engine] Initial JsonMessageBuffer implementation
      [Engine] Implemented JsonMessageBuffer.GetRange() and get indexer
      [Engine-Tests] Enhanced message buffer test-cases
      [Engine-Tests] Added test-cases for JsonMessageBuffer.GetChunkFileName()
      [Engine-Tests] Fixed cold MessageBuffer.GetRange() benchmark
      [Engine] Guard log calls with LOG4NET define checks
      [Engine] Fixed JSON corruption of the latest chunk in JsonMessageBuffer
      [Engine-Tests] Enhanced message buffer test-cases
      [Engine-Test] Added more test messages to MessageBufferTestsBase
      [Engine/Engine-Tests] Added new source files to Visual Studio project
      Engine: MessageModel no longer contains a Protocol property
      Engine-Tests: track API changes of MessageMode/Builder
      Made libgit2sharp an optional build requirement
      smuxi.sln: removed unused build configurations
      Engine: explicitly flush message buffers in Session.Shutdown()
      Engine-Tests: don't run benchmark test-cases on Travis-CI
      Engine(-Tests): initial SqliteMessageBuffer implementation (closes: #908)
      Engine-Tests: fixed Db4oMessageBufferTests.Reopen() test-case
      Engine-Tests: fixed SqliteMessageBufferTests.Reopen() test-case
      Engine-Tests: offset is less confusing than index
      Engine: enabled WAL in SqliteMessageBuffer to fix awful performance
      Engine: dispose all Command instances in SqliteMessageBuffer
      Engine: no need to select the ID column in SqliteMessageBuffer.GetRange()
      Engine: implemented SqliteMessageBuffer.RemoveAt()
      Engine: implemented SqliteMessageBuffer.Dispose()
      Engine: implemented SqliteMessageBuffer.GetEnumerator()
      Engine: provide enumerator based MessageBufferBase.CopyTo() as default implementation
      Engine-Tests: fixed Db4o/SqliteMessageBufferTests.ImplicitRemoveAt() test-case
      Engine-Tests: removed useless SqliteMessageBufferTests.ImplicitFlush() test-case
      Engine: implemented truncation of SqliteMessageBuffer
      Engine, Frontend-GNOME: integrated SqliteMessageBuffer into preferences
      configure.ac: bumped version to 0.12
      Merge remote-tracking branch 'github/master'
      Engine(-Tests): fixed (de)serializing URLs with text in MessageDtoModelV1 correctly
      Engine-MessageBuffer: new tool to dump and convert message buffers
      Merge pull request #179 from NattyNarwhal/msg-buffer-tool-man
      Build: fixed Engine-MessageBuffer
      Engine-MessageBuffer, Debian: install smuxi-message-buffer script wrapper
      Engine-JabbR: make use of CertificateValidator
      Merge ranch 'stable' into release/0.11
      Merge branch 'stable'
      Frontend-GNOME: fixed joining ##foo channels on freenode with the join bar
      Frontend-GNOME: fixed build on .NET < 4.5
      Merge branch 'stable'
      Merge branch 'stable' into release/0.11
      Frontend-GNOME: fixed bugged merge
      L10N: fixed some string formats of Dutch translation
      Merge branch 'stable' into release/0.11
      Merge branch 'stable'
      Transifex: added smuxi-message-buffer resource
      Frontend-STFL: fixed incorrect long option of -l in manpage
      Merge branch 'stable'
      Build: enable STFL frontend build by default
      Build: don't generate .mdb files as compile output
      Build: install assembly config of smuxi-message-buffer
      Merge pull request #160 from oli-obk/fix/remove_unsynced_groupchat
      Merge pull request #172 from oli-obk/feature/ui_contact_remove
      Frontend-GNOME: fixed NRE thrown in MessageTextView.AddMessage() (closes: #962)
      Merge branch 'stable'
      Engine: added mkbundle support (closes: #963)
      Build: dist-linux-static make target
      Build: use included db4o for static Linux build
      Build: fixed vendor-package-version of dist-linux-static
      Build: add all needed assemblies to static Linux build
      Build: fixed mkbundle order
      Win32-Installer: ship Mono.Data.Sqlite from Mono 3.2.8
      Win32-Installer: ship sqlite3 library 3.8.4.3 from www.sqlite.org
      Engine-Tests: added test-case for "-only JSON de-serialization bug
      Frontend-GNOME: pixel perfect topic and user list alignment
      Frontend-GNOME: moved user count from user list to window title
      Frontend-GNOME: use 1/6 width as default size for user list and adapt with window resize (closes: #917)
      Engine: implemented engine command hooks (closes: #453)
      Merge tag '0.11' into stable
      Engine-XMPP: fixed MUC joins with modified/forced nick by the server
      Merge branch 'stable'
      Merge pull request #181 from knocte/master
      Merge pull request #124 from NattyNarwhal/swf-fixing
      Engine(-IRC|-XMPP): implemented engine/protocol-manager/on-presence-status-changed hook point
      Frontned-GNOME: use 1/7 as chat and user list width and 5/7 for messages
      Merge pull request #185 from knocte/gitignore
      Engine: re-apply MessageBuilderSettings on config changes
      Frontend-GNOME: any server support
      Engine: re-apply MessageBuilderSettings on config changes
      Engine-IRC: rejoin channels with keys on reconnect correctly
      Engine(-Tests): fixed NRE thrown in MessageDtoModelV1.ToMessage()
      Merge pull request #190 from oli-obk/fix/joinas_hilight
      Merge pull request #191 from oli-obk/fix/joinas_nullptr
      Merge branch 'stable'
      lib/SmartIrc4net: updated for fixing duplicate key exception with RPL_ISUPPORT's CHANMODES
      Engine: implemented new engine/session/on-event-message hook
      Debian: bumped version to 0.12
      Engine-IRC: fixed /quote /raw commands for sending server passwords
      Merge branch 'stable'
      Merge pull request #194 from johansson/thumbs-db
      Engine: fixed leaking SQLite file descriptors
      Merge branch 'master' of github.com:meebey/smuxi
      Merge pull request #195 from johansson/minor-nits
      lib/SmartIrc4net: updated for restored .NET 3.5 compatibility
      Frontend-GNOME: add missing IntPtr ctors for Gtk.TextTag subclasses
      Merge branch 'stable'
      Frontend: moved private methods into worker dispatch context as they won't be reused
      Frontend: fixed leaking ChatViewSyncManager.Chats
      Frontend: catch all exceptions in thread pool workers to prevent AppDomain shutdowns
      Frontend: coding standards fixes
      Frontend: updated copyright info
      Frontend: fixed logger calls
      Frontend: fixed SyncInfo.SyncRoot being never initialized
      Frontend: removed unreachable code from State.ctor()
      Frontend: enhanced exception messages of state machine
      Frontend: fixed Trace.Call() calls in ChatViewSyncManager
      Frontend-GNOME: fixed not showing newly added IRC servers in join bar
      Merge branch 'stable'
      Engine: fall back to volatile message buffer in case of errors with SQLite
      Engine: aid diagnostics when a message buffer throws an exception
      Engine-MessageBuffer: ignore auto-generated file
      Frontend(-GNOME): revert ChatViewSyncManager's state machine
      lib/ServiceStack.Text: fixed deserialization of " being null
      Docker: fixed user detection
      Docker: quote parameters correctly
      Merge remote-tracking branch 'gnome/master'
      Frontend-GNOME: guard ChatTreeView's cell renderer with null checks
      Engine: allow space and no separator in DSA message pattern
      Engine(-Tests): fixed URL detection which contain ' (closes: #983)
      Engine(-Tests): allow upper-case characters in heuristic URLs (closes GH-182)
      Merge branch 'stable'
      Engine-IRC: show channel mode changes (again)
      Travis-CI: don't sign changes file neither the source package
      Frontend-GNOME: implemented message counter
      Frontend-GNOME-IRC: fixed NRE thrown by CtcpMenu() (closes: #1002)
      Merge branch 'stable'
      Travis-CI: don't sign changes file neither the source package
      Build: Debian moved bin/libtoolize from libtool to libtool-bin
      Frontend-GNOME-XMPP: fix build with MonoDevelop 5.5
      Merge branch 'stable'
      lib/db4o-net (smuxi-master): updated for fixing Db4oMessageBufferTests test-cases running on Mono
      Merge branch 'stable'
      Engine-Tests: fixed ServiceStackJsonSerialize test-case
      Engine(-Tests): implemented IPv4 and IPv6 link detection support
      Common: re-licensed common code from GPLv2+ to MIT/X11
      lib/ServiceStack (smuxi-master): updated for referencing source projects
      lib/SignalR (smuxi-master): updated for referencing source projects
      L10N: fixed a msgstr format of Croatian translation
      Merge branch 'stable'
      Engine-XMPP: also send presence updates to MUCs, see XEP-0045 (closes: #1005)
      Merge branch 'stable'
      Engine-Twitter: implemented search streams
      lib/Twitterizer: updated for .NET 4.0 compat build fix
      Engine-Twitter: filter retweets in search stream
      Engine-Twitter: fixed sent text of /say command
      Debian: added missing Twitterizer2.Streaming to smuxi-engine package
      Engine-Twitter: implemented /delete command to delete tweets
      lib/Twitterizer: updated for fixed favorite and unfavorite methods
      Engine-Twitte: implemented /favorite and /unfavorite commands
      Debian: refreshed build_Newtonsoft.Json_with_default_compiler patch to fix FTBFS
      Debian: refreshed build_Twitterizer2_with_default_compiler patch to fix FTBFS
      Engine: read Nickname field when de-serializing ServerModels
      Engine: support value types for MessageBuilder.AppendFormat() params
      Merge branch 'stable'
      Debian: install smuxi-message-buffer manpage
      Updated old website references
      Common(-Tests): implemented SingleApplicationInstance
      lib/Twitterizer: updated for TwitterizerException de-serialization fix
      configure.ac, lib/Twitterizer: updated to fix .NET 3.5 compatibility
      Common: fixed build on .NET 3.5 profile
      Frontend-GNOME: ship and install AppData file
      Merge pull request #201 from knocte/bring_command_errors_to_ui
      Merge pull request #203 from knocte/CreateMessageBuilder
      TODO: remove multi identity item as that was implemented in 0.11
      Engine(-Tests): fixed parsing URLs with [] in query string
      Common: use MIT/X11 license by default for new source files in Common
      Engine(-Tests): fixed parsing IRC URIs like irc://freenode/smuxi
      Merge pull request #205 from knocte/bump
      Engine-XMPP: fixed deadlock in Dispose() (closes: #934)
      Merge branch 'stable'
      Merge pull request #207 from knocte/bump_mm_sharp_for_fixed_configure
      Merge pull request #206 from carlosmn/show-image
      Engine(-Tests): fixed parsing URLs with {} in fragment
      Merge branch 'stable'
      Merge pull request #209 from knocte/nit_twitter
      Common: fixed build on .NET 3.5
      Frontend-GNOME: fixed potential null dereference
      Server: added --version parameter to show version information
      Merge branch 'stable'
      Merge pull request #211 from eukreign/moved_input_box
      Merge pull request #208 from sebastianpoeplau/feature/syncedmarkerline
      Debian: fix build on Debian 8 (Jessie) and Ubuntu 15.04 (Vivid)
      Debian: install build-dependencies from debian/control file
      Debian: mk-build-deps needs equivs
      Debian: fixed libtool build-dep
      Merge pull request #216 from RavuAlHemio/bug/#1034_stfl_disconnect
      Merge pull request #215 from RavuAlHemio/feature/#1033_stfl_text_contrast
      Merge pull request #217 from RavuAlHemio/bug/#1035_stfl_imagemessageparts
      Merge pull request #219 from carlosmn/darwin-run
      Frontend-GNOME: updated copyright year in about dialog
      Merge branch 'stable'
      Frontend: support smuxi-servers that run on localhost even with SSH enabled
      Merge branch 'stable'
      Frontend-GNOME: officially deprecate Db4o disk persistence (closes: #981)
      Frontend-GNOME: guard DBus code with null checks in NetworkManager.Init()
      Merge branch 'stable'
      Common: probe and report remoting connection errors in SingleApplicationInstance
      Common: made thread of SingleApplicationInstance a background thread
      Frontend-GNOME: single application instance support
      Frontend-GNOME: install signal handlers for SIGINT/TERM
      Frontend-GNOME: added Main.cs to POTFILES.in as it contains translatable strings now
      Merge pull request #221 from linuxmaniac/vseva/fix_man
      Engine: mark message buffers as serializable else they can't be used by remote frontends
      Engine: mark message buffers as serializable else they can't be used by remote frontends
      Engine, Frontend*: introduced engine protocol version
      Build: bumped version to 1.0
      Frontend-GNOME: fixed swapped assembly/protocol version values
      Frontend-GNOME: fixed ArgumentNullException on .NET
      Frontend-GNOME: fixed null check to really prevent ArgumentNullException
      Frontend-GNOME: fixed regression for local engines
      Updated website links from http://www.smuxi.org/ to https://smuxi.im/
      Merge pull request #222 from knocte/fix_engine_session_typo
      Merge pull request #200 from knocte/timeline_bug_with_sqlite_and_more_than_one_username
      Merge pull request #223 from knocte/sln
      Engine: use correct version value in Engine.VersionString
      Debian: bumped version for 1.0~rc2 release candidate
      Debian: fixed typo
      Debian: bumped version for 1.0~rc3 release candidate
      Engine-IRC: tolerate duplicate nicks in RPL_NAMREPLY (closes: #1051)
      Merge branch 'stable'
      Engine: fixed NullReferenceException thrown in SqliteMessageBuffer.Count (closes: #1022)
      Build: use Nini and log4net from lib/ instead of bin/ in dist-linux-static
      Engine: make last seen message and highlight persistent (closes: #1040)
      Frontend-GNOME: show unseen messages from engine correctly
      Server, Frontend-GNOME: workaround TLS/SSL negotiation caching issues on Mono (closes: #802)
      Engine-IRC: don't show notices on shared channels for Nick/ChanServ (closes: #868)
      Merge branch 'stable'
      Frontend-GNOME: support ctrl+insert key for copying text
      Engine-IRC: added NickServ authentication support (closes: #784)
      Engine, Frontend-GNOME: changed default message buffer backend to SQLite (closes: #1039, #1041)
      Debian: bumped version for 1.0~rc4 release candidate
      Merge pull request #227 from linuxmaniac/vseva/fix_man
      Build: added make test target for running all test-cases
      lib/db4o-net: updated for Mono 4.0 build fix
      Merge branch 'stable'
      Debian: refreshed build_db4o_with_default_compiler.patch
      Merge branch 'stable'
      Merge pull request #228 from linuxmaniac/vseva/fix_desktop
      Frontend-GNOME: don't count unseen events as messages (closes: #1057)
      Merge branch 'master'
      Merge pull request #230 from jamesaxl/smuxi-log
      Build: specify Python version for smuxi-feed-stats.py
      smuxi-feed-stats.py: no sleep, human time is valuable
      smuxi-feed-stats.py: removed lost "
      smuxi-feed-stats.py: document required python modules
      smuxi-feed-stats.py: fixed new lines of header
      smuxi-feed-stats.py: beautified header
      Frontend-GNOME: mark messages of current chat as seen on quit (refs: #1058)
      Engine: handle exceptions of SQLite message buffer during sync (refs: #1062)
      Engine: fixed thread-safety of UserConfig.get_Item()
      Merge branch 'stable'
      Frontend-GNOME: support passing links by command line
      Frontend-GNOME: implemented --new-instance parameter
      Merge remote-tracking branch 'gnome/master'
      Server, Frontend-GNOME: use Boehm as GC instead of SGen (closes: #1062)
      Merge remote-tracking branch 'gnome/master'
      Server, Frontend-GNOME: added MONO_ENV_OPTIONS support
      Engine: use millisecond precision for storing last seen message and highlight (closes: #1064)
      Merge pull request #231 from jamesaxl/smuxi-log
      smuxi-feed-stats.py: fixed showing the right number of unique IPs
      Frontend-GNOME: don't push last seen message for each chat when disconnecting
      Engine-Tests: added test-cases for last seen message / highlight
      smuxi-feed-stats.py: fixed merge
      munin: munin plugin for smuxi-feed-stats
      Engine: fixed storing last seen message / highlight correctly with smuxi-servers (closes: #1058)
      Merge remote-tracking branch 'gnome/master'
      configure.ac: bumped minimum required Mono version to 2.8 (refs: #1058)
      Merge branch 'stable'
      Merge remote-tracking branch 'github/raof/update-intltool-bits'
      Common: de-serialize DateTime ticks in UTC (refs: #1058)
      Merge branch 'stable'
      Engine: make Emojis opt-in for now (refs: #1043)
      Debian: require mono-runtime-boehm since Boehm GC is used by default
      Engine: fixed NRE thrown in Config.Load() when called by smuxi-server
      L10N: Initial complete Lithuanian translation from Transifex by Moo
      L10N: Lithuanian translation is maintained on Transifex
      L10N: Updated German translation from Transifex
      L10N: Updated German translation from Transifex
      L10N: Added missing Swedish po file
      L10N: fixed Finnish msgstr to match string format
      L10N: fixed German msgstr to match string format
      L10N: Updated Spanish translation from Transifex
      Merge remote-tracking branch 'gnome/master'
      Merge pull request #234 from RavuAlHemio/ci-run-frontend-tests
      Merge branch 'stable'
      Merge pull request #235 from RavuAlHemio/stfl-utf32-fixes
      Merge pull request #236 from RavuAlHemio/stfl-utf32-fixes
      Frontend-GNOME: ensure rendezvous point for IPC is private (closes: #1072)
      Merge branch 'gnome/master'
      Debian: bumped version for 1.0~rc5 release candidate
      Debian: demote mono-runtime-boehm from Depends to Recommends
      Engine: fixed MessageBuffer/PersistentSqlite/MaxCapacity log error (closes: #1073)

Oliver Schneider (8):
      Engine-XMPP: wasn't able to close unsynced (not fully joined) mucs
      Engine-XMPP: a server<->client race condition could cause a closed chat to be joined
      Frontend-GNOME-XMPP: there was no context menu entry to remove contacts from the roster
      Engine-XMPP: refactored CreateMessage to get rid of multiple boolean parameters
      Engine-XMPP: fixed hilighting of /joinas nickname (closes: #958)
      Engine-XMPP: when joining a room-jid that is not actually a room-jid a nullptr exception could occur
      Frontend(-GNOME): ChatViewSyncManager's internals refactored into a state-machine
      Frontend: /rejoin didn't work with ChatViewSyncManager due calling Sync while already synced

Ondřej Hošek (11):
      Frontend-STFL: Ensure text color contrast (closes #1033).
      Frontend-STFL: Call EngineManager.Disconnect() on exit (closes #1034).
      Frontend-STFL: Handle image message parts (closes #1035).
      L10N: Updated Czech translation from Transifex
      Travis-CI: also run Frontend-Tests
      Frontend: fix nick re-completion if line modified but same length as before
      Frontend-STFL: always call FromUnixWideCharacters.
      Frontend-STFL: always use native endianness for UTF-32 (wchar_t*).
      Frontend-STFL: add workaround for UnixMarshal.PtrToString broken w/ UTF-32.
      Frontend-STFL: fix memory leaks from marshaling strings to STFL.
      Frontend-STFL: Fix the UTF-32 workaround.

Piotr Drąg (12):
      Engine: add ca to LINGUAS
      Engine-MessageBuffer: update LINGUAS
      Frontend: update LINGUAS
      Frontend-GNOME: update LINGUAS
      Frontend-GNOME-IRC: update LINGUAS
      Frontend-GNOME-XMPP: update LINGUAS
      Server: update LINGUAS
      Frontend-GNOME: fix .desktop file validation
      Frontend-GNOME: mark name and summary as translatable in the AppData file
      Engine-XMPP: fix some minor typos
      Updated Polish translation
      Engine-MessageBuffer: updated LINGUAS

Sebastian Poeplau (2):
      Frontend-GNOME: Sync the marker line's position with the remote engine.
      Frontend-GNOME: Fix coding style.

Victor Seva (3):
      fix manpage format. Thanks lintian for noticing
      fix man format for smuxi-message-buffer.1
      Frontend-GNOME: append _Keywords to .desktop file

Will Johansson (2):
      Add Thumbs.db to gitignore
      Engine: Fix CLS compliance with TextColor

Ş. Uzun (1):
      L10N: Updated turkish translation from Transifex


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