diff options
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 90249891b0a..e0b8f19d413 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> | ||
| 2 | |||
| 3 | * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is | ||
| 4 | `lambda', set reg[RRR] to the map index. | ||
| 5 | (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set | ||
| 6 | reg[RRR] to 0. Otherwise, set it to -1. | ||
| 7 | |||
| 1 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> | 8 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 9 | ||
| 3 | * emacs.c (main): Remove code snipped commented out with `//'. | 10 | * emacs.c (main): Remove code snipped commented out with `//'. |