changeset 76432:8dfa6aa9df23

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 10 Mar 2007 04:25:24 +0000
parents babd7d0a4d2a
children e97336f8dea8
files admin/notes/copyright lisp/ChangeLog
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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.