182 Commits

Author SHA1 Message Date
Frank Lanitz
fa0a034d97 Update of German translation 2015-11-01 18:58:14 +01:00
Frank Lanitz
459983ed15 Update of Portuguese translation 2015-10-20 22:42:38 +02:00
Frank Lanitz
932e98fa91 Update of Greek translation 2015-10-04 12:24:39 +02:00
Frank Lanitz
31325bb231 Update of Swedish translation 2015-08-06 09:02:46 +02:00
Colomban Wendling
a50306cab3 Post release version bump
Say hello to Geany 1.26 "Rosset"!
2015-07-12 19:48:50 +02:00
Colomban Wendling
7d9264a6e7 Set release date 2015-07-12 18:04:56 +02:00
elextr
b891c84582 Update NEWS to mention windows command quoting 2015-07-12 14:42:11 +02:00
Colomban Wendling
c021447394 Fix a few typos in NEWS 2015-07-12 01:48:56 +02:00
Colomban Wendling
676f3794fc Merge pull request #553 from b4n/no-reload-maintain-history-by-default
Disable "maintain history on reload" by default
2015-07-11 22:34:41 +02:00
Colomban Wendling
73822e77ec Merge pull request #556 from b4n/gtk3-in-news
Replace references to GTK2 with GTK+ and "stabilize" GTK3 in NEWS
2015-07-11 22:22:09 +02:00
Colomban Wendling
e0eb176418 Mention that GTK3 version is not experimental anymore 2015-07-10 23:00:22 +02:00
Colomban Wendling
7a91a8661d spawn: Do not export unnecessary API
Hide spawn_get_program_name(), spawn_async_with_pipes() and
spawn_get_exit_status_cb(), which are not used by anyone else and
should not be part of the plugin API unless explicitly required.

See http://lists.geany.org/pipermail/devel/2015-June/thread.html#9521

Note: this duplicates some documentation when a now hidden function was
referred to.
2015-07-10 18:24:23 +02:00
Colomban Wendling
cea34734c4 Update NEWS 2015-07-08 18:39:53 +02:00
Colomban Wendling
6f5d5db2cb Disable "maintain history on reload" by default
While the feature is nice, it might be unexpected and lacks user
feedback.  This might lead to user thinking they lost their work
because they don't know they can undo the reload operation.

So, disable the feature by default until we introduce appropriate user
feedback allowing the user to learn about the feature and new behavior.

See http://lists.geany.org/pipermail/devel/2015-June/thread.html#9537
2015-07-08 17:54:34 +02:00
Colomban Wendling
6ebf90ad1d Add an explicit entry about libgeany in the NEWS 2015-07-05 02:04:22 +02:00
Colomban Wendling
4b9f816a03 Update NEWS
Note that although the last Scintilla update was a pre-release update,
the final 3.5.6 release has no changes.
2015-05-26 13:26:52 +02:00
Colomban Wendling
19da68e1d0 Fix a small typo in NEWS 2015-05-24 18:32:09 +02:00
Colomban Wendling
3e42c9b05b Initial NEWS update to prepare for 1.25 2015-05-21 22:40:32 +02:00
Colomban Wendling
6cba1e0a47 Merge branch '1.24' 2014-04-16 18:58:31 +02:00
Colomban Wendling
b0cdf31d90 Set release date 2014-04-16 17:19:06 +02:00
Colomban Wendling
a851f87a62 Update NEWS 2014-04-15 14:59:07 +02:00
Colomban Wendling
15a2366e36 Revision bump 2014-04-15 14:59:07 +02:00
Colomban Wendling
24f2363fb7 Post release version bump
Say hello to Geany 1.25 "Veed"!
2014-04-13 19:33:23 +02:00
Colomban Wendling
6f56bdd32d Set release date 2014-04-13 18:00:39 +02:00
Colomban Wendling
ec3cc4dcbe Add a few more bug references in NEWS 2014-04-13 17:26:53 +02:00
Enrico Tröger
d52a918e3e Add missing items, remove duplicates and fix typos 2014-04-13 17:16:56 +02:00
Enrico Tröger
3533584d1e Add eht16's changes
These are way too few changes from me over a one-year period :(.
2014-04-13 16:02:14 +02:00
Colomban Wendling
00fbbced25 Add some missing NEWS items 2014-04-13 15:51:06 +02:00
Colomban Wendling
725cf3ea5b Update NEWS for missing translation updates 2014-04-13 15:51:06 +02:00
Frank Lanitz
9462367afc Fix a little typo on NEWS 2014-04-13 14:44:55 +02:00
Frank Lanitz
6fce95cb10 Update list of updated translation of NEWS file 2014-04-12 20:11:28 +02:00
Frank Lanitz
f74b4ed494 Update of Portuguese translation 2014-04-11 23:30:00 +02:00
Frank Lanitz
2cde2cc5f7 Adding tr update to NEWS file 2014-04-10 22:21:15 +02:00
Frank Lanitz
264d2ad6bd Add Dutch translation update to NEWS 2014-04-10 09:12:50 +02:00
Frank Lanitz
6a432d2a9b Update NEWS with recent translation updates 2014-04-09 19:02:58 +02:00
Colomban Wendling
de2eaa38ab Update NEWS 2014-04-09 18:14:36 +02:00
Colomban Wendling
ab6390fc8c Update NEWS with newer changes 2014-04-08 14:50:15 +02:00
Frank Lanitz
60af2f1bcd Update NEWS files for more updated translations 2014-03-31 20:53:08 +02:00
Frank Lanitz
cf3da8c661 Update NEWS files for more updated translations 2014-03-30 20:52:21 +02:00
Frank Lanitz
c96e09f76f Update of Slovak translation 2014-03-18 19:57:26 +01:00
Colomban Wendling
7205b83abf Update NEWS for Rust filetype 2014-01-14 21:14:37 +01:00
Frank Lanitz
99e07cd294 Swedish translation has also been updated for 1.24 2013-12-27 12:00:28 +01:00
Colomban Wendling
4c8d2fb928 Fix handling of --list-documents when no other instance are running
Properly exit when passed --list-documents, even if no other instance
were already running.  This makes this option behave the same in any
case, making it easier to use in e.g. scripts.
2013-12-19 20:45:25 +01:00
Colomban Wendling
3693889c48 Update NEWS 2013-12-17 22:18:28 +01:00
Colomban Wendling
8d20c59611 Update NEWS 2013-09-18 15:15:53 +02:00
Colomban Wendling
8498957cf1 Update Scintilla to version 3.3.3 2013-06-06 16:31:47 +02:00
Frank Lanitz
7a07323f8a Update of German translation 2013-05-22 09:41:43 +02:00
Frank Lanitz
572a0f808c Updating NEWS-file a bit with recent changes done by frlan 2013-05-22 09:19:21 +02:00
Colomban Wendling
8916a8e092 Merge NEWS from 1.23.1 release 2013-05-19 16:13:51 +02:00
Colomban Wendling
058bbc5368 Update NEWS 2013-03-16 16:49:53 +01:00