# HG changeset patch # User Richard M. Stallman # Date 1030888013 0 # Node ID b4e29bd646c70bc9e20de9cbdb03fb2aed0fa500 # Parent 85923ab921121731e3c65df8a55c9009620e3439 *** empty log message *** diff -r 85923ab92112 -r b4e29bd646c7 lisp/ChangeLog --- a/lisp/ChangeLog Sun Sep 01 13:45:21 2002 +0000 +++ b/lisp/ChangeLog Sun Sep 01 13:46:53 2002 +0000 @@ -1,3 +1,21 @@ +2002-09-01 Richard M. Stallman + + * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent. + + * dired.el (defgroup dired): Use `files' as parent. + (dired-get-filename): Ignore handler if it has safe-magic prop. + + * jka-compr.el (jka-compr-handler): Add safe-magic property. + +2002-08-31 Richard M. Stallman + + * simple.el (kill-line): Use end-of-visible-line to determine + if rest of line is blank. + (end-of-visible-line): Cope if end-of-line moved back over + invisible intangible chars at end of line. + + * simple.el (completion-setup-function): Don't use directory-sep-char. + 2002-09-01 Glenn Morris * progmodes/f90.el (f90-menu): Remove ":active" keyword where not diff -r 85923ab92112 -r b4e29bd646c7 src/ChangeLog --- a/src/ChangeLog Sun Sep 01 13:45:21 2002 +0000 +++ b/src/ChangeLog Sun Sep 01 13:46:53 2002 +0000 @@ -1,5 +1,13 @@ 2002-09-01 Richard M. Stallman + * unexsol.c: New file. + + * xfns.c (Qbox): Declare external, don't define. + + * xdisp.c (redisplay_window) : + If point is on semi-visible last line, reposition + it at previous line. + * alloc.c (display_malloc_warning): Use display-warning. (malloc_warning_1): Function deleted.