]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 12 Dec 2000 17:03:11 +0000 (17:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 12 Dec 2000 17:03:11 +0000 (17:03 +0000)
etc/PROBLEMS
lisp/gnus/ChangeLog
src/ChangeLog

index c233c5430f3dbfd9b6a9fe74ed89e4bc2d22a953..e3c44594d48218c1d5422d1343c88b0b5bcb84e4 100644 (file)
@@ -1,6 +1,11 @@
 This file describes various problems that have been encountered
 in compiling, installing and running GNU Emacs.
 
+* On AIX, if linking fails because libXbsd isn't found, check if you
+are compiling with the system's `cc' and CFLAGS containing `-O5'.  If
+so, you have hit a compiler bug.  Please make sure to re-configure
+Emacs so that it isn't compiled with `-O5'.
+
 * The PSGML package uses the obsolete variables
 `before-change-function' and `after-change-function', which are no
 longer used by Emacs.  These changes to PSGML 1.2.1 fix that.
index 44e030d3608f1a7401cdf7ab48f15d2e52f48e18..6ce304d9978787604afc0931e0172a9bf11e1fe6 100644 (file)
@@ -1,3 +1,11 @@
+2000-12-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * smiley-ems.el (smiley-regexp-alist): Make regexps match
+       at the end of the buffer.
+       (smiley-region): In the loop, move to the end of the submatch
+       matching the smiley instead of using the end of the match 
+       of the whole regexp.
+
 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * message.el (message-mode): Doc fix.
@@ -5,7 +13,7 @@
 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
 
        * smiley-ems.el (smiley-region): Doc fix.
-
+       
 2000-12-11  Miles Bader  <miles@gnu.org>
 
        * gnus-sum.el (gnus-summary-recenter): When trying to keep the
index 96b967cf8c6d0f9f826684eebee16977513d21ff..41d631380698cde73d3806a81464111f192791d3 100644 (file)
@@ -8,6 +8,12 @@
 
 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
 
+       * window.c (Fset_window_point): If displaying cursors in windows
+       other than the selected window, make sure redisplay updates
+       other windows to show the new value of point in the window.
+
+       * dispextern.h (cursor_in_non_selected_windows): Declare extern.
+
        * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
        the buffer is the sole visible buffer when in the mini-buffer.