SF.net SVN: geany: [882] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Wed Oct 11 16:42:53 UTC 2006
Revision: 882
http://svn.sourceforge.net/geany/?rev=882&view=rev
Author: eht16
Date: 2006-10-11 09:42:46 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
Updated section about session files limit.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.docbook
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-10-11 16:35:21 UTC (rev 881)
+++ trunk/ChangeLog 2006-10-11 16:42:46 UTC (rev 882)
@@ -1,6 +1,7 @@
2006-10-11 Enrico Tröger <enrico.troeger at uvena.de>
* src/keyfile.c, src/geany.h: Removed hard limit of session files.
+ * doc/geany.docbook: Updated section about session files limit.
2006-10-10 Enrico Tröger <enrico.troeger at uvena.de>
Modified: trunk/doc/geany.docbook
===================================================================
--- trunk/doc/geany.docbook 2006-10-11 16:35:21 UTC (rev 881)
+++ trunk/doc/geany.docbook 2006-10-11 16:42:46 UTC (rev 882)
@@ -3,10 +3,10 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY app "Geany">
<!ENTITY app_small "geany">
-<!ENTITY appversion "0.9">
+<!ENTITY appversion "0.10">
<!ENTITY appurl "http://geany.uvena.de">
<!ENTITY author_mail "enrico.troeger at uvena.de">
-<!ENTITY date "September 29, 2006">
+<!ENTITY date "October 11, 2006">
<!ENTITY legal SYSTEM "geany_gpl.docbook">
<!ENTITY scikeybinding SYSTEM "scikeybinding.docbook">
]>
@@ -332,14 +332,13 @@
<section id="general_startup">
<title>Startup</title>
<para>
- At startup, &app; loads the first 15 files from the last time
+ At startup, &app; loads all files from the last time
<application>&app;</application> was launched. You can disable this feature in the
preferences dialog(see <xref linkend="confdialog_gen"/>). 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. This contains the last
- 15 recently opened files. It may be that &app; loads not exactly 15 session files, this depends
- on the compile time option GEANY_SESSION_FILES; the default is 15. For details see
- <xref linkend="cto"/>.
+ 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 amount of recently opened
+ files in the preferences dialog.
</para>
<para>
You can start several instances of Geany, but only the first will load files
@@ -691,17 +690,6 @@
</thead>
<tbody>
<row>
- <entry>GEANY_MAX_OPEN_FILES</entry>
- <entry>The limit to how many files can be open at the same time.</entry>
- <entry>25</entry>
- </row>
- <row>
- <entry>GEANY_SESSION_FILES</entry>
- <entry>How many files should be reopened from the last run. Obviously,
- the value should be smaller than GEANY_MAX_OPEN_FILES.</entry>
- <entry>15</entry>
- </row>
- <row>
<entry>GEANY_WORDCHARS</entry>
<entry>These characters define word boundaries.</entry>
<entry>(look at sourcecode)</entry>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list