emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 28 Apr 2002 15:03:24 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3780 emacs/lisp/ChangeLog:1.3781
*** emacs/lisp/ChangeLog:1.3780 Sun Apr 28 13:48:31 2002
--- emacs/lisp/ChangeLog        Sun Apr 28 15:03:24 2002
***************
*** 187,192 ****
--- 187,217 ----
        Interactively, when point is on text with a face, suggest to
        customize that face.
  
+ 2002-04-25  Glenn Morris  <address@hidden>
+ 
+       * progmodes/f90.el: General tidy-up of commentary and some doc
+       strings.
+ 
+ 2002-04-24  Glenn Morris  <address@hidden>
+ 
+       * scroll-all.el (scroll-all-function-all) New function to do the
+       actual work.
+       (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
+       scroll-all-page-down-all, scroll-all-page-up-all,
+       scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
+       Make them use scroll-all-function-all.
+ 
+       * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
+       with line-beginning-position.
+       (f90-get-end-of-line): Removed and replaced with line-end-position.
+       (f90-match-piece): Removed and replaced with match-string.
+       (f90-current-indentation): Remove `current-column'.
+       (f90-get-present-comment-type): Use match-string rather than
+       buffer-substring. 
+       (f90-match-end): Use line-beginning-position, line-end-position
+       rather than beginning-of-line, end-of-line.
+       (f90-startup-message): Variable removed.
+ 
  2002-04-24  Colin Walters  <address@hidden>
  
        * replace.el (occur-accumulate-lines): Add optional argument
***************
*** 1282,1287 ****
--- 1307,1337 ----
  
        * subr.el (insert-buffer-substring-no-properties): New function.
        (insert-buffer-substring-as-yank): New function.
+ 
+ 2002-04-21  Glenn Morris  <address@hidden>
+ 
+       * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
+       (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
+       prefix from scroll commands.  Ignore end-of-buffer errors from
+       other windows. 
+       (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
+       commands. 
+       (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New
+       functions.
+ 
+       * files.el: (auto-mode-alist): .f95 files in f90-mode.
+ 
+       * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
+       a DO statement irrespective of numeric label. 
+ 
+ 2002-04-20  Glenn Morris  <address@hidden>
+ 
+       * files.el (auto-save-file-name-transforms): Doc fix.
+       Add third element to "uniquify" filenames.
+       (make-auto-save-file-name): Use new element of
+       auto-save-file-name-transforms.
+       * startup.el (command-line): Add third element to
+       auto-save-file-name-transforms.
  
  2002-04-19  Stefan Monnier  <address@hidden>
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]