Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Fri, 24 Feb 2012 21:01:08
Commit: 795ee4cf4bea525814b5793a6771d3da78f6c863
https://github.com/geany/geany/commit/795ee4cf4bea525814b5793a6771d3da78f6c…
Log Message:
-----------
Merge pull request #28 from RetroX/patch-1
Added size_t, ptrdiff_t, intN_t to filetypes.cpp.
Modified Paths:
--------------
data/filetypes.cpp
Modified: data/filetypes.cpp
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -3,7 +3,7 @@
[keywords]
# all items must be in one line
-primary=alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const constexpr const_cast continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq
+primary=alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int int8_t int16_t int32_t int64_t long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected ptrdiff_t public register reinterpret_cast return short signed sizeof size_t static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq
secondary=
# these are some doxygen keywords (incomplete)
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo tparam typedef var version warning union
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Alex Charron <classixretrox(a)gmail.com>
Committer: Alex Charron <classixretrox(a)gmail.com>
Date: Fri, 24 Feb 2012 20:29:17
Commit: 5fb7522b723b63a4eccdc9b1f13f1f44fb8c5f7c
https://github.com/geany/geany/commit/5fb7522b723b63a4eccdc9b1f13f1f44fb8c5…
Log Message:
-----------
Added size_t, ptrdiff_t, intN_t to filetypes.cpp.
Modified Paths:
--------------
data/filetypes.cpp
Modified: data/filetypes.cpp
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -3,7 +3,7 @@
[keywords]
# all items must be in one line
-primary=alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const constexpr const_cast continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected public register reinterpret_cast return short signed sizeof static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq
+primary=alignas alignof and and_eq asm auto bitand bitor bool break case catch char char16_t char32_t class compl const const_cast constexpr continue decltype default delete do double dynamic_cast else enum explicit export extern false final float for friend goto if inline int int8_t int16_t int32_t int64_t long mutable namespace new noexcept not not_eq nullptr operator or or_eq override private protected ptrdiff_t public register reinterpret_cast return short signed sizeof size_t static static_assert static_cast struct switch template this thread_local throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq
secondary=
# these are some doxygen keywords (incomplete)
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo tparam typedef var version warning union
--------------
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: Wed, 22 Feb 2012 13:58:47
Commit: 9fa6cfe47b606c447d8820613623a5a80b761cc0
https://github.com/geany/geany/commit/9fa6cfe47b606c447d8820613623a5a80b761…
Log Message:
-----------
Rebuild HTML manual
Modified Paths:
--------------
doc/geany.html
Modified: doc/geany.html
19 files changed, 9 insertions(+), 10 deletions(-)
===================================================================
@@ -929,16 +929,15 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2>
<h3><a class="toc-backref" href="#id29">Startup</a></h3>
<p>At startup, Geany loads all files from the last time Geany was
launched. You can disable this feature in the preferences dialog
-(see <a class="reference internal" href="#general-startup-preferences">General Startup preferences</a>). If you specify some
-files on the command line, only these files will be opened, but you
-can find the files from the last session in the file menu under the
-"Recent files" item. By default this contains the last 10 recently
-opened files. You can change the number of recently opened files in
-the preferences dialog.</p>
+(see <a class="reference internal" href="#general-startup-preferences">General Startup preferences</a>).</p>
<p>You can start several instances of Geany, but only the first will
-load files from the last session. To run a second instance of Geany,
-do not specify any filenames on the command-line, or disable opening
-files in a running instance using the appropriate command line option.</p>
+load files from the last session. In the subsequent instances, you
+can find these files in the file menu under the "Recent files" item.
+By default this contains the last 10 recently opened files. You can
+change the number of recently opened files in the preferences dialog.</p>
+<p>To run a second instance of Geany, do not specify any filenames on
+the command-line, or disable opening files in a running instance
+using the appropriate command line option.</p>
</div>
<div class="section" id="opening-files-from-the-command-line-in-a-running-instance">
<h3><a class="toc-backref" href="#id30">Opening files from the command-line in a running instance</a></h3>
@@ -6769,7 +6768,7 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2>
<div class="footer">
<hr class="footer" />
<a class="reference external" href="geany.txt">View document source</a>.
-Generated on: 2012-01-25 12:42 UTC.
+Generated on: 2012-02-22 13:58 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Wed, 22 Feb 2012 13:54:59
Commit: 373734980b1ad8ab9990eae87e1a3dfc42537d05
https://github.com/geany/geany/commit/373734980b1ad8ab9990eae87e1a3dfc42537…
Log Message:
-----------
altered Geany manual "Startup" to reflect that the default session is loaded even if opening file(s)
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
18 files changed, 9 insertions(+), 9 deletions(-)
===================================================================
@@ -424,17 +424,17 @@ Startup
At startup, Geany loads all files from the last time Geany was
launched. You can disable this feature in the preferences dialog
-(see `General Startup preferences`_). If you specify some
-files on the command line, only these files will be opened, but you
-can find the files from the last session in the file menu under the
-"Recent files" item. By default this contains the last 10 recently
-opened files. You can change the number of recently opened files in
-the preferences dialog.
+(see `General Startup preferences`_).
You can start several instances of Geany, but only the first will
-load files from the last session. To run a second instance of Geany,
-do not specify any filenames on the command-line, or disable opening
-files in a running instance using the appropriate command line option.
+load files from the last session. In the subsequent instances, you
+can find these files in the file menu under the "Recent files" item.
+By default this contains the last 10 recently opened files. You can
+change the number of recently opened files in the preferences dialog.
+
+To run a second instance of Geany, do not specify any filenames on
+the command-line, or disable opening files in a running instance
+using the appropriate command line option.
Opening files from the command-line in a running instance
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 19 Feb 2012 09:30:31
Commit: 4b1a3b39d43740899400e957d7e30ae2073f89cf
https://github.com/geany/geany/commit/4b1a3b39d43740899400e957d7e30ae2073f8…
Log Message:
-----------
Small changes on function documentation of ui_lookup_stock_label() as doxygen complained a bit
Modified Paths:
--------------
src/ui_utils.c
Modified: src/ui_utils.c
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -2784,9 +2784,9 @@ void ui_focus_current_document(void)
}
-/** Finds the label text associated with @a stock_id.
- * @p stock_id e.g. @c GTK_STOCK_OPEN.
- * @return .
+/** Finds the label text associated with stock_id
+ * @param stock_id stock_id to lookup e.g. @c GTK_STOCK_OPEN.
+ * @return The label text for stock
* @since Geany 1.22 */
const gchar *ui_lookup_stock_label(const gchar *stock_id)
{
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).