diff options
| author | Dave Love <fx@gnu.org> | 2000-02-18 20:11:54 +0000 |
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 2000-02-18 20:11:54 +0000 |
| commit | 2dc95ddd63b25a2384d73302d587a294abdc3422 (patch) | |
| tree | 617339b2840a977a5d21c9695c1cd87f3da9a7c0 | |
| parent | 39aab6799083f44d5e869b75b2c2f749e636b482 (diff) | |
| download | emacs-2dc95ddd63b25a2384d73302d587a294abdc3422.tar.gz | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eecbcceda9f..c46a6f0c091 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-18 Dave Love <fx@gnu.org> + + * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+. + 2000-02-18 Andreas Schwab <schwab@suse.de> * Makefile.in (install-arch-indep): Add eudc to list of installed diff --git a/src/ChangeLog b/src/ChangeLog index 2293134e67b..0fefcee3bd0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2000-02-18 Dave Love <fx@gnu.org> + + * keyboard.c (echo_keystrokes): Remove declaration. + (Vecho_keystrokes) New variable. + (read_char, record_menu_key, read_key_sequence): Use it to allow + use of float value. + (syms_of_keyboard): Change Vecho_keystrokes declaration. + + * lread.c: Undef feature selection macros before defining. + 2000-02-18 Gerd Moellmann <gerd@gnu.org> * data.c (let_shadows_buffer_binding_p): Ignore specbindings |
