Nifty! Can we have a changelog?
Shortly (just git log --pretty="%an <%ae> %s" without irrelevant commits):
Richard Kettlewell <richard@kakajou.local> core: fix glib warnings in the console
Andy Shevchenko <andy.shevchenko@gmail.com> music: fix typo in the 'artist' field extracting (MPRIS v1)
Andy Shevchenko <andy.shevchenko@gmail.com> music: add MPRIS support to detect current music (v3)
Andy Shevchenko <andy.shevchenko@gmail.com> ui: extend URL opener list (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> ui: introduce possibility to refer to twitter account (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> music: add helper to detect music for Banshee player
Andy Shevchenko <andy.shevchenko@gmail.com> ui: add possibility to insert link by nickname (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> ui: enable "keep drafts" functionality
Andy Shevchenko <andy.shevchenko@gmail.com> ui: show login history (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> ui, liblivejournal: add 'Location' support
Andy Shevchenko <andy.shevchenko@gmail.com> ui, liblivejournal: tags support
Andy Shevchenko <andy.shevchenko@gmail.com> ui: close main window just after send
Andy Shevchenko <andy.shevchenko@gmail.com> ui: don't quit in docked mode
Andy Shevchenko <andy.shevchenko@gmail.com> ui: allow start logjam in system tray (no main window)
Andy Shevchenko <andy.shevchenko@gmail.com> ui: add context menu support in the dock (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> editor: adds titles to links and images, and link to images
Andy Shevchenko <andy.shevchenko@gmail.com> core: enable threading only where we really need it
Andy Shevchenko <andy.shevchenko@gmail.com> music: fix MusicSource enum (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> network: add support of the User-Agent header
Andy Shevchenko <andy.shevchenko@gmail.com> autofoo: explicit requirement of libX11 to be linked with
Andy Shevchenko <andy.shevchenko@gmail.com> Fix GtkSpinButton run-time warning
Andy Shevchenko <andy.shevchenko@gmail.com> Apply logjam-4.5.3-lj-embed.patch from Fedora
Andy Shevchenko <andy.shevchenko@gmail.com> Switch to libsoup 2.4 (from Fedora)
Andy Shevchenko <andy.shevchenko@gmail.com> Make spellchecking work
Andy Shevchenko <andy.shevchenko@gmail.com> Check current music via rhythmbox-client
Andy Shevchenko <andy.shevchenko@gmail.com> Apply logjam-4.4.1-backdated.patch from Fedora
Andy Shevchenko <andy.shevchenko@gmail.com> Apply logjam-4.4.1-cleanups.patch from Fedora
Andy Shevchenko <andy.shevchenko@gmail.com> Fix typo in ukrainian translation
Andy Shevchenko <andy.shevchenko@gmail.com> Slightly update russian translation
Gaal Yahas <gaal@forum.org> fix newer libgtkhtml
Cheers. :) Is there a walkthrough for those of us who don't know how to install from a tar.gz file? Compiling is not my strong point.
Unpack the tarball, cd into the resulting directory, run ./autogen.sh, make, make install.
Thanks! Looks like I don't have the required autoconf >= 2.53. Annoying.
Nice, the configure.in(s) contain a requirement of 2.52, but autogen.sh refers to 2.53. Which version do you have?
Of autoconf? I'm not sure how to check. :-/ I have logjam 4.5.3.
autoconf.
Simple run 'autoconf --version'
Thanks. :) I've got version 2.13.
Ooh... Try next: ls -l /usr/bin/autoconf*
Is there any binary like autoconf25*?
ls: cannot access /usr/bin/autoconf*: No such file or directory
There doesn't seem to be anything for autoconf in /usr/bin.
And what the distro so you use (name, version, ...)?
I'm using Ubuntu 10.10 (Maverick Meerkat).
Hmmm... unbelievable. Does apt-cache search autoconf show something relevant?
Among other things:
autoconf - automatic configure script builder autoconf-doc - automatic configure script builder documentation autoconf2.13 - automatic configure script builder (obsolete version) autoconf2.59 - automatic configure script builder (obsolete version) autoconf2.64 - automatic configure script builder (obsolete version) autotools-dev - Update infrastructure for config.{guess,sub} files autoconf-archive - The Autoconf Macro Archive
I hope the apt-get install autoconf will resolve your problem.
It resolved the autoconf problem, but logjam still won't install. First it couldn't find libtool, so I installed that; now it can't find glib-gettextize, which isn't available in the repos. This is turning into a great deal of faff just to upgrade logjam. :(
Yeah, I know. Due to this I reccomend to push a bit the distro maintainer to do this for everyone.
Which is your *nix distribution? I guess the better way is to submit a bug on a bugzilla related to your *nix distribution and ask maintainer to update the package. At least it has been done for Fedora.
I just grabbed this sourcebase, and will go about porting my 4.5.3a additions/changes to it. Mainly they consist of a screening item, additional HTML tags (and more robust HTML tag insertion code), and a re-ordering of the toplevel menu in an order that may be less "canonical" but seems to me to be more rational and usable.
I think we could discuss your changes one-by-one in logjam_dev when they be ready.
Sure. I'll do the screening selection first, because it's generally applicable to all users.
I'm getting "Client error: No mode specified" when I'm trying to loging =( mah bad, forgot about libsoup
Where does LogJam keeps it's config btw?
Edited at 2010-11-28 08:12 pm (UTC)
In my case this is ~/.logjam/conf.xml
I got same error "Client error: No mode specified" when I'm trying to loging. What can I do to fix it?
I've installed libsoup and than rerun autoconf with "--with-libsoup" flag
Great news, thank you! Will you build any binary packages?
Currently I have no possibility to pre-compile the packages for Windows and most *nix OSes. My opinion is better to provide binaries through the maintainers of the corresponding *nix distributions. I have no idea about Windows.
From: evan 2010-11-28 08:36 pm (UTC)
| (Link)
|
In case anyone's wondering, I'm really happy andy_shev is taking this over! And this reminds me to respond to his emails about transferring ownership of various bits... so behind on life. :(
Hi Andy! It's Great News! Thanks!
Could you upload a "make dist" tarball? That's the way it had been distributed in the past, and would be easier for distribution packagers to deal with.
pretty uncool that there arent any binary distributions for windows available anymore. even an "old and busted" one would be appreciated.
I'm sorry, but I have nor windows developer setup neither time to do such builds. I'll very appreciate if someone could build it. |