Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Mon, 18 Jun 2012 13:19:31
Commit: 03c66d5b513ee11cf37e591fd13f87ac468c9f1d
https://github.com/geany/geany/commit/03c66d5b513ee11cf37e591fd13f87ac468c9…
Log Message:
-----------
Consistently use US wording
Modified Paths:
--------------
NEWS
Modified: NEWS
10 files changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -6,13 +6,13 @@ Geany 1.22 (unreleased)
* Rewrite theming support for better flexibility.
* Add support for opening files read-only from the command line.
* Always load the default session if configured to do so.
- * Make all filetypes use named styles to simplify colour scheme
+ * Make all filetypes use named styles to simplify color scheme
authoring.
* Make 'Replace Spaces by Tabs' only match leading spaces to
preserve alignment.
Possibly incompatible changes
- * Theming and filetype style changes mean old filetypes and colour
+ * Theming and filetype style changes mean old filetypes and color
schemes are not compatible with this version of Geany.
* There are some default keybinding changes but these will only
apply to newly created configurations.
@@ -24,7 +24,7 @@ Geany 1.22 (unreleased)
* Properly handle remote URIs received through drag 'n drop
(#2966770, #3479567).
* Fix build with bleeding-edge GLib (#3483388).
- * Fix colour scheme selection in Ubuntu Unity (#3479674).
+ * Fix color scheme selection in Ubuntu Unity (#3479674).
* Fix very slow regex tag parsing on Windows (e.g. for HTML).
* Fix detecting a changed file on disk when opening from
the command-line (Windows).
@@ -106,10 +106,10 @@ Geany 1.22 (unreleased)
* Add stash_group_free_settings().
* Add support for plugins written in C++.
- Internationalisation:
+ Internationalization:
* Add translations: ar, id, lt, mn, nn, sk
* Update translations: de, es, fr, hu, it, ja, kk, lt, nl, pl, pt,
- pt_BR, sk, sl, sv, tr, zh_CN, zh_TW
+ pt_BR, sk, sl, sv, tr, zh_CN, zh_TW
Geany 0.21 (October 2, 2011)
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Mon, 18 Jun 2012 13:18:52
Commit: 3ff2f3409833213c386623f09fc19a7e27cc4743
https://github.com/geany/geany/commit/3ff2f3409833213c386623f09fc19a7e27cc4…
Log Message:
-----------
Add a few missing NEWS entries
Modified Paths:
--------------
NEWS
Modified: NEWS
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -29,12 +29,16 @@ Geany 1.22 (unreleased)
* Fix detecting a changed file on disk when opening from
the command-line (Windows).
* Fix quick search entry behavior on Windows.
+ * Fix keybindings conflicts check when swapping a binding.
+ * Fix comments insertion in some cases (#3449635, #3534320).
* Add missing Windows mio makefile.
Prefs
* Split "always wrap search and hide find dialog" pref into
"always wrap search" and "hide find dialog" (Dimitar Zhekov).
* Add Project Properties overrides for 'Saving files' prefs.
+ * Add hidden VTE preference "send_cmd_prefix" to prefix commands sent
+ to the VTE. (See the manual for details).
Interface
* Add support for switching to the last used document after closing
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Sun, 17 Jun 2012 21:33:08
Commit: c037f01d0d831884dcca0bb50064a60eb7c14d4c
https://github.com/geany/geany/commit/c037f01d0d831884dcca0bb50064a60eb7c14…
Log Message:
-----------
Remove obsolete redundant dist-bzip2 build system target
Automake provides dist-bzip2 since at least version 1.8, so remove our
own target. Moreover bzip2 distributions are a little obsolescent now
Xz is available and spread enough.
Modified Paths:
--------------
Makefile.am
Modified: Makefile.am
6 files changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -100,12 +100,6 @@ dist-hook:
fi
-BZIP2_ENV =--best
-
-dist-bzip2: distdir
- BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
- -rm -rf $(distdir)
-
sign:
if test -f $(PACKAGE)-$(VERSION).tar.gz; then \
gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.gz; fi
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).