diff options
| author | Glenn Morris | 2002-04-28 19:03:24 +0000 |
|---|---|---|
| committer | Glenn Morris | 2002-04-28 19:03:24 +0000 |
| commit | 8a42a102ef817b88a8eabe12de85542829779223 (patch) | |
| tree | 03d3c71ff0222787dc06e4e413a530796742b686 | |
| parent | 6fb6f3ac223f593d4b726e41f98c50e90619a996 (diff) | |
| download | emacs-8a42a102ef817b88a8eabe12de85542829779223.tar.gz emacs-8a42a102ef817b88a8eabe12de85542829779223.zip | |
Entries I should have made earlier.
| -rw-r--r-- | lisp/ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2fc9447bae..4962161c796 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -187,6 +187,31 @@ | |||
| 187 | Interactively, when point is on text with a face, suggest to | 187 | Interactively, when point is on text with a face, suggest to |
| 188 | customize that face. | 188 | customize that face. |
| 189 | 189 | ||
| 190 | 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 191 | |||
| 192 | * progmodes/f90.el: General tidy-up of commentary and some doc | ||
| 193 | strings. | ||
| 194 | |||
| 195 | 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 196 | |||
| 197 | * scroll-all.el (scroll-all-function-all) New function to do the | ||
| 198 | actual work. | ||
| 199 | (scroll-all-scroll-down-all, scroll-all-scroll-up-all, | ||
| 200 | scroll-all-page-down-all, scroll-all-page-up-all, | ||
| 201 | scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): | ||
| 202 | Make them use scroll-all-function-all. | ||
| 203 | |||
| 204 | * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced | ||
| 205 | with line-beginning-position. | ||
| 206 | (f90-get-end-of-line): Removed and replaced with line-end-position. | ||
| 207 | (f90-match-piece): Removed and replaced with match-string. | ||
| 208 | (f90-current-indentation): Remove `current-column'. | ||
| 209 | (f90-get-present-comment-type): Use match-string rather than | ||
| 210 | buffer-substring. | ||
| 211 | (f90-match-end): Use line-beginning-position, line-end-position | ||
| 212 | rather than beginning-of-line, end-of-line. | ||
| 213 | (f90-startup-message): Variable removed. | ||
| 214 | |||
| 190 | 2002-04-24 Colin Walters <walters@verbum.org> | 215 | 2002-04-24 Colin Walters <walters@verbum.org> |
| 191 | 216 | ||
| 192 | * replace.el (occur-accumulate-lines): Add optional argument | 217 | * replace.el (occur-accumulate-lines): Add optional argument |
| @@ -1283,6 +1308,31 @@ | |||
| 1283 | * subr.el (insert-buffer-substring-no-properties): New function. | 1308 | * subr.el (insert-buffer-substring-no-properties): New function. |
| 1284 | (insert-buffer-substring-as-yank): New function. | 1309 | (insert-buffer-substring-as-yank): New function. |
| 1285 | 1310 | ||
| 1311 | 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 1312 | |||
| 1313 | * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'. | ||
| 1314 | (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-' | ||
| 1315 | prefix from scroll commands. Ignore end-of-buffer errors from | ||
| 1316 | other windows. | ||
| 1317 | (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll | ||
| 1318 | commands. | ||
| 1319 | (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New | ||
| 1320 | functions. | ||
| 1321 | |||
| 1322 | * files.el: (auto-mode-alist): .f95 files in f90-mode. | ||
| 1323 | |||
| 1324 | * progmodes/fortran.el: (fortran-beginning-do): Make regexp match | ||
| 1325 | a DO statement irrespective of numeric label. | ||
| 1326 | |||
| 1327 | 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 1328 | |||
| 1329 | * files.el (auto-save-file-name-transforms): Doc fix. | ||
| 1330 | Add third element to "uniquify" filenames. | ||
| 1331 | (make-auto-save-file-name): Use new element of | ||
| 1332 | auto-save-file-name-transforms. | ||
| 1333 | * startup.el (command-line): Add third element to | ||
| 1334 | auto-save-file-name-transforms. | ||
| 1335 | |||
| 1286 | 2002-04-19 Stefan Monnier <monnier@cs.yale.edu> | 1336 | 2002-04-19 Stefan Monnier <monnier@cs.yale.edu> |
| 1287 | 1337 | ||
| 1288 | * files.el (file-name-non-special): Don't mangle the 0'th arg and the | 1338 | * files.el (file-name-non-special): Don't mangle the 0'th arg and the |