]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 7 Sep 2004 21:16:01 +0000 (21:16 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 7 Sep 2004 21:16:01 +0000 (21:16 +0000)
etc/ChangeLog
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index c3e082a096f5972d42918c41d83aa208ed6c3f4c..e2d9457db143ec411118692c7f506136128ebe4a 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * e/eterm.ti: Add `op' entry to enable colors in term.
+        * e/eterm: Regenerate.
+
 2004-09-04  Eric S. Raymond  <esr@thyrsus.com>
 
        * PROBLEMS: More reorganization to exile old stuff to the
index 54ed38148197c7cefd89dae36e3e6de3d4ec6911..021b9f32efa0b5e535b29adca07f146c7c966bc6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2402,6 +2402,11 @@ height) of the specified image.
 The form `(+ EXPR ...)' adds up the value of the expressions.
 The form `(- EXPR ...)' negates or subtracts the value of the expressions.
 
+** Normally, the cursor is displayed at the end of any overlay and
+text property string that may be present at the current window
+position.  The cursor may now be placed on any character of such
+strings by giving that character a non-nil `cursor' text property.
+
 ** New macro with-local-quit temporarily sets inhibit-quit to nil for use
 around potentially blocking or long-running code in timers
 and post-command-hooks.
index c8da0ca418e49d7b7ef7f0d965de1d3627ff6daf..a37e803d11e8377e645da0db6406de8774583f00 100644 (file)
@@ -1,5 +1,10 @@
 2004-09-07  Kim F. Storm  <storm@cua.dk>
 
+       * emacs-lisp/authors.el (authors-aliases): Add more aliases.
+       (authors-fixed-entries): Fix typo.
+       (authors-canonical-author-name): Compact multiple spaces.
+       Ignore trivial names (e.g. only first name).
+
        * term.el (term-window-width): Only use full window width on
        window system if overflow-newline-into-fringe is enabled.
        (term-mode): Don't disable overflow-newline-into-fringe.
index ac72b86018ad76bda2c66982e7a996fcb969d476..f89f253f5f3a37281088c6a57c59e59dbbe1d8ea 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-07  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
+       property from text property or overlay strings at point.
+
 2004-09-07  Stefan  <monnier@iro.umontreal.ca>
 
        * xmenu.c (update_submenu_strings): YAILOM.