<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,10 @@
 2008-04-29  Tom ten Thij  &lt;mail@tomtenthij.nl&gt;
 
 	* rails.el: [#12451] Optional disablement ruby-electric-mode &lt;pezra&gt;, upping
-	max-lisp-eval-depth to allow navigation to work with larger number of files.
+	max-lisp-eval-depth to allow navigation to work with larger number of files,
+	defined rails-number-of-lines-shown-when-opening-log-file
+	* rails-log.el: number of lines initially shown when opening log file as
+	specified by rails-number-of-lines-shown-when-opening-log-file
 
 2008-03-03  Dmitry Galinsky  &lt;dima.exe@gmail.com&gt;
 </diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -48,6 +48,7 @@
     (start-process &quot;tail&quot;
                    buffer
                    &quot;tail&quot;
+		   &quot;-n&quot; (message &quot;%d&quot; rails-number-of-lines-shown-when-opening-log-file)
                    &quot;-f&quot; (rails-core:file (concat &quot;log/&quot; log-file)))))
 
 (defun rails-log:open (log-file)</diff>
      <filename>rails-log.el</filename>
    </modified>
    <modified>
      <diff>@@ -150,6 +150,11 @@ Emacs w3m browser.&quot;
   :group 'rails
   :type 'boolean)
 
+(defcustom rails-number-of-lines-shown-when-opening-log-file 130
+  &quot;Specifies how many lines to show initially when opening a log file&quot;
+  :group 'rails
+  :type 'integer)
+
 (defvar rails-version &quot;0.5.99.6&quot;)
 (defvar rails-templates-list '(&quot;html.erb&quot; &quot;erb&quot; &quot;js.rjs&quot; &quot;builder&quot; &quot;rhtml&quot; &quot;rxml&quot; &quot;rjs&quot; &quot;haml&quot; &quot;liquid&quot; &quot;mab&quot;))
 (defvar rails-use-another-define-key nil)</diff>
      <filename>rails.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e6de572422330f135fb963e348f0d541d7dbf6aa</id>
    </parent>
  </parents>
  <author>
    <name>Tom ten Thij</name>
    <email>git@tomtenthij.nl</email>
  </author>
  <url>http://github.com/tomtt/emacs-rails/commit/0ae857970875e1180e2aa44bf6fbdf042f6b8bf6</url>
  <id>0ae857970875e1180e2aa44bf6fbdf042f6b8bf6</id>
  <committed-date>2008-04-29T04:44:22-07:00</committed-date>
  <authored-date>2008-04-29T04:44:22-07:00</authored-date>
  <message>Ability to specify number of lines initially shown when opening log file</message>
  <tree>9f952c54d3bc6a399419ea65c571900706930bc0</tree>
  <committer>
    <name>Tom ten Thij</name>
    <email>git@tomtenthij.nl</email>
  </committer>
</commit>
