Hi plugin-developers!
As with the release of Geany 0.20 we are also near to the release of
the combined plugins package I'd like to ask you to put your
mentionable changes on plugins into NEWS files of geany-plugins-trunk.
Thanks in advance ;)
Cheers,
Frank
--
http://frank.uvena.de/en/
Hi all,
We are happy to announce a new release of Geany!
For a more detailed list of changes, please see:
http://www.geany.org/Documentation/ReleaseNotes
Some of the highlights:
* Improve compatibility with GVFS using GIO to save documents (Alexey
Antipov).
* Fix sometimes crashing when closing a modified document and choosing
Save.
* Reorganise Find in Files dialog and add Files pattern to filter
search results.
* Show mimetype icon in sidebar Documents list and notebook popup menu
(Colomban Wendling).
* Add per-document indent width setting (Jiří Techet).
* Fix passing quoted arguments when using 'Send Selection to'. This
means e.g. sed 's/\./(dot)/g' now works.
* Add alternative color scheme based on Python colors
(View->Editor->Color Schemes - not all filetypes supported yet).
* Auto-indent after an HTML/XML line without a closing tag (Eugene
Arshinov).
* Add Forth filetype (Thomas Huth).
* Add Lisp filetype (Mário Silva).
* Add Erlang filetype (Taylor Venable).
* Add translations: kk.
* Update translations: cs, de, en_GB, es, fi, fr, hu, ja, nl, pt, sl,
sv, tr, zh_CN.
We want to thank all translators and everyone who contributed to this
release with patches, feedback, bug reports and so on. Thank you!
Source tarballs can be found on http://download.geany.org. Windows
binaries should follow soon.
Regards,
Nick
Greetings list!
I've searched the source tree and website for information on how the
installer package is built for Windows. Specifically, I would like to
know what kind of command line options are available to assist in silent
installations [1]. I figured (naively?) that looking up the the
installer spec/configure/scripts would be the easiest way to find out.
But now I'm at a loss, since even the "Building on Windows" [2] document
on the website does not contain any information on building the
installer package, nor how it is built for the official releases.
On to my questions: How is the installer package built? Are there any
command line options for it? I would like one that disables the
installation of the shortcuts on the Desktop and Quick Launch.
[1] http://wpkg.org/Geany
[2] http://www.geany.org/Support/BuildingOnWin32