diff options
| author | Markus Rost | 2002-11-18 06:45:34 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-11-18 06:45:34 +0000 |
| commit | 8704a6abfdce6d095ae506a7dede8474c37c8328 (patch) | |
| tree | e34b2387d1c99c0d133136218a866392616dacc6 | |
| parent | 40154c79105b00e43c8169306fb74146ec4af3a6 (diff) | |
| download | emacs-8704a6abfdce6d095ae506a7dede8474c37c8328.tar.gz emacs-8704a6abfdce6d095ae506a7dede8474c37c8328.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * configure.in (*-sunos5*, *-solaris*): New configuration. | ||
| 4 | |||
| 1 | 2002-11-14 Francesco Potorti` <pot@gnu.org> | 5 | 2002-11-14 Francesco Potorti` <pot@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations. | 7 | * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aabcb01e466..4530d34a8c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | 1 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 2 | ||
| 3 | * textmodes/refill.el (defgroup refill): New group. | ||
| 4 | |||
| 3 | * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group. | 5 | * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group. |
| 4 | 6 | ||
| 5 | * textmodes/sgml-mode.el (html-autoview-mode): Add group. | 7 | * textmodes/sgml-mode.el (html-autoview-mode): Add group. |
diff --git a/src/ChangeLog b/src/ChangeLog index 9531520ea3e..f1d9cd7bf68 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-11-18 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * s/sol2-8.h: Include sol2-6.h. | ||
| 4 | |||
| 1 | 2002-11-18 Miles Bader <miles@gnu.org> | 5 | 2002-11-18 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * dispextern.h (struct face): Add `overstrike' field. | 7 | * dispextern.h (struct face): Add `overstrike' field. |