Mercurial > emacs
changeset 39134:f739913258e7
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 05 Sep 2001 08:20:35 +0000 |
parents | e573c7f532dd |
children | 73d05c66ef70 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 05 08:20:13 2001 +0000 +++ b/lisp/ChangeLog Wed Sep 05 08:20:35 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-05 Edward M. Reingold <reingold@iit.edu> + + * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name + of file in header of menu. + 2001-09-04 Gerd Moellmann <gerd@gnu.org> * env.el (setenv): Interactively, if VARIABLE has a current value,
--- a/src/ChangeLog Wed Sep 05 08:20:13 2001 +0000 +++ b/src/ChangeLog Wed Sep 05 08:20:35 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-05 Gerd Moellmann <gerd@gnu.org> + + * xdisp.c (string_buffer_position): Use *single_char_property* + functions instead of the *single_property* functions. + 2001-09-04 Andrew Innes <andrewi@gnu.org> * w32term.c (w32_read_socket): Add more information to debugging output.