diff options
| author | Juri Linkov | 2005-11-09 07:49:18 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-11-09 07:49:18 +0000 |
| commit | 58b6f884c020ab4edd5e8c56ea199bc3ede5d9d2 (patch) | |
| tree | a7c5fd729978185ec34207aca7972470d7ce4a0c | |
| parent | d35f78c989efa1cac28d6aa75f65f1990d0669c6 (diff) | |
| download | emacs-58b6f884c020ab4edd5e8c56ea199bc3ede5d9d2.tar.gz emacs-58b6f884c020ab4edd5e8c56ea199bc3ede5d9d2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8ec04cc786..1e2cf6cf1f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-11-09 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * replace.el (occur-excluded-properties): New defcustom. | ||
| 4 | (occur-1, occur-engine, occur-accumulate-lines): Use it. | ||
| 5 | |||
| 1 | 2005-11-08 Jay Belanger <belanger@truman.edu> | 6 | 2005-11-08 Jay Belanger <belanger@truman.edu> |
| 2 | 7 | ||
| 3 | * calc/calc-units.el (math-convert-units): Replace any composite | 8 | * 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 @@ | |||
| 1 | 2005-11-09 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * keymap.c (shadow_lookup): If Flookup_key returns a number, | ||
| 4 | call it again with a sub-key-sequence, and if its return value | ||
| 5 | is non-nil (sub-key is bound), return nil. | ||
| 6 | |||
| 1 | 2005-11-08 Kim F. Storm <storm@cua.dk> | 7 | 2005-11-08 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * process.c (Fsignal_process): Recognize signal names with and | 9 | * process.c (Fsignal_process): Recognize signal names with and |