# HG changeset patch
# User Glenn Morris <rgm@gnu.org>
# Date 1173500724 0
# Node ID 8dfa6aa9df2397bef5ab642a2a75bde20dd5c722
# Parent  babd7d0a4d2a99bbf42fa303be0e86d6ad0122f4
*** empty log message ***

diff -r babd7d0a4d2a -r 8dfa6aa9df23 admin/notes/copyright
--- a/admin/notes/copyright	Sat Mar 10 04:23:32 2007 +0000
+++ b/admin/notes/copyright	Sat Mar 10 04:25:24 2007 +0000
@@ -169,6 +169,12 @@
   licenses that they have. They are distributed with Emacs but they
   are not part of Emacs."
 
+etc/HELLO
+  standard notices. Just a note that although the file itself is not
+  really copyrightable, in the wider context of it being parts of
+  Emacs (and written by those with assignments), a standard notice is
+  fine.
+
 etc/MAILINGLISTS
   rms: simple license is fine for this file
 
diff -r babd7d0a4d2a -r 8dfa6aa9df23 lisp/ChangeLog
--- a/lisp/ChangeLog	Sat Mar 10 04:23:32 2007 +0000
+++ b/lisp/ChangeLog	Sat Mar 10 04:25:24 2007 +0000
@@ -1,3 +1,10 @@
+2007-03-10  Glenn Morris  <rgm@gnu.org>
+
+	* woman.el (woman-change-fonts): Add a hack to deal with
+	font-escape followed by "." at start of a line.
+	(woman2-IP): Add a hack to deal with consecutive requests.
+	(woman2-tagged-paragraph): Extend existing hack to handle "sp".
+
 2007-03-10  Alan Mackenzie  <acm@muc.de>
 
 	* progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.