aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-12-09 19:46:48 +0000
committerMarkus Rost2002-12-09 19:46:48 +0000
commit72c5c58f32c6f27f1168d09ac8f202efa17b56a3 (patch)
tree6d3edc04555796c82eab62e5310a646cc0619a29
parent055016a45345776fb193b8d861ced6ae58046b47 (diff)
downloademacs-72c5c58f32c6f27f1168d09ac8f202efa17b56a3.tar.gz
emacs-72c5c58f32c6f27f1168d09ac8f202efa17b56a3.zip
*** empty log message ***
-rw-r--r--ChangeLog9
-rw-r--r--lisp/ChangeLog11
2 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 4155b5d75e7..07fda800a33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12002-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
12002-12-09 Dave Love <fx@gnu.org> 62002-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
362002-11-18 Markus Rost <rost@math.ohio-state.edu> 412002-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
402002-11-14 Francesco Potorti` <pot@gnu.org> 452002-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 @@
12002-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
12002-12-09 Dave Love <fx@gnu.org> 62002-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
362002-12-07 Richard M. Stallman <rms@gnu.org> 412002-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
742002-12-07 Markus Rost <rost@math.ohio-state.edu> 792002-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
1092002-12-06 Markus Rost <rost@math.ohio-state.edu> 1142002-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.