From 69506e6742c42a53876fe5ba01bd0e3509074c0a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Sep 2002 13:46:53 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 18 ++++++++++++++++++ src/ChangeLog | 8 ++++++++ 2 files changed, 26 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53645a9bfe7..611babc41f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 2ddaa3d9af9..d8ce3d2a94e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.5