1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2001-12-09 21:31:54 +00:00
parent 7363986a69
commit cc84b70fc8

View File

@ -1,3 +1,9 @@
2001-12-07 Stephen Eglen <stephen@gnu.org>
* 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 <Pavel@Janik.cz>
* 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 <monnier@cs.yale.edu>
@ -79,14 +84,13 @@
2001-12-07 Miles Bader <miles@gnu.org>
* progmodes/compile.el (compilation-error-regexp-alist):
Added regexps for RXP. From Reto Stamm <reto@xilinx.com>.
Added regexps for RXP.
2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
* 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
<Kevin.Broadey@motorola.com>.
the whole operator rather than just the "=".
2001-12-04 Juanma Barranquero <lektu@terra.es>
@ -1176,14 +1180,12 @@
* README: Update maintainer.
2001-11-13 Alan Shutko <ats@acm.org>
* 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 <rms@gnu.org>
* 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 <gerd@gnu.org>
@ -1234,8 +1236,6 @@
(electric-buffer-menu-looper): Call electric-buffer-update-highlight.
(electric-buffer-list): Likewise.
2001-11-13 Per Starback <starback@ling.uu.se>
* isearch.el (isearch-whitespace-chars): Doc fix.
(isearch-mode): Handle negative search-slow-window-lines correctly.