Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Sat, 26 May 2012 23:14:25
Commit: 915bb5989e2a77469c02a17555f01e8d657dab88
https://github.com/geany/geany/commit/915bb5989e2a77469c02a17555f01e8d657da…
Log Message:
-----------
Update NEWS to reflect current status
Modified Paths:
--------------
NEWS
Modified: NEWS
55 files changed, 55 insertions(+), 0 deletions(-)
===================================================================
@@ -1,11 +1,66 @@
Geany 1.22 (unreleased)
+ General
+ * Bump dependencies to GTK >= 2.16 and GLib >= 2.20.
+ * Switch to Glade 3 and dynamically loaded XML UI description.
+ * Rewrite theming support for better flexibility.
+ * Add support from opening files read-only from the command line.
+ * Always load the default session if configured to do so.
+
+ Bug fixes
+ * Fix escaping of session file paths (#3425969).
+ * Fix closing when minimized under Windows (#3421282).
+ * Properly handle remote URIs received through drag 'n drop
+ (#2966770, #3479567).
+ * Fix build with bleeding-edge GLib (#3483388).
+
+ Pref
+ * Split "always wrap search and hide find dialog" pref into
+ "always wrap search" and "hide find dialog" (Dimitar Zhekov).
+
+ Interface
+ * Add support for switching to the last used document after closing
+ a tab (Jiří Techet).
+ * Add support for user-defined labels for custom commands.
+ * Fix sidebar width when on the right (#3514436).
+
Editor
* Update Scintilla to version 2.29.
+ * Add a "join lines" command (Eugene Arshinov).
+ * Hide autocompletion when the only entry has been typed (#3516212).
Search
+ * Add full PCRE regular expressions support.
* Extra options passed to grep through Find in Files now follows a
real shell-style syntax (#3516263).
+ * Search pattern length is no longer limited to 248 characters.
+
+ Filetypes
+ * Add support for regex-based filetype detection.
+ * C snippets no longer applies to all filetypes.
+ * Improve support for HTML embedded filetypes (#2863829, #3127598).
+ * Add filetype Objective-C (Elias Pschernig, P#3325139).
+ * Fix highlighting of ``...R"`` inside C and C++ (#3425107).
+ * Fix TCL keyword highlighting in some situations (#3432877).
+ * Parse PHP functions with multiline argument list (#3037797).
+ * Handle ``/bin/dash`` shebang (#3470986).
+
+ Plugins
+ * Split Window: show marker margin.
+ * Split Window: enable basic context menu.
+
+ API:
+ * Add ui_hookup_object() and ui_lookup_object().
+ * Add ui_lookup_stock_label().
+ * Add build_{activate,get_current,remove,set}_menu_item(),
+ build_get_group_count().
+ * Rename signal "project-dialog-create" to "project-dialog-open" and
+ add new "project-dialog-close" signal.
+ * Add stash_group_free_settings().
+
+ Internationalisation:
+ * Add translations: ar, id, lt, mn, nn, sk
+ * Update translations: de, hu, it, kk, pl, sl, sv, 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: Fri, 25 May 2012 17:47:10
Commit: cf3139de03d7c3b8916b3e22528766c8abd0f6e7
https://github.com/geany/geany/commit/cf3139de03d7c3b8916b3e22528766c8abd0f…
Log Message:
-----------
Use the same pointer type for all pointers in tm_tags_merge()
This prevents GCC from complaining about implicit casts and comparisons
between different pointer types. It also makes the code a little less
bound at dealing with TMTags.
Modified Paths:
--------------
tagmanager/tm_tag.c
Modified: tagmanager/tm_tag.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -578,7 +578,7 @@ gboolean tm_tags_custom_dedup(GPtrArray *tags_array, TMTagCompareFunc compare_fu
gboolean tm_tags_merge(GPtrArray *tags_array, gsize orig_len,
TMTagAttrType *sort_attributes, gboolean dedup)
{
- TMTag **copy, **a, **b;
+ gpointer *copy, *a, *b;
gsize copy_len, i;
if ((!tags_array) || (!tags_array->len) || orig_len >= tags_array->len)
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/towerbyte_microtraining_120524
Author: frlan <frank(a)frank.uvena.de>
Committer: frlan <frank(a)frank.uvena.de>
Date: Thu, 24 May 2012 08:42:05
Commit: 4bb1561cc9f12dd729fb5af83289919ce6e48a64
https://github.com/geany/talks/commit/4bb1561cc9f12dd729fb5af83289919ce6e48…
Log Message:
-----------
Fixing a couple of typos
Modified Paths:
--------------
german/tex/include/einordnung.tex
german/tex/include/features.tex
Modified: german/tex/include/einordnung.tex
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,6 +1,6 @@
\section[Einordnung]{Einordnung von Geany}
\begin{frame}
- \frametitle{Geany in die Welt von Anjuta, emacs, vim \& co}
+ \frametitle{Geany in der Welt von Anjuta, emacs, vim \& co}
\begin{block}{Was ist Geany?}
\begin{itemize}
\item Editor mit Funktionen einer Entwicklungsumgebung (IDE)
@@ -9,7 +9,7 @@
\item Ziel: Geringe Systemanforderungen und wenige
Abhängigkeiten zu anderen Paketen
\item Realisiert in C mit Teilen in C++
- \item Basierend auf Scintilla und GTK2 ($>=$ 2.12)
+ \item Basierend auf Scintilla und GTK2 ($>=$ 2.16)
\item Lizenz: GPLv2+
\end{itemize}
\end{block}
Modified: german/tex/include/features.tex
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -28,7 +28,7 @@ \section{Features}
\begin{itemize}
\item Symbolbrowser zum einfachen Navigieren innerhalb
eines Dokumentes
- \item Funktion zum Springen zur Definition/Dekleration
+ \item Funktion zum Springen zur Definition/Deklaration
einer Funktion
\item Öffnen einer verlinkten Datei über das Kontextmenü
\end{itemize}
@@ 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: frlan <frank(a)frank.uvena.de>
Committer: frlan <frank(a)frank.uvena.de>
Date: Thu, 24 May 2012 08:41:13
Commit: a6aa2362b7a5ef90e3dac709e95de8b3aa310a53
https://github.com/geany/talks/commit/a6aa2362b7a5ef90e3dac709e95de8b3aa310…
Log Message:
-----------
Fixing a couple of typos
Modified Paths:
--------------
german/tex/include/einordnung.tex
german/tex/include/features.tex
Modified: german/tex/include/einordnung.tex
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,6 +1,6 @@
\section[Einordnung]{Einordnung von Geany}
\begin{frame}
- \frametitle{Geany in die Welt von Anjuta, emacs, vim \& co}
+ \frametitle{Geany in der Welt von Anjuta, emacs, vim \& co}
\begin{block}{Was ist Geany?}
\begin{itemize}
\item Editor mit Funktionen einer Entwicklungsumgebung (IDE)
@@ -9,7 +9,7 @@
\item Ziel: Geringe Systemanforderungen und wenige
Abhängigkeiten zu anderen Paketen
\item Realisiert in C mit Teilen in C++
- \item Basierend auf Scintilla und GTK2 ($>=$ 2.12)
+ \item Basierend auf Scintilla und GTK2 ($>=$ 2.16)
\item Lizenz: GPLv2+
\end{itemize}
\end{block}
Modified: german/tex/include/features.tex
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -28,7 +28,7 @@ \section{Features}
\begin{itemize}
\item Symbolbrowser zum einfachen Navigieren innerhalb
eines Dokumentes
- \item Funktion zum Springen zur Definition/Dekleration
+ \item Funktion zum Springen zur Definition/Deklaration
einer Funktion
\item Öffnen einer verlinkten Datei über das Kontextmenü
\end{itemize}
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).