Mercurial > emacs
comparison lisp/ChangeLog @ 44930:da2a68646d61
Entries I should have made earlier.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 28 Apr 2002 19:03:24 +0000 |
parents | 2d961742d923 |
children | ae16f63fe28f |
comparison
equal
deleted
inserted
replaced
44929:26bf92d293b3 | 44930:da2a68646d61 |
---|---|
184 2002-04-25 Gerd Moellmann <gerd@gnu.org> | 184 2002-04-25 Gerd Moellmann <gerd@gnu.org> |
185 | 185 |
186 * cus-edit.el (customize-face-other-window, customize-face): | 186 * cus-edit.el (customize-face-other-window, customize-face): |
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 | |
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. | |
189 | 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 |
193 `no-props'. Handle it. | 218 `no-props'. Handle it. |
1280 | 1305 |
1281 2002-04-21 Kim F. Storm <storm@cua.dk> | 1306 2002-04-21 Kim F. Storm <storm@cua.dk> |
1282 | 1307 |
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. |
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. | |
1285 | 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 |
1289 return value of file-name-completion and file-name-all-completions. | 1339 return value of file-name-completion and file-name-all-completions. |