summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2003-09-02 17:43:01 +0000
committerGlenn Morris <rgm@gnu.org>2003-09-02 17:43:01 +0000
commit2930c6b4db77a6fd9b215fe216add3c9ff453be8 (patch)
tree1bc40dae2cd16ff0fd7ed762b547302a0f9c02ef /etc
parentbacb2545d13449b2bbe4be8660e25ac8dc43670b (diff)
downloademacs-2930c6b4db77a6fd9b215fe216add3c9ff453be8.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
-rw-r--r--etc/TODO6
3 files changed, 14 insertions, 0 deletions
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,