# HG changeset patch # User Gerd Moellmann # Date 988644353 0 # Node ID 473e0b9e58563251ab18fd77903b58d7ac1cb98a # Parent 5a240d7bd802847f657494593521c3ffa216ac2f *** empty log message *** diff -r 5a240d7bd802 -r 473e0b9e5856 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 30 15:23:01 2001 +0000 +++ b/lisp/ChangeLog Mon Apr 30 15:25:53 2001 +0000 @@ -7,6 +7,10 @@ 2001-04-30 Gerd Moellmann + * progmodes/sh-script.el (sh-font-lock-heredoc): Allow + optional backslash at the start of the here-document delimiter. + (sh-font-lock-syntactic-keywords): Likewise. + * mail/rmail.el (rmail-message-regexp-p): Yet another fix. 2001-04-29 Eli Zaretskii diff -r 5a240d7bd802 -r 473e0b9e5856 lwlib/ChangeLog --- a/lwlib/ChangeLog Mon Apr 30 15:23:01 2001 +0000 +++ b/lwlib/ChangeLog Mon Apr 30 15:25:53 2001 +0000 @@ -1,3 +1,7 @@ +2001-04-30 Gerd Moellmann + + * xlwmenu.c (xlwmenu_window_p): New function. + 2001-03-23 Gerd Moellmann * lwlib-Xlw.c (x_print_complete_resource_name) [0]: New function. diff -r 5a240d7bd802 -r 473e0b9e5856 src/ChangeLog --- a/src/ChangeLog Mon Apr 30 15:23:01 2001 +0000 +++ b/src/ChangeLog Mon Apr 30 15:25:53 2001 +0000 @@ -1,5 +1,8 @@ 2001-04-30 Gerd Moellmann + * undo.c (Fprimitive_undo): In a writable buffer, enable undoing + read-only text that is so because of text properties. + * xterm.c (x_window_to_menu_bar) [USE_LUCID]: New function. (XTread_socket) [USE_LUCID]: Handle events for windows that are components of a Lucid menu bar.