]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 20 Nov 2000 16:51:24 +0000 (16:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 20 Nov 2000 16:51:24 +0000 (16:51 +0000)
etc/ONEWS
etc/ONEWS.2
etc/ONEWS.3
etc/ONEWS.4
lisp/ChangeLog
src/ChangeLog

index 17909d0022c3a51ec5bee90405dd97b875f6374b..c99afb607936ca6358af30e4bc3e0985ee7c77e5 100644 (file)
--- a/etc/ONEWS
+++ b/etc/ONEWS
@@ -2,7 +2,7 @@ GNU Emacs NEWS -- history of user-visible changes.  1992.
 Copyright (C) 1995 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-For older news, see the file NEWS.4.
+For older news, see the file ONEWS.4.
 \f
 * Editing Changes in Emacs 19.30.
 
@@ -254,7 +254,7 @@ your working file with the latest version from the master.
 *** RCS customization.
 
 There is a new variable vc-consult-headers.  If it is t (the default),
-VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.2 2000/08/17 15:19:41 gerd Exp $') and
+VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.3 2000/11/02 13:34:50 gerd Exp $') and
 determines the state of the file from them, not from the master file.
 This is fast and more reliable when you use branches.  (The variable
 was already present in Emacs 19.29, but didn't get mentioned in the
index df85cfd3f93d5a99f835b9b9339af4c67e1963b8..f0b5dad0b01fe776ff3cd19106189d0c84efb6f2 100644 (file)
@@ -2,7 +2,7 @@ GNU Emacs NEWS -- history of user-visible changes.  26-Mar-1986
 Copyright (C) 1986 Richard M. Stallman.
 See the end for copying conditions.
 
-For older news, see the file NEWS.1.
+For older news, see the file ONEWS.1.
 \f
 Changes in Emacs 17
 
index b8c13f167fc491fb0efc5c2fd846f6a8640f6d81..02d4cb9f3fa93d9a038e894126bebec2c2270ddc 100644 (file)
@@ -2,7 +2,7 @@ GNU Emacs NEWS -- history of user-visible changes.  17-Aug-1988
 Copyright (C) 1988 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-For older news, see the file NEWS.2.
+For older news, see the file ONEWS.2.
 \f
 Changes in version 18.52.
 
index 9c779c7a6cac28155b9363e740154af09881edb9..115e07ccd6ca455ccee7af27b730e0c9f6c6a913 100644 (file)
@@ -2,7 +2,7 @@ GNU Emacs NEWS -- history of user-visible changes.  1992.
 Copyright (C) 1992 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-For older news, see the file NEWS.3.
+For older news, see the file ONEWS.3.
 \f
 Changes in version 18.58.
 
index a6924a19f26b192388c0afed7a231455f596de3a..929be257503358217c7c25570936beafc58c7c44 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
+       javadoc tags.
+       
 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el, vc-hooks.el: Undo prev change (moved functions back to
index e5ac53e1da27c448ad210e00577581ff1adbc82e..e80ec2afb286e09e84ea6fe9a25cfd1615ecf107 100644 (file)
@@ -1,3 +1,14 @@
+2000-11-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New
+       variables.
+       (x_send_scroll_bar_event): Store the window in scroll_bar_windows
+       and store an index in the XClientMessageEvent.  Storing a
+       Lisp_Object or pointer can fail on a 64 bit system, since X only
+       transfers 32 bits.
+       (x_scroll_bar_to_input_event): Get the window from
+       scroll_bar_windows.
+       
 2000-11-20  Dave Love  <fx@gnu.org>
 
        * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.