aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS5
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index c3e082a096f..e2d9457db14 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12004-09-07 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * e/eterm.ti: Add `op' entry to enable colors in term.
4 * e/eterm: Regenerate.
5
12004-09-04 Eric S. Raymond <esr@thyrsus.com> 62004-09-04 Eric S. Raymond <esr@thyrsus.com>
2 7
3 * PROBLEMS: More reorganization to exile old stuff to the 8 * PROBLEMS: More reorganization to exile old stuff to the
diff --git a/etc/NEWS b/etc/NEWS
index 54ed3814819..021b9f32efa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2402,6 +2402,11 @@ height) of the specified image.
2402The form `(+ EXPR ...)' adds up the value of the expressions. 2402The form `(+ EXPR ...)' adds up the value of the expressions.
2403The form `(- EXPR ...)' negates or subtracts the value of the expressions. 2403The form `(- EXPR ...)' negates or subtracts the value of the expressions.
2404 2404
2405** Normally, the cursor is displayed at the end of any overlay and
2406text property string that may be present at the current window
2407position. The cursor may now be placed on any character of such
2408strings by giving that character a non-nil `cursor' text property.
2409
2405** New macro with-local-quit temporarily sets inhibit-quit to nil for use 2410** New macro with-local-quit temporarily sets inhibit-quit to nil for use
2406around potentially blocking or long-running code in timers 2411around potentially blocking or long-running code in timers
2407and post-command-hooks. 2412and post-command-hooks.