diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a84834ed20..27db4bafca4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-12-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * isearch.el (isearch-no-upper-case-p): \\ only quotes one character. | ||
| 4 | |||
| 1 | 2002-12-09 Markus Rost <rost@math.ohio-state.edu> | 5 | 2002-12-09 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 6 | ||
| 3 | * mwheel.el (mouse-wheel-scroll-amount): Revert previous change - | 7 | * mwheel.el (mouse-wheel-scroll-amount): Revert previous change - |
diff --git a/src/ChangeLog b/src/ChangeLog index dea6c04c3f9..38f2c6c798b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-12-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input | ||
| 4 | as the last thing. | ||
| 5 | |||
| 1 | 2002-12-09 Dave Love <fx@gnu.org> | 6 | 2002-12-09 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * s/sol2-8: Removed. (Not necessary.) | 8 | * s/sol2-8: Removed. (Not necessary.) |