Mercurial > emacs
comparison lisp/ChangeLog @ 47191:b4e29bd646c7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Sep 2002 13:46:53 +0000 |
parents | 0d9b3ff3c4c3 |
children | c81145f2b771 |
comparison
equal
deleted
inserted
replaced
47190:85923ab92112 | 47191:b4e29bd646c7 |
---|---|
1 2002-09-01 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent. | |
4 | |
5 * dired.el (defgroup dired): Use `files' as parent. | |
6 (dired-get-filename): Ignore handler if it has safe-magic prop. | |
7 | |
8 * jka-compr.el (jka-compr-handler): Add safe-magic property. | |
9 | |
10 2002-08-31 Richard M. Stallman <rms@gnu.org> | |
11 | |
12 * simple.el (kill-line): Use end-of-visible-line to determine | |
13 if rest of line is blank. | |
14 (end-of-visible-line): Cope if end-of-line moved back over | |
15 invisible intangible chars at end of line. | |
16 | |
17 * simple.el (completion-setup-function): Don't use directory-sep-char. | |
18 | |
1 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk> | 19 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk> |
2 | 20 |
3 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not | 21 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not |
4 needed. | 22 needed. |
5 (f90-menu, f90-add-imenu-menu): Use lookup-key. | 23 (f90-menu, f90-add-imenu-menu): Use lookup-key. |