diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32f21ecdc2b..8914eaf38d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | |||
| 3 | * faces.el (face-spec-set-match-display): Add `graphic' display | ||
| 4 | type (the inverse of `tty'). Use `display-graphic-p' instead of | ||
| 5 | the window-system variable. | ||
| 6 | |||
| 1 | 2000-10-24 Kenichi Handa <handa@etl.go.jp> | 7 | 2000-10-24 Kenichi Handa <handa@etl.go.jp> |
| 2 | 8 | ||
| 3 | * international/isearch-x.el (isearch-with-input-method): Call | 9 | * international/isearch-x.el (isearch-with-input-method): Call |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8f4f76774f9..7ebed643134 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | |||
| 3 | * display.texi (Defining Faces): Document `graphic' display type | ||
| 4 | in face specs. | ||
| 5 | |||
| 1 | 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6 | 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 2 | 7 | ||
| 3 | * hooks.texi (Standard Hooks): replace obsolete | 8 | * hooks.texi (Standard Hooks): replace obsolete |