diff options
| author | Markus Rost | 2002-12-09 19:46:48 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-12-09 19:46:48 +0000 |
| commit | 72c5c58f32c6f27f1168d09ac8f202efa17b56a3 (patch) | |
| tree | 6d3edc04555796c82eab62e5310a646cc0619a29 | |
| parent | 055016a45345776fb193b8d861ced6ae58046b47 (diff) | |
| download | emacs-72c5c58f32c6f27f1168d09ac8f202efa17b56a3.tar.gz emacs-72c5c58f32c6f27f1168d09ac8f202efa17b56a3.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/ChangeLog | 11 |
2 files changed, 15 insertions, 5 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-12-09 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * configure.in (*-sunos5*, *-solaris*): Revert previous change - | ||
| 4 | use again sol2-6 instead of sol2-8. | ||
| 5 | |||
| 1 | 2002-12-09 Dave Love <fx@gnu.org> | 6 | 2002-12-09 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * configure.in: Delete sunos5.8 configuration. | 8 | * configure.in: Delete sunos5.8 configuration. |
| @@ -33,9 +38,9 @@ | |||
| 33 | (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test. | 38 | (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test. |
| 34 | (nlist.h): Move test up. | 39 | (nlist.h): Move test up. |
| 35 | 40 | ||
| 36 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | 41 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> |
| 37 | 42 | ||
| 38 | * configure.in (*-sunos5*, *-solaris*): New configuration. | 43 | * configure.in (*-sunos5*, *-solaris*): Use sol2-8. |
| 39 | 44 | ||
| 40 | 2002-11-14 Francesco Potorti` <pot@gnu.org> | 45 | 2002-11-14 Francesco Potorti` <pot@gnu.org> |
| 41 | 46 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90ed15c6fa4..447b64a7937 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-12-09 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * mwheel.el (mouse-wheel-scroll-amount): Revert previous change - | ||
| 4 | customize type 'float is now defined. | ||
| 5 | |||
| 1 | 2002-12-09 Dave Love <fx@gnu.org> | 6 | 2002-12-09 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * international/ucs-tables.el: Fix properly. | 8 | * international/ucs-tables.el: Fix properly. |
| @@ -35,7 +40,7 @@ | |||
| 35 | 40 | ||
| 36 | 2002-12-07 Richard M. Stallman <rms@gnu.org> | 41 | 2002-12-07 Richard M. Stallman <rms@gnu.org> |
| 37 | 42 | ||
| 38 | * progmodes/compile.el (compilation-enter-directory-regexp-alist) | 43 | * progmodes/compile.el (compilation-enter-directory-regexp-alist) |
| 39 | (compilation-leave-directory-regexp-alist): Match byte compiler output. | 44 | (compilation-leave-directory-regexp-alist): Match byte compiler output. |
| 40 | 45 | ||
| 41 | * emacs-lisp/cl-macs.el: Add local variable list | 46 | * emacs-lisp/cl-macs.el: Add local variable list |
| @@ -71,7 +76,7 @@ | |||
| 71 | * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video | 76 | * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video |
| 72 | to :inverse-video. | 77 | to :inverse-video. |
| 73 | 78 | ||
| 74 | 2002-12-07 Markus Rost <rost@math.ohio-state.edu> | 79 | 2002-12-07 Markus Rost <rost@math.ohio-state.edu> |
| 75 | 80 | ||
| 76 | * wid-edit.el (define-widget number): Clarify doc and error | 81 | * wid-edit.el (define-widget number): Clarify doc and error |
| 77 | message. | 82 | message. |
| @@ -106,7 +111,7 @@ | |||
| 106 | buffer-local, so that killing the *info* buffer forces the | 111 | buffer-local, so that killing the *info* buffer forces the |
| 107 | dir-node to be rebuilt. | 112 | dir-node to be rebuilt. |
| 108 | 113 | ||
| 109 | 2002-12-06 Markus Rost <rost@math.ohio-state.edu> | 114 | 2002-12-06 Markus Rost <rost@math.ohio-state.edu> |
| 110 | 115 | ||
| 111 | * finder.el (finder-compile-keywords): Don't insert a keyword to | 116 | * finder.el (finder-compile-keywords): Don't insert a keyword to |
| 112 | the generated file. | 117 | the generated file. |