diff options
| author | Gerd Moellmann | 2001-03-22 19:52:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-22 19:52:23 +0000 |
| commit | 3c9e997b3c5f8d2715ae33e93a89c70ad7199780 (patch) | |
| tree | 87214cfeb50f2e55b659da667aaa75d7e05ecfc2 /src | |
| parent | bce72079877b0bba60c9317c3ae3001569423964 (diff) | |
| download | emacs-3c9e997b3c5f8d2715ae33e93a89c70ad7199780.tar.gz emacs-3c9e997b3c5f8d2715ae33e93a89c70ad7199780.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2931cfe7c21..cb5758c1e7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2001-03-22 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (x_update_menu_appearance): Renamed from | ||
| 4 | x_set_menu_face_resources. Use different resources for popups. | ||
| 5 | |||
| 6 | * lisp.h (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern. | ||
| 7 | (GC_CHECK_STRING_BYTES): Don't define. | ||
| 8 | |||
| 3 | * xfaces.c (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: | 9 | * xfaces.c (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: |
| 4 | Removed, together with subroutines. | 10 | Removed, together with subroutines. |
| 5 | (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function. | 11 | (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function. |