*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-04-30 15:25:53 +00:00
parent 3c05ee140a
commit a9793e4573
3 changed files with 11 additions and 0 deletions

View file

@ -7,6 +7,10 @@
2001-04-30 Gerd Moellmann <gerd@gnu.org>
* 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 <eliz@is.elta.co.il>

View file

@ -1,3 +1,7 @@
2001-04-30 Gerd Moellmann <gerd@gnu.org>
* xlwmenu.c (xlwmenu_window_p): New function.
2001-03-23 Gerd Moellmann <gerd@gnu.org>
* lwlib-Xlw.c (x_print_complete_resource_name) [0]: New function.

View file

@ -1,5 +1,8 @@
2001-04-30 Gerd Moellmann <gerd@gnu.org>
* 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) <Expose> [USE_LUCID]: Handle events for
windows that are components of a Lucid menu bar.