Hi all,
Geany 0.13 is available!
For a comprehensive list of changes to Geany 0.12, please see http://geany.uvena.de/Documentation/ReleaseNotes. A very detailed and complete list of changes can be found in the ChangeLog, included in the source packages as well as in the Windows binary files.
Some of the highlights: - Project session file support - File Browser sidebar plugin, VCdiff plugin and Autosave plugin - Plugin Manager dialog to enable/disable plugins - Configurable keybindings for Cut, Copy and Paste - (almost) full build support on Windows - native GTK printing support on Unix-like systems and Windows - and of course many bug fixes and improvements - New translations: Japanese, Ukrainian and Greek, many updated translations
Note for all users of older Versions of Geany: We changed the format how session files are stored, so when you start Geany 0.13 for the first time, your old session won't be loaded.
Notes for Windows users: - Native GTK printing support is only available when you Geany build from source on Windows with a recent GTK version(>= 2.10) or if you use the full installer(see below). - To be more compliant with Windows, we changed the location of Geany's configuration directory to use %appdata%. Therefore, Geany will startup with a fresh configuration. You can copy your old configs from e.g. C:\Documents and Settings/user/.geany to C:\Documents and Settings/user/Application Data/Geany (or however the paths are called on your system)
We want to thank all translators who have contributed new or updated translations to this release as well as all people who contributed to this release with patches, feedback, bug reports and so on. Thank you!
All downloads can be found as usual on http://geany.uvena.de/ http://files.uvena.de/geany/ or https://sourceforge.net/project/showfiles.php?group_id=153444
Please note the full installer for Windows (geany-0.13_setup.exe) can only be used on Windows 2000 or newer. Windows 98 users should use the small installer or the zip file together with a GTK 2.6 runtime environment (available on http://gimp-win.sourceforge.net/stable.html).
Happy coding, Enrico
Enrico Tröger wrote:
Hi all,
Hi Enrico,
Geany 0.13 is available!
Thank you very much for your good work!
The Copy & Paste problem in the Windows version has been fixed and works now as expected
Unfortunately, it does not recognize many UTF-8, ISO-8859-1 or CP1252 files any more (in Windows). This has worked in the svn_r2188 (interim) build.
I have a suggestion for the problem of an unrecognized encoding in a file: Set the encoding to "none" and open it anyway (this works from the normal open dialog). Write an entry in the status window and beep so the user notices that there was a problem.
Best regards Andreas
On Tue, 05 Feb 2008 16:51:52 +0100, Andreas Tscharner andy@vis.ethz.ch wrote:
Hi,
The Copy & Paste problem in the Windows version has been fixed and works now as expected
Unfortunately, it does not recognize many UTF-8, ISO-8859-1 or CP1252 files any more (in Windows). This has worked in the svn_r2188 (interim) build.
Strange, between r2188 and the release were no changes related to that. Can you send me some example files? Ideally in an archive to keep them as they are. Thanks.
I have a suggestion for the problem of an unrecognized encoding in a file: Set the encoding to "none" and open it anyway (this works from the
What exactly do you mean by "unrecognized"? The problem is to know when an encoding wasn't recognized correctly. If we would know that, we could do recheck or something to correct the first try. But since there seems to be no sane way to get the real correct encoding for a file it's always only guessing. If Geany is sure, the encoding can't be detected or the file can't be open correctly, Geany already prints an error dialog with an (hopefully) appropiate message and marks the file read-only to indicate something went wrong.
Regards, Enrico
Hi,
i've build geany 0.13 succesfully on my system. After i start geany, geany looks like it's an homage to gnome 1.x (GTK 1.x). But i don't think it's intended to looks like this.
./configure sais :
Install Geany in : /usr/local Using GTK version : 2.10.14 Build with GTK printing support : yes Build with plugin support : yes Use virtual terminal support : yes Use (UNIX domain) socket support : yes
Configuration is done OK.
Anybody have some hints to do it right (so geany have the gtk2 look) ?
so, i'm looking forward to any answer and thanks for the time that it takes...
with best regards
johannes d.
On Feb 5, 2008 2:28 PM, Johannes Deutsch j_deutsch@web.de wrote:
Hi,
i've build geany 0.13 succesfully on my system. After i start geany, geany looks like it's an homage to gnome 1.x (GTK 1.x). But i don't think it's intended to looks like this.
Hi,
What does running the following command tell you? :
ldd `which geany` | grep gtk
On my Ubuntu system, I get `libgtk-x11-2.0.so.0`, and everything looks as it should.
---John
first of all thank you John for your fast reply!
Am Dienstag, den 05.02.2008, 16:38 -0500 schrieb John Gabriele:
On Feb 5, 2008 2:28 PM, Johannes Deutsch j_deutsch@web.de wrote:
Hi,
i've build geany 0.13 succesfully on my system. After i start geany, geany looks like it's an homage to gnome 1.x (GTK 1.x). But i don't think it's intended to looks like this.
Hi,
What does running the following command tell you? :
ldd `which geany` | grep gtk
ldd `which geany` | grep gtk (geany 0.12 is actually on my system and have the gtk2 look): libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c0e000)
ldd ~/src/geany-0.13/src/geany | grep gtk : libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7c5f000)
ok, i see that geany-0.13 uses another library! Maybe someone can tell me how i can change it!?
so, thx in advance
with best regards
johannes d.
On my Ubuntu system, I get `libgtk-x11-2.0.so.0`, and everything looks as it should.
---John _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Feb 6, 2008 5:39 AM, Johannes Deutsch j_deutsch@web.de wrote:
ldd `which geany` | grep gtk (geany 0.12 is actually on my system and have the gtk2 look): libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c0e000)
ldd ~/src/geany-0.13/src/geany | grep gtk : libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7c5f000)
ok, i see that geany-0.13 uses another library! Maybe someone can tell me how i can change it!?
What does this do:
LD_LIBRARY_PATH=/usr/lib ldd ~/src/geany-0.13/src/geany | grep gtk
If it works , maybe you can just start geany from a script, e.g.
export LD_LIBRARY_PATH=/usr/lib ~/src/geany-0.13/src/geany $@
- Jeff
On Wed, 06 Feb 2008 12:39:52 +0100, Johannes Deutsch j_deutsch@web.de wrote:
Hi,
i've build geany 0.13 succesfully on my system. After i start geany, geany looks like it's an homage to gnome 1.x (GTK 1.x). But i don't think it's intended to looks like this.
Hi,
What does running the following command tell you? :
ldd `which geany` | grep gtk
ldd `which geany` | grep gtk (geany 0.12 is actually on my system and have the gtk2 look): libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c0e000)
ldd ~/src/geany-0.13/src/geany | grep gtk : libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7c5f000)
ok, i see that geany-0.13 uses another library! Maybe someone can tell me how i can change it!?
Do you have installed two separate GTK versions on purpose? Maybe you can also set the path for the pkg-config tool when you configure Geany, e.g. cd ~/src/geany-0.13/ PGK_CONFIG_PATH=/usr/lib/pkgconfig ./configure
I'm not sure whether this really works and if the created geany binary is really linked against the GTK libs in /usr/lib. I have never tried to have more than on GTK installation on my system ;-).
Regards, Enrico
thanks Jeff and Enrico,
i have tried your tipps, but none works. Now i've linked another program with my gtk+-2.10.14 :( and it's the same problem!
so it's time to change the mailing-list...
but nevertheless i'll happy about any solutions ;)
best regards
On Wed, 06 Feb 2008 12:39:52 +0100, Johannes Deutsch j_deutsch@web.de wrote:
Hi,
i've build geany 0.13 succesfully on my system. After i start geany, geany looks like it's an homage to gnome 1.x (GTK 1.x). But i don't think it's intended to looks like this.
Hi,
What does running the following command tell you? :
ldd `which geany` | grep gtk
ldd `which geany` | grep gtk (geany 0.12 is actually on my system and have the gtk2 look): libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c0e000)
ldd ~/src/geany-0.13/src/geany | grep gtk : libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7c5f000)
ok, i see that geany-0.13 uses another library! Maybe someone can tell me how i can change it!?
Do you have installed two separate GTK versions on purpose? Maybe you can also set the path for the pkg-config tool when you configure Geany, e.g. cd ~/src/geany-0.13/ PGK_CONFIG_PATH=/usr/lib/pkgconfig ./configure
I'm not sure whether this really works and if the created geany binary is really linked against the GTK libs in /usr/lib. I have never tried to have more than on GTK installation on my system ;-).
Regards, Enrico
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Wed, 06 Feb 2008 19:56:50 +0100, Johannes Deutsch j_deutsch@web.de wrote:
Hi,
i have tried your tipps, but none works. Now i've linked another program with my gtk+-2.10.14 :( and it's the same problem!
Hmmm, two questions: a) why do you have two GTK versions installed? Do you need both? b) why doesn't use the GTK installation in /usr/local your user settings (i.e. the style settings other GTK on your system use)?
Regards, Enrico
Am Mittwoch, den 06.02.2008, 20:30 +0100 schrieb Enrico Tröger:
On Wed, 06 Feb 2008 19:56:50 +0100, Johannes Deutsch j_deutsch@web.de wrote:
Hi,
i have tried your tipps, but none works. Now i've linked another program with my gtk+-2.10.14 :( and it's the same problem!
Hmmm, two questions: a) why do you have two GTK versions installed? Do you need both?
cause i'm worry about the functionality of my, with gtk 2.x compiled, programs
b) why doesn't use the GTK installation in /usr/local your user settings (i.e. the style settings other GTK on your system use)?
i always want to have the newest programs on my system :) straight against the slogan : "never change a winning team"
Regards, Enrico
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Thu, 07 Feb 2008 00:01:37 +0100, Johannes Deutsch j_deutsch@web.de wrote:
b) why doesn't use the GTK installation in /usr/local your user settings (i.e. the style settings other GTK on your system use)?
i always want to have the newest programs on my system :) straight against the slogan : "never change a winning team"
;-). But I'm still wondering why the second GTK installation doesn't use your user's theme. Do you have a ~/.gtkrc-2.0 file?
Regards, Enrico
On Thu, 7 Feb 2008 15:24:32 +0100 Enrico Tröger enrico.troeger@uvena.de wrote:
On Thu, 07 Feb 2008 00:01:37 +0100, Johannes Deutsch j_deutsch@web.de wrote:
b) why doesn't use the GTK installation in /usr/local your user settings (i.e. the style settings other GTK on your system use)?
i always want to have the newest programs on my system :) straight against the slogan : "never change a winning team"
;-). But I'm still wondering why the second GTK installation doesn't use your user's theme. Do you have a ~/.gtkrc-2.0 file?
Could be problems with theme .so engine files?
Regards, Enrico
Am Donnerstag, den 07.02.2008, 09:03 -0700 schrieb Michal Kurgan:
On Thu, 7 Feb 2008 15:24:32 +0100 Enrico Tröger enrico.troeger@uvena.de wrote:
On Thu, 07 Feb 2008 00:01:37 +0100, Johannes Deutsch j_deutsch@web.de wrote:
b) why doesn't use the GTK installation in /usr/local your user settings (i.e. the style settings other GTK on your system use)?
i always want to have the newest programs on my system :) straight against the slogan : "never change a winning team"
;-). But I'm still wondering why the second GTK installation doesn't use your user's theme. Do you have a ~/.gtkrc-2.0 file?
Could be problems with theme .so engine files?
Yes, gtk was missing the engines :( compiling a compatible engine and moving it into the engine/ dir solved the problem
so, thanks for your help ;)
Regards, Enrico
Enrico Tröger a écrit :
Hi all,
Geany 0.13 is available!
Hi all, thanks for the new version and all the exciting features.
It seems like the french translation wasn't updated ? The changelog in svn shows it should have been (2008-02-02) but the svn still has the 3 weeks old version (as the 0.13 release files do).
Sorry for not having noticed it before the release :/