diff options
| author | Eli Zaretskii | 2001-10-26 21:41:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-26 21:41:35 +0000 |
| commit | 944e6f601bcd3fd8e1499b3a70b7c8bb420145ee (patch) | |
| tree | ba2d79ce747b66384ff15c6f55afc3c8cd92997e | |
| parent | 49475635108c55605e3acdb7af390c0a1d6429c4 (diff) | |
| download | emacs-944e6f601bcd3fd8e1499b3a70b7c8bb420145ee.tar.gz emacs-944e6f601bcd3fd8e1499b3a70b7c8bb420145ee.zip | |
*** empty log message ***
| -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 | ||