# HG changeset patch # User Glenn Morris # Date 1020020604 0 # Node ID da2a68646d615dd8f54636bcb5b2a9e8c9928e46 # Parent 26bf92d293b3cf6e9f3b15ca9b0a16c8b370ca4d Entries I should have made earlier. diff -r 26bf92d293b3 -r da2a68646d61 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 28 18:56:22 2002 +0000 +++ b/lisp/ChangeLog Sun Apr 28 19:03:24 2002 +0000 @@ -187,6 +187,31 @@ Interactively, when point is on text with a face, suggest to customize that face. +2002-04-25 Glenn Morris + + * progmodes/f90.el: General tidy-up of commentary and some doc + strings. + +2002-04-24 Glenn Morris + + * 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 * replace.el (occur-accumulate-lines): Add optional argument @@ -1283,6 +1308,31 @@ * subr.el (insert-buffer-substring-no-properties): New function. (insert-buffer-substring-as-yank): New function. +2002-04-21 Glenn Morris + + * 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 + + * 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 * files.el (file-name-non-special): Don't mangle the 0'th arg and the