From b9e6b4981b4931b2521de67959803f4996ae12ba Mon Sep 17 00:00:00 2001
From: Glenn Morris <rgm@gnu.org>
Date: Tue, 2 Sep 2003 17:43:01 +0000
Subject: [PATCH] *** empty log message ***

---
 etc/ChangeLog  | 4 ++++
 etc/NEWS       | 4 ++++
 etc/TODO       | 6 ++++++
 lisp/ChangeLog | 9 +++++++++
 4 files changed, 23 insertions(+)

diff --git a/etc/ChangeLog b/etc/ChangeLog
index 320864c5647..a1c61563c00 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+	* TODO: Add invisible text kill/yank issue.
+
 2003-08-20  Stephen Eglen  <stephen@gnu.org>
 
 	* MORE.STUFF: Update URLs for several projects.
diff --git a/etc/NEWS b/etc/NEWS
index 7481d3eb638..e7339c6d5e6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -900,6 +900,10 @@ appointments, paydays or anything else using a sexp.
 year and day number, and moves to that date. Negative day numbers
 count backward from the end of the year.
 
+** The function `simple-diary-display' now by default sets a header line.
+This can be controlled through the variables `diary-header-line-flag'
+and `diary-header-line-format'.
+
 ** VC Changes
 
 *** The key C-x C-q no longer checks files in or out, it only changes
diff --git a/etc/TODO b/etc/TODO
index 07940de0ff7..e2a4aa72135 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -12,6 +12,12 @@ Small but important fixes needed in existing features:
 * Make compile.el record the markers that point to error loci
   on text properties in the error message lines.
 
+* Fix the kill/yank treatment of invisible text. At the moment,
+  invisible text is placed in the kill-ring, so that the contents of
+  the ring may not correspond to the text as displayed to the user. It
+  ought to be possible to omit text which is invisible (due to a
+  text-property, overlay, or selective display) from the kill-ring.
+
 Important features:
 
 * Provide user-friendly ways to list all available font families,
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7d5a1c12128..579604522d6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+	* calendar/diary-lib.el (diary-header-line-flag)
+	(diary-header-line-format): New variables.
+	(list-diary-entries): Use them to set header line in simple diary.
+
+	* progmodes/sh-script.el (sh-font-lock-keywords): Use something
+	other than font-lock-string-face to highlight backslashes.
+
 2003-09-01  Jason Rumney  <jasonr@gnu.org>
 
 	* international/titdic-cnv.el (tit-read-key-value): Include \r in
-- 
2.39.5