]> git.eshelyaron.com Git - emacs.git/commitdiff
Update whitespace.el with a more tolerable timer scan time.
authorRajesh Vaidheeswarran <rv@gnu.org>
Wed, 31 May 2000 18:39:14 +0000 (18:39 +0000)
committerRajesh Vaidheeswarran <rv@gnu.org>
Wed, 31 May 2000 18:39:14 +0000 (18:39 +0000)
Update e-mail address.

lisp/ChangeLog
lisp/whitespace.el

index f3761f342a6938ce7ab3d0d388d8f75da5e0dd11..ac4b9f8dafc7aa697f35e06848836bb24e5597e1 100644 (file)
@@ -1,3 +1,12 @@
+2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
+
+       * whitespace.el (whitespace-rescan-timer-time): Update interval
+       set to 600 seconds (10 minutes) instead of 60 seconds since
+       a large number of whitespace buffers causes emacs to `freeze'
+       for a considerable amount of time.
+
+       * whitespace.el: Updated e-mail address
+
 2000-05-31  Dave Love  <fx@gnu.org>
 
        * add-log.el (change-log-font-lock-keywords) <function>: Add
@@ -54,7 +63,7 @@
        (antlr-tiny-action-length): New user option.
        (antlr-hide-actions): New command.  Suggested by
        Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
-       (antlr-mode-map): New binding [C-c C-v].
+       (antlr-mode-map): New binding [C-c C-v].
        (antlr-mode-menu): New entries.
        (antlr-downcase-literals): New command.
        (antlr-upcase-literals): Ditto.
        defcustom.
 
 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
-       
+
        * ediff-diff.el (ediff-exec-process): delete --binary option from
        non-buffer ediff jobs.
-       
+
 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * hilit-chg.el (highlight-changes-mode): Ask about color or
        (rmail-auto-file): New function.
 
 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
-       
+
        * ediff-diff.el (ediff-forward-word): Take syntactic word class into
        account.
        (ediff-test-utility,ediff-diff-mandatory-option)
        (ediff-reset-diff-options): Utilities for proper initialization of
        ediff-diff-options and ediff-diff3-options on Windows.
-       
+
        * ediff-init.el (ediff-merge-filename-prefix): New customizable
        variable.
-       
+
        * ediff-mult.el (ediff-filegroup-action): Use
        ediff-merge-filename-prefix.
 
 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
 
        * viper-ex.el (ex-write): Set selective display to nil.
-       
+
 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
        * sb-pg.xpm: Renamed from sb-file.xpm
        * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
        * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
-       
+
 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
 
        * international/quail.el (quail-show-guidance-buf): Set
        is older than its source file.
 
        * ffap.el (ffap-url-regexp): Add `https'.
-       
+
 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * files.el (make-backup-file-name-1): Replace slashes with `!'
 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
        * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
-       regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
-       (antlr-mode-map): New binding [C-c C-c].
+       regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
+       (antlr-mode-map): New binding [C-c C-c].
        (antlr-mode-menu): New entries.
 
 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
        (antlr-set-tabs): Don't use hard-coded values.
 
        * antlr-mode.el: Minor navigation changes.  Not perfect, but this
-       won't be possible without a huge time penalty.
+       won't be possible without a huge time penalty.
        (antlr-skip-exception-part): Be more specific.
        (antlr-skip-file-prelude): Don't skip action prelude of next rule.
-       Renamed from `antlr-skip-grammar-header'.
+       Renamed from `antlr-skip-grammar-header'.
        (antlr-next-rule): Change accordingly.
        (antlr-end-of-body): Ditto.  Better error message.
        (antlr-beginning-of-body): Better error message.
 
        * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
 
-       * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
+       * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
        subprogram being created.
 
        * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
        * autorevert.el (auto-revert-mode): Add autoload cookie.
 
        * hscroll.el, auto-show.el: Files deleted -- we have built-in
-       hscroll.
+       hscroll.
 
        * simple.el (hscroll-step, hscroll-point-visible)
        (hscroll-window-column): Remove now we have the mentioned real
 1999-08-10  Dave Love  <fx@melange.gnu.org>
 
        * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
-       case with no docstring specially.
+       case with no docstring specially.
 
 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
 
index a10687b405daba30e20d415ce6387ebf3d60577c..2c892307a62e954372f238b3e69000121e9060c6 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1999 Free Software Foundation, Inc.
 
-;; Author: Rajesh Vaidheeswarran <rv@dsmit.com>
+;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
 ;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
@@ -176,7 +176,7 @@ following to your `.emacs':
 Or, alternately, you can use the Emacs `customize' command to set this."
   :group 'whitespace)
 
-(defcustom whitespace-rescan-timer-time 60
+(defcustom whitespace-rescan-timer-time 600
   "Period in seconds to rescan modified buffers for whitespace creep.
 
 This is the period after which the timer will fire causing