From 58b6f884c020ab4edd5e8c56ea199bc3ede5d9d2 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 9 Nov 2005 07:49:18 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8ec04cc786..1e2cf6cf1f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-09 Juri Linkov + + * replace.el (occur-excluded-properties): New defcustom. + (occur-1, occur-engine, occur-accumulate-lines): Use it. + 2005-11-08 Jay Belanger * calc/calc-units.el (math-convert-units): Replace any composite diff --git a/src/ChangeLog b/src/ChangeLog index 4898a2568da..c8b4bee483b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-11-09 Juri Linkov + + * keymap.c (shadow_lookup): If Flookup_key returns a number, + call it again with a sub-key-sequence, and if its return value + is non-nil (sub-key is bound), return nil. + 2005-11-08 Kim F. Storm * process.c (Fsignal_process): Recognize signal names with and -- 2.11.4.GIT