# HG changeset patch # User Richard M. Stallman # Date 1007933514 0 # Node ID f0304f03fe6f60a755f73ba5431e8aae923f4d35 # Parent ee2516e348645e52455accddc4c1a3db706b72ad *** empty log message *** diff -r ee2516e34864 -r f0304f03fe6f lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 09 20:11:33 2001 +0000 +++ b/lisp/ChangeLog Sun Dec 09 21:31:54 2001 +0000 @@ -1,3 +1,9 @@ +2001-12-07 Stephen Eglen + + * iswitchb.el (iswitchb-visit-buffer): Use + `select-frame-set-input-focus'. Needed when window manager + uses "click to focus" policy. Doc fixes. + 2001-12-09 Pavel Jan,Bm(Bk * COPYING: Moved back. @@ -68,8 +74,7 @@ * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE. (set-justification-left, set-justification-right): Doc fix. - * progmodes/f90.el (f90-break-line): Use (newline 1) - to insert newlines. + * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline. (bug-f90-mode): Variable deleted. 2001-12-06 Stefan Monnier @@ -79,14 +84,13 @@ 2001-12-07 Miles Bader * progmodes/compile.el (compilation-error-regexp-alist): - Added regexps for RXP. From Reto Stamm . + Added regexps for RXP. 2001-12-05 Eli Zaretskii * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression): Add shift-assignment operators to those highlighted, and highlight - the whole operator rather than just the "=". From Broadey Kevin - . + the whole operator rather than just the "=". 2001-12-04 Juanma Barranquero @@ -1176,14 +1180,12 @@ * README: Update maintainer. -2001-11-13 Alan Shutko - - * compile.el (recompile): Use compilation-arguments if set, so as - to be able to M-x recompile the exact command which created a - compilation-mode buffer. - 2001-11-13 Richard M. Stallman + * progmodes/compile.el (recompile): Use compilation-arguments if + set, so as to be able to M-x recompile the exact command which + created a compilation-mode buffer. + * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix. 2001-11-13 Gerd Moellmann @@ -1234,8 +1236,6 @@ (electric-buffer-menu-looper): Call electric-buffer-update-highlight. (electric-buffer-list): Likewise. -2001-11-13 Per Starback - * isearch.el (isearch-whitespace-chars): Doc fix. (isearch-mode): Handle negative search-slow-window-lines correctly.