diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-09-04 Eric S. Raymond <esr@thyrsus.com> | 6 | 2004-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 |
| @@ -2402,6 +2402,11 @@ height) of the specified image. | |||
| 2402 | The form `(+ EXPR ...)' adds up the value of the expressions. | 2402 | The form `(+ EXPR ...)' adds up the value of the expressions. |
| 2403 | The form `(- EXPR ...)' negates or subtracts the value of the expressions. | 2403 | The 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 | ||
| 2406 | text property string that may be present at the current window | ||
| 2407 | position. The cursor may now be placed on any character of such | ||
| 2408 | strings 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 |
| 2406 | around potentially blocking or long-running code in timers | 2411 | around potentially blocking or long-running code in timers |
| 2407 | and post-command-hooks. | 2412 | and post-command-hooks. |