diff options
| -rw-r--r-- | lwlib/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index e9323c2d61c..d0ea9726463 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-03-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * lwlib-Xlw.c (x_print_complete_resource_name) [0]: New function. | ||
| 4 | |||
| 1 | 2001-03-22 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-03-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * lwlib-Xm.c (x_print_complete_resource_name) [0]: New function. | 7 | * lwlib-Xm.c (x_print_complete_resource_name) [0]: New function. |
diff --git a/src/ChangeLog b/src/ChangeLog index cc3e004390e..402090933f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (x_update_menu_appearance): Use a different path | ||
| 4 | for Lucid popup menus. | ||
| 5 | |||
| 1 | 2001-03-22 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2001-03-22 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * xterm.c (note_mouse_highlight): Dec the int, not the Lisp_Object. | 8 | * xterm.c (note_mouse_highlight): Dec the int, not the Lisp_Object. |