diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aab150798b8..81493a5a8cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * term/pc-win.el (x-frob-font-slant, x-frob-font-weight): Add | ||
| 4 | make-obsolete cookies, to follow faces.el. | ||
| 5 | |||
| 3 | These changes avoid warnings from the byte compiler in faces.el: | 6 | These changes avoid warnings from the byte compiler in faces.el: |
| 4 | 7 | ||
| 5 | * faces.el (internal-get-face): Use facep instead of the obsolete | 8 | * faces.el (internal-get-face): Use facep instead of the obsolete |
diff --git a/src/ChangeLog b/src/ChangeLog index 634be131188..dbc5ccf4041 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * fileio.c (Faccess_file): Run the argument filename through | ||
| 4 | Fexpand_file_name, before using it. | ||
| 5 | |||
| 3 | * dispnew.c (syms_of_display) <visible-bell>: Add a reference to | 6 | * dispnew.c (syms_of_display) <visible-bell>: Add a reference to |
| 4 | ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no> | 7 | ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no> |
| 5 | 8 | ||